Skip to main content
Associate III
January 22, 2025
Question

TouchGFX

  • January 22, 2025
  • 1 reply
  • 1405 views

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

urbito
Senior II
January 22, 2025

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

 

Greetings