USART bootloader not working on stm32u59
Hello Community,
I'm currently facing an issue with entering the USART bootloader mode on my STM32U5 development kit (STM32U5A9JDK). Despite following the standard procedure, the device refuses to enter bootloader mode, and I'm hoping someone here might have insights or experience to share that could help resolve the issue.
Here's a breakdown of the situation:
- I'm using a USB to UART converter that I've confirmed is pulled high.
- The BOOT pin configuration is set to '0' as required for USART bootloading.
- While the STM32 reference manual indicates the need for an RS232 transceiver, I've come across posts suggesting that it's not necessary if the voltage levels are correctly maintained.
- The voltage levels between my converter and the STM32U5 seem to be compatible, yet the bootloader mode remains elusive.
I'm wondering if there's a nuance I'm missing here, especially regarding the RS232 transceiver. Has anyone successfully entered the USART bootloader mode under similar conditions? Could there be other factors at play that might prevent the device from entering bootloader mode even when the voltage levels are appropriate and the BOOT pin is correctly set?
Any advice or suggestions would be greatly appreciated.
Note : I've managed to enter usart bootloader mode using the stlink ,but not using my own usb bridge .
Thanks in advance for your help!
