cancel
Showing results for 
Search instead for 
Did you mean: 

`FontFlashSection' will not fit in region `FLASH'

yuhui
Associate II

Hi all

   I am coding based on STM32H735GDK. after I added a new font and debug on Touchgfx,  It showed wrong message : `FontFlashSection' will not fit in region `FLASH'

yuhui_1-1712282532823.png

 

  I uncommont the "FontFlashSection" in STM32H735IGKX_FLASH.ld to deploy the FontFlashSection on the OSPI and debug on CubeIDE, it works very well. But the touchGFX still gives the same wrong message and cannot debug

yuhui_0-1712282492494.png

 It seems the touchGFX didn't use the STM32H735IGKX_FLASH.ld and still deploy FontFlashSection on the internal flash

 

How can I solve the problem, many thanks!

2 REPLIES 2
LouisB
ST Employee

Hello @yuhui ,

First, thank you for joining the ST community and welcome to the TouchGFX Forum.
Which ld file did you edit ? Because the one used by CubeIDE is different from the one in TouchGFX Designer.

I hope it helps.
Regards,

Louis BOUDO
ST Software Developer | TouchGFX

Hello LouisB

Many thanks for your reply, I think the CubeIDE ld file is generated by my TouchGFX Designer and I changed it in IDE enviorment. Maybe I did something wrong, let me check. 

Best wishes.