2021-03-12 06:59 AM
Hello,
I am developing an application with:
I have already created the .stldr file for this memory and it works fine.
I edited the STM32F411RETX_FLASH.ld file to add the external flash.
I create the project from CubeMX, enable TouchGFX, create a test screen and do "Generate Code".
Why are the .bin files of the bitmaps and fonts not created to put in the external flash?
2021-03-17 08:15 AM
Maybe there are problems with my custom external loader.
Is there an example code for external loader for SPI?