Unable to flash STM32L071 board using USART even after entering bootlaoder mode.
Hi,
I am using STM32L071 micro controller for my product. We planned to flash the code using USART communication. The USART1 from MCU is connected to embedded system ( Nvidia Xavier NX ) using USB to UART converter. Then the MCU is put into boot mode by setting BOOT0 pin HIGH.
I confirmed that the MCU entered bootloader mode by connecting ST-Link V2 with the MCU and ensured that the PC pointed to the bootloader address(0X1FF00B38) of the STM32L071 series as shown in the image below
After entering system memory mode, if I try to flash the code through UART using STflash tool from Source Forge , I was not able to flash the code. Error shown by the program: Timed out.
Can someone please guide me what I am missing here?
