Skip to main content
Alexmouse
Associate III
July 8, 2022
Question

Dual core debug

  • July 8, 2022
  • 2 replies
  • 1993 views

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.

https://youtu.be/k3mXhPZSasw

https://youtu.be/jI1k6p-fduE

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.

This topic has been closed for replies.

2 replies

KDJEM.1
Technical Moderator
July 15, 2022

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.
Alexmouse
AlexmouseAuthor
Associate III
July 15, 2022

Thanks, I'll study those and have another try.