Skip to main content
Explorer
March 10, 2021
Solved

How to connect STM32H743 to ST-LINK V3SET via Serial Wire.

  • March 10, 2021
  • 3 replies
  • 1885 views

Hi.

I'm designing a circuit using STM32H743ZI.

I should add connectors to connect it to STLINK-V3SET.

However, I don't want to use 20 pin Box Header because it is too bulky.

For I only use SerialWire Interface to program and debug the MCU,

I want to use only necessary pins.

When I looked into the STLINK-V3, There is a connector(CN6) that includes

all the pins for SerialWire communication.

0693W000008wTEtQAM.jpgI think CLK should be connected to SWCLK, and DIO should be connected

to SWDIO. NRST should be going to NRST in the board. Right?

What is SWO in the picture then?

Should I connect that pin to TRACESWO(PB3)?

What is the function of it?

    This topic has been closed for replies.
    Best answer by Tesla DeLorean

    PB3 SWO is the Serial Wire Viewer (SWV) which provides trace and debug uart functionality. Perhaps look at some ARM Technical Reference Manuals, or ST's Programming Manual

    PA13 SWDIO/DIO

    PA14 SWCLK/CLK

    You could always use the 10-pin high density SWD connector

    3 replies

    Graduate II
    March 10, 2021

    PB3 SWO is the Serial Wire Viewer (SWV) which provides trace and debug uart functionality. Perhaps look at some ARM Technical Reference Manuals, or ST's Programming Manual

    PA13 SWDIO/DIO

    PA14 SWCLK/CLK

    You could always use the 10-pin high density SWD connector

    JCho.3Author
    Explorer
    March 10, 2021

    Thank you Tesla.

    I'll only need 6 pins then. ;)

    Visitor II
    February 4, 2022

    what about NREST ,VCC if it is connect to ext ,GND?

    what about Vapp,TRST,TDI,NRST,VDD ?