2022-07-08 05:49 AM
I'm trying to get up to speed on dual core debug on the STM32H745 Disco, using STM32CubeIDE. I've followed a couple of instructional videos that show how to do this.
I've got both cores blinking an led as expected, however whilst the M7 core enters debug correctly, the M4 core fails to enter debug. I have installed the GDB server & CubePROG as the first video suggests.
Clearly I've missed something, but I've tried some other settings to no avail.
2022-07-15 04:57 AM
Hi @Alexmouse ,
Please make sure to follow properly the steps as described in this Application Note AN5361 and precisely the section 3-Debugging.
AN4989 (STM32 microcontroller debug toolbox) may be helpful as well.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-07-15 05:37 AM
Thanks, I'll study those and have another try.