2023-05-01 05:31 AM - edited 2023-11-20 06:46 AM
2023-05-01 11:56 PM
SWDIO and SWCLK would facilitate an SWD update method. They would not facilitate a serial port connection, or Arduino Serial Monitor.
You'd perhaps look at using an ST-LINK/V3 pod with a USART.
Or using USB connection of Target MCU and a loader facilitating a CDC Device that appears as a COM Port on the Host PC.
2023-05-01 11:59 PM
Check if break-off ST-LINK/V2-1 on the NUCLEO board provides USART via a two pin TX/RX Header
2023-05-02 12:03 AM
Ok!