cancel
Showing results for 
Search instead for 
Did you mean: 

TouchGFX - reducing flash consumption

SSone.1
Associate III

Hi,

I am trying to implement simple GUI with TouchGFX 4.20 on STM32F303 MCU. I have limited amount of memory for GUI. Even few kBytes important. When I look memory consumption of TouchGFX I see weird functions that I don't call or not to use some widgets that may cause implicitly call them. I marked two of these functions on the screenshot below. Is there a way to prevent holding these functions on flash. It would also great to know how to reduce flash consumption of touchGFX.(I disabled textureMapper and I use partial frame buffer) .

0693W00000SvmQmQAJ.png

1 REPLY 1
Eakyo.1
Associate III

I have same the problem.I think unnecessary functions because i work 2d area. This is a big problem in low cost products.