2024-09-27 01:43 AM
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?
2024-09-27 02:38 AM
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.
2024-10-01 07:18 AM - edited 2024-10-03 07:11 AM
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.