Skip to main content
dave2012
Associate III
May 18, 2023
Question

TouchGFX absolute minimal sized build

  • May 18, 2023
  • 0 replies
  • 828 views

I want to implement a bare bones TouchGFX bootloader application that provides text based feedback for status & %programmed.

The idea is for the bootloader to be in FLASH sector0 and for it to be able to program a more complex TouchGFX based application into FLASH sectors1-15 from an image on a SD-card. Trouble is, TouchGFX pulls in lots of stuff not needed for a text based application and so leaves ~20k for the bootloader code after hacking it out manually & turning on full optimisation.

Is there an easy way to build an absolute minimum sized image using TouchGFX with text-only support without hacking generated & library code ?

This topic has been closed for replies.