STM32CubeIDE code initialization for STM32H747I-DISC0
Hello
I have the STM32H747I-DISC0 with me and i do the following
- using STM32CubeIDE(version 1.12), and initialize it using the New project wizard,
- I try to debug using the same debug configuration following the youtube link below
(190) Dual Core Debugging on STM32H7 with STM32CubeIDE - YouTube
- I create a break point below, and after i click run after the breakpoint, it automatically enters in Error_Handler() thereafter, could you point me a direction what else that i am missing? and is it possible to adding multiple breakpoints between M7 and M4 cores and debug them simultaneously?

