I'm working on storing arduino sketch in qspi on a stm32h750b-dk board but so far have not succeeded. Work in progress. But the procedure goes something like this:
1. Create a bootloader in stm32cubeide stored in 750 internal flash. This would configure the qspi, then enable it in memory mapped ...
Search found 3 matches
- Sun Apr 30, 2023 5:05 pm
- Forum: General discussion
- Topic: STM32H750 and Arduino IDE
- Replies: 10
- Views: 21270
- Mon Mar 27, 2023 4:40 pm
- Forum: General discussion
- Topic: Sdram
- Replies: 1
- Views: 6487
Sdram
I have a stm32h750 discovery board with scram that I would like to make visible to the embedded software. How do I go about modifying the stm32h750 generic variant files to include the scram? And then use in arduino code? I have the board configured in stm32cube, my understanding us that I need to ...
- Mon Mar 27, 2023 4:36 pm
- Forum: General discussion
- Topic: Qspi / eMMC programming over usb
- Replies: 0
- Views: 3094
Qspi / eMMC programming over usb
I have a stm32h750 discovery board with both qspi and eMMC flash. How would upload files to either of these to be accessed by the embedded code? Would be great if there was a simple way like esp32fs-plugin for the ide.
Also i believe I read thst PROGMEM cannot be placed in the qspi flash as it can ...
Also i believe I read thst PROGMEM cannot be placed in the qspi flash as it can ...