2026-01-01 4:34 AM
Hey, our team is working with TouchGFX Designer (4.19.1) and IAR IDE.
TouchGFX assets include 50 MB of images, videos, fonts and texts.
We are trying to find a way to change the app without touching and flashing TouchGFX assets.
The TouchGFX should stay constant while only the app code itself changes.
Meaning compiling the code without compiling TouchGFX assets again to get a smaller hex file to flash/store, and current TouchGFX assets that are stored in the external memory will work, so basically we want to exclude all TextFlashSection, ExtFlashSection and FontFlashSection files from compilation.
The main goal is to store a backup version of the code inside the internal flash for cases of software updates, so we want to compile only the app code.
Is it related to the linker file or some other configuration file?