2025-01-22 04:56 AM
HI,
I have a Touch GFX-based application with External Quad SPI flash integrated for Assets, such as images and font. The Application code has more than 150 Screens Due to this internal flash is running out of memory, Even though we are using 0s optimization for GCC there is internal flash memory scarcity. Is there any way I can place the Application code of Touch GFX in the External Flash using keywords like
Thanks and Regards
JIJO
2025-01-22 05:05 AM
You can put all your code in QSPI and create a program in internal memory to jump to it.
Greetings