2021-03-08 05:19 AM
Hello, I am using TouchGFX with STM32F746. I noticed that my system gets reset (With Hardfault ) several time before working fine. I wrote code at Hardfault to get PC and LR before reset and found out its getting reset at function SCB_CleanInvalidateDCache () ( PC : 0x08011420 or 0x08011410 ).
And SCB_CleanInvalidateDCache() is getting called by TouchGFXGeneratedHAL::flushFrameBuffer()
Any suggestion ?
Thanks
2021-03-15 03:06 PM