Replies: 2 comments 1 reply
-
Personnaly, I am using the STM32CubeProgrammer (V2.13.0). After selecting the corresponding External Loader, I just download the binary file at the address of the external flash (0x90000000). |
Beta Was this translation helpful? Give feedback.
-
I am working on a similar setup for a project, using an H7 and an external flash for LVGL static stuff and firmware images. My dts file looks something like this:
I've found that I need I haven't gotten around to moving LVGL data to external flash yet, but it should be relatively easy to use in LVGL (see here). This uses a file system though, so I haven't figured out yet how to load images to external flash during flashing as suggested by @FRASTM - perhaps a file system can be pre-generated somehow? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an QSPI attached on my board (STM32H757). How can I store image files on this external flash? Also, I'm going to use MCUBOOT in the future for firmware updates and would be nice to use it to write these images to the external flash too.
Beta Was this translation helpful? Give feedback.
All reactions