cancel
Showing results for 
Search instead for 
Did you mean: 

Start MX_TouchGFX_Init() cause HardFault_Handler

PZamb.2
Associate III

Hi

I have a project Build wit TouchGFX tools.

When start MX_TouchGFX_Init() cause HardFault_Handler.

The chain of process are MX_TouchGFX_Init > touchgfx_init(); > Texts::setLanguage(0); > currentLanguageTypedText = typedTextDatabaseArray[id]; > HardFault_Handler.

This parts are generated by tools.

Someone help me ?

Thank

1 REPLY 1
PZamb.2
Associate III

Hi i find the problem , configuration error in Qflash setup.

But now have another HardFault_Handler on the function

Unicode::snprintf(textArea1Buffer, TEXTAREA1_SIZE, "%s", touchgfx::TypedText(T_VALORE).getText());

in Screen1ViewBase() at the start.