Skip to main content
Visitor II
June 30, 2024
Solved

Embedded ST-Link in NUCLEO Board

  • June 30, 2024
  • 1 reply
  • 740 views

Hello,

I have NUCLEO-H755ZI-Q ST Board. To initialize the board, I used the STM32CubeMX initialization code generator ("Start My project from ST Board").

The Debug in this initialization is set to "Disable" (i.e., no Serial Wire or JTAG is active).

How the onboard embedded ST-Link operates with debug disabled setup?

BR, Chaim

Best answer by AScha.3

Hi,

the st-link is connected to swd/swc ; at/after reset the chip has this working at this pins always, so it can work.

But if you set/use this pins for any other function, you loose connection.

You just can connect then "under reset", to flash the chip or set pins swd/swc for debug again, then you can debug the program you flashed "normal" again.

 

read in rm , debug...

AScha3_0-1719730868429.png

 

1 reply

AScha.3
AScha.3Best answer
Super User
June 30, 2024

Hi,

the st-link is connected to swd/swc ; at/after reset the chip has this working at this pins always, so it can work.

But if you set/use this pins for any other function, you loose connection.

You just can connect then "under reset", to flash the chip or set pins swd/swc for debug again, then you can debug the program you flashed "normal" again.

 

read in rm , debug...

AScha3_0-1719730868429.png

 

"If you feel a post has answered your question, please click ""Accept as Solution""."