STM keep getting reset at SCB_CleanInvalidateDCache (like 15-25 times) before working stable.
Hello, I am using STM32F746 with Touchgfx. I generated project with STM32CUBEMX. I notice that during first boot STM gets reset multiple times before running stable.
I try to debug issue and found that ound out its getting reset at function SCB_CleanInvalidateDCache () ( PC : 0x08011420 or 0x08011410 ).
And SCB_CleanInvalidateDCache() is getting called by TouchGFXGeneratedHAL::flushFrameBuffer()
I didn't enable cache in cubemx project, Not sure about issue, Any suggestion ?
Thanks
