STM32L152RET6 bootloader via huart3
Is it possible to use UART3 as the bootloader interface on this chip?
I’m able to communicate with UART3 (so the hardware connection seems fine), but I’m unsure about the baud rate—does the bootloader autodetect it, or is it fixed? The bootloader works fine over USB, and I can successfully enter bootloader mode. However, when I disconnect the USB and attempt to use UART3, I can’t establish a connection.
I understand that not all chips support all UARTs for bootloading, and in the documentation, I see references to UART1, UART2, and some mention of other UART interfaces. Could you clarify if UART3 is supported for bootloader flashing on this chip?

