Debugging STM32H7 dual core
Hello everybody,
I got myself the Nucleo H755 to try the STM32 dual core processeros. I set up a project with the cubeMX configurator in Cube IDE. I wrote a short "Hello Wolrd" application in which both cores are running and blinking some LEDs. The programm is working so far as intended when I flash both MCUs, both cores are running.
However, when I try to debug the project, only the M7 core is running, the M4 core is not running. I set up the debug configurations for the cores according to the application note AN5361 "Getting started with projects based on dual-core STM32H7 microcontrollers
I use STLINK GDB Sever for debugging. When I launch the M7 Debug configuration, the M7 core is running and the M4 core is not running. When I start the M4 debug configuration while the M7 configuration is running as stated on page 19 in the application note, the core is not in running mode, but in halt mode. If I press the play button, the debug session crashes.
Has anyone experience in debugging dual core projects? Am I missing something?
Best regards,
Daniel
