Not able to enter into UART bootloader mode
To perform firmware upgrade through UART, we had tried to put the MCU into bootloader mode by following sequence
a) NRST pin set to LOW and BOOT0 pin to HIGH to select System memory
b) NRST pin set to HIGH to boot into bootloader
To accomplish this, we have attempted in the following order and still were not successful:
1) BOOT0 and NRST are signalled manually
2) BOOT0 NRST signalled using ESP32 controller
3) Using the FTDI module, connect the BOOT0 pin to DTR and the NRST pin to RTS. Signalling using FTDI module itself.
4) Added the additional pull ups in UART Tx,Rx as suggested in the data sheet
Please let me know what went wrong with the signalling portion. Your assistance and backing are much appreciated.
MCU used is STM32G030F6P6
