cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with creating .bin files

cb.7
Associate III

Hello,

I am developing an application with:

  • lcd with ILI9341
  • STM32F411RET6
  • SPI external flash memory model SST26VF032B

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?

10 REPLIES 10

Maybe there are problems with my custom external loader.

Is there an example code for external loader for SPI?