Question
Why I'm unable to use UART to upload a program to NUCLEO L476?
I'm using Nucleo-L476RG as MCU. I am trying to upload a program to it using UART.
- I have tried connecting the BOOT0 with VDD.
- Rx/D0 with Rx of FTDI (USB to TTL cable).
- Tx/D1 with Tx of FTDI.
- The ground of FTDI with Ground of Nucleo.
I am using STM32 Flasher to upload the program but am unable to do so. I have tried another way to put MCU into bootloader mode which is pressing the USER button still no result. Why?
