Hardfault when call setTypedText
Hi,
I'm developing on a custom hardware, trying to run a simple touchgfx project.
Single screen with an image an a text over.
Following the example and the strusture of a STM32F746G-Disco demo board, I makemy hardware functioning, any image, even big goes on the 800x480 LCD.
But any time I try to put on the screen a text the system faut to Hrdfault handler.
it seem that the function trying to call a protected area ( 0x5xxxxxx) .
I get that problem every time I try to call "setTypedText" funcion.
I don't understand if some memory settings in my app is wrong. I did try to put the text into external or internal memory, using wildcards or not. It's impossible to show any text.
I use freertos, the project is created with CubeMX + Touchgfx Designer.
I did encrease the heap and the stack.
Nothing. several images at the same time pass the test, but no text even if I use a single font and try printing a single word.
Please point me in some direction to search.
Thanks.
Paolo
