2023-06-23 04:34 AM
Hi,
We're wotking on a board with STM32G0 MCU.
We have a HardFault in IAR IDE with drawStringLTR(widgetArea, invalidatedArea, stringVisuals, format, pArg); in void touchgfx::LCD::drawString function in generated file Texts.cpp
It works when invalidatedArea is replaced by widgetArea but texts are not diplayed and we don't understand why
Have you ever heard about this ?
2023-06-26 12:28 AM
Hello @GLion.1,
So if I understand correctly, you are able to show something (widgets) on your display, but not any text ?
Could you please share your project and some screenshots ?
Thanks in advance !
2023-06-27 07:42 AM
Sorry it was a problem of STACK_SIZE in our GUI task.Thanks.
2023-06-29 05:12 AM
What stack size are you using now? In bytes.