Question
IN Boot mode firmware load by UART
- March 27, 2026
- 2 replies
- 127 views
Hello,
I am working with the B-L4S5I-IOT-01A board (MCU: STM32L4S5VIT6) and attempting to load a .hex file using the UART bootloader via USART1 (PB6, PB7).
Since this USART is connected by default to the ST-LINK interface, I removed the necessary resistors (R42, R43) to isolate the ST-LINK connection. I then provided direct RX/TX connections from the MCU side through the corresponding pads.
However, I am unable to detect the MCU UART in the STM32 Programmer IDE. The device does not appear or respond during the bootloader communication attempt.
Could you please guide me on the correct procedure to:
- Properly enable UART boot mode on this board
- Ensure USART1 is usable for bootloader communication
- Identify any additional hardware or configuration requirements
Any reference or clarification would be greatly appreciated.
Thank you.
