Skip to main content
MMostafa
Associate II
September 27, 2024
Question

TouchGFX hardfault while screen transition

  • September 27, 2024
  • 2 replies
  • 700 views

Hello,

I am working with STM32F469 DISCO with IAR and TouchGFX and I am getting a hardfault exception when doing a screen transition from one screen to other one.

When the screen has few widgets, this hardfault does not occur. When the screen has more widgets the hardfault is triggers when requesting to move to other screen. 

I am working with TouchGFX V4.24.0 with FreeRTOS based and I am storing the assets on the external flash within the DISCO board.

Did anyone face this issue and or have a solution for it?

 

2 replies

Karl Yamashita
Principal
September 27, 2024

If you know it hard faulted, then it must mean you're debugging. The debug window may give some insights where the hard fault is occuring in code.

If a reply has proven helpful, click on Accept as Solution so that it'll show at top of the post.CAN Jammer an open source CAN bus hacking toolCANableV3 Open Source
ST Employee
October 1, 2024

Hello @MMostafa,

Could you please share a screenshot of your call stack when the hardfault happens? 
Is there a specific number of widgets that causes the hardfault? Does it happen when you make a transition between a semi-empty screen and a crowded one or when it is between crowded displays? 

You can follow this tutorial video to ensure you're on the right track with Screen Transitioning.