cancel
Showing results for 
Search instead for 
Did you mean: 

TouchGFX

jijomathew
Associate II

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 

Place part of code on external flash ____attribute__((section(".name") 

Thanks and Regards 

JIJO

1 REPLY 1
urbito
Senior

You can put all your code in QSPI and create a program in internal memory to jump to it.

 

Greetings