STM32F4 core freeze while using TouchGFX
I have a STM32F446VCT6 MCU running TouchGFX project communicating SPI to a LCD. The images are located in the external QSPI which is in memory mapped mode.
Basically I have a few simple screens. Everything is running fine, except that after some random amount of seconds/minutes the MCU core freezes.
No hard fault or other things is called. The power consumption drops.
I was trying to catch something under debugging, but I cannot stop/pause the debugging. The MCU core is not responsive. Only asserting Reset pin helps.
I have disabled the communication - this does not help. So it must be something in TouchGFX itself that triggers this freeze.
Any ideas how to diagnose this issue?
