How to debug MemManage_Handler on STM32F746G-Disco with TouchGFX and FreeRTOS
Hello wonderful ST Community!
It has been 2 days since my last major project halting problem! Haha, must be time for a new one!
In the last two years since I started to learn STM32 I have never had a Memory management fault so I have no clue what to do! From my research online I have gotten to the point in the screenshot, my understanding form the two registers shown is that an instruction is trying to be executed from a bad mem address, something to do with function pointers?

Of other note is the lack of information in the debug panel on the left hand side, normally it shows the call stack (I think that's what it's called) but it's not showing anything useful. The breakpoint pointer is also not showing, the only reason I know it's a MemManage_Handler is from the Debugger Console.
I would love to be able to figure out where the error is originating form but under registers all the registers including the PC are blank, not helpful!

Any ideas would be great help!
Cheers,
Michael
