Skip to main content
RBharol
Associate III
November 20, 2020
Question

The SWD and Trace ports on STM32H7

  • November 20, 2020
  • 1 reply
  • 1234 views

The SWD port appears to be dedicated to CM7 core. My first question is whether it can be dedicated to CM4 and second question is how to use Trace port on CM4?

Thanks

This topic has been closed for replies.

1 reply

TDK
Super User
November 20, 2020

Access port 0 connects to the CM7. Access port 3 connects to the CM4 core. You can change it under debug configurations.

https://www.st.com/resource/en/application_note/dm00629855-getting-started-with-projects-based-on-dualcore-stm32h7-microcontrollers-in-stm32cubeide-stmicroelectronics.pdf

"If you feel a post has answered your question, please click ""Accept as Solution""."
RBharol
RBharolAuthor
Associate III
March 24, 2021

Thanks a lot. That document shows selecting the access port in an IDE. Where exactly is the change made (which registers). I use GCC linux environment (No Ide).