`FontFlashSection' will not fit in region `FLASH'
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!
