2024-04-04 07:07 PM - edited 2024-04-05 12:58 AM
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'
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
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!
2024-04-09 03:31 AM
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,
2024-04-27 08:09 AM - edited 2024-04-27 06:00 PM
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.