Bootloader programming using UART with STlink V2.1
Hello guys,
I have a small question I have st link v2.1 which comes with the Nucleo board, so I need to program another custom board using this st link, but I have to do using UART (Rx, Tx) pins which is nearby the SWD connector, please if anyone has an idea about please let me know.
I used cube programmer and tried to connect with UART but it is giving an error that saying
Error: Activating device: KO. Please, verify the boot mode configuration and check the serial port configuration. Reset your device then try again...
Used the flash Loader as well but it is not connecting,
wiring was
Stlink Rx ---> MCU Tx (PA2)
Stlink Tx ----> MCU Rx (PA3)
BOOT0 --- High
NRST ----> NRST
If there is any other error can you point it to me?
