Question
How to solve HardFault or MemManage Handler for STM32H743?
Hello,
I have implemented some source code on my original borad with STM32H743.
(ex. use HAL_UART_DMA, HAL_SAI_DMA, and more.)
I run without Breakpoint, but HardFault occurs.
However, I run with Breakpoint, HardFault does not occur.
According to the Fault exception viewer, HardFault Error Message is "The processor has attempted to execute an undefined instruction (CFSR.UNDEFINSTR)."
What is different with and without breakpoints?
