How Connect Nucleo 411 Board to a JTAG Interface

Hello …
I have an IAR IDE and I want connect the J-Link (JTAG Connector) to the Nucleo-F411RE Board. Can I do this?
If that is possible, is there a description of how to do that?
regards jurgen

ST uses different pin layout on the NUCLEO boards for the debug interface, but you can convert the pins to fit JTAG header with a little soldering… See Using J-Link with the STM32 boards

In my case I only had a success after I:

  • I disconnected the ST-Link adapter from the NUCLEO board.
  • I made the following connection to the NUCLEO-Board:

NUCLEO CN7 J-Link

Pin 15 (TCK) <–> Pin 9 (SWCLK / TCK)
Pin 20 (GND) <–> Pin 6 (GND)
Pin 13 (TMS) <–> Pin 7 (SWDIO / TMS)
Pin 14 (NRST) <–> Pin 15 (nRST)
Pin 16 3V3 <–> Pin 1 (VTref)

NUCLEO CN10 J-Link

Pin 31 (SWO) <–> Pin 13 (SWO / TDO)

Regards Jurgen