Skip to main content
chriskuku
Senior II
April 15, 2025
Solved

STM32H503CBT6 Debug pins PA14/PA13 in IOC orange colored not green

  • April 15, 2025
  • 1 reply
  • 388 views

I switched from an STM32F103C8T6 project template to an STM32H503CBT6.
When programming the pins PA13/PA14 to DEBUG_JTMS_SWDIO resp. DEBUG_JTCK_SWCLK these pins turn to color orange, indicatiing there is some conflict.

On the F103 configuration I recall that I had to tick Serial Wire Debug in the Debug section of "SYS".

This lacks in the H503 configurator. How do I manage it to get the pins conflict free?

Best answer by Ghofrane GSOURI

Hello @chriskuku 

First let me thank you for posting.

Under [Debug] activate debug : serial wire and you will get the pins  PA13/PA14 to DEBUG_JTMS_SWDIO resp in green .

GhofraneGSOURI_0-1744709763315.png

THX

Ghofrane

1 reply

Ghofrane GSOURI
Ghofrane GSOURIBest answer
Technical Moderator
April 15, 2025

Hello @chriskuku 

First let me thank you for posting.

Under [Debug] activate debug : serial wire and you will get the pins  PA13/PA14 to DEBUG_JTMS_SWDIO resp in green .

GhofraneGSOURI_0-1744709763315.png

THX

Ghofrane

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.
chriskuku
chriskukuAuthor
Senior II
April 15, 2025

Yes, thanks, it's moved under TRACE and DEBUG.