Skip to main content
Explorer II
September 18, 2026
Question

Moving SVG files to external flash

  • September 18, 2026
  • 0 replies
  • 12 views

Hi, I have a lot of SVG files in my project, so much so that I had to move them to my external flash. Now, I know I can move SVG files to external flash by adding a section to my linker script:

 ExtFlashSection :
{
*/SVGDatabase.o(.rodata.*)

} >EXT_FLASH

However it would be simpler to simply set this in TouchGFX Designer itself just like I can choose the location of PNGs.
As seen in the image below. I can select a Section for PNGs, but not for SVGs.


Is this something that can/will be added to TouchGFX in the future?