cancel
Showing results for 
Search instead for 
Did you mean: 

Flashing Nucleo-L073rz using the system bootloader.

ABans.3
Associate II

Hello,

I have the project in which I need the flash the stm32L0 with uart using the system bootloader. I have settted required option bytes. I make the boot 0 pin high and the sytem is getting into the bootloader mode. I attach the usb to uart converter and provided the external 5v supply. The problem is I am only getting able to connect to the bootloader with the uart1 ( pin A9 and A10), at 9600 baud rate. I cannot goes higher that. Also the other UART2(pin A2 and A3), are not being detected at any baud rate.

I am testing all this on Nucleo -L073Rz board.

6 REPLIES 6
Kamil Duljas
Senior III

Take photo of your UART to USB and your board connection ​

Dudo
Kamil Duljas
Senior III

Hi, Algorithm of bootloader connection listens for signals. When you are trying to connect using 9600 then the board calibrate yourself and customize yours settings to 9600. If you disconnect, change baudrate and reconnect you get error because the board expect 9600. First you must reset board (using reset button for example) then change baudrate. The same with UART port. first reset then try connect with new settings.

Dudo
Kamil Duljas
Senior III

In case of USART2. look at board manual:

https://www.st.com/resource/en/user_manual/um1724-stm32-nucleo64-boards-mb1136-stmicroelectronics.pdf


_legacyfs_online_stmicro_images_0693W00000bj1ERQAY.pngtry using CN3 connector:


_legacyfs_online_stmicro_images_0693W00000bj1H1QAI.png

Dudo
Kamil Duljas
Senior III

Did you resolve the issue?

@ABans.3​ ​

Dudo
ABans.3
Associate II

@Kamil Duljas​ Thanks for your support. I appreciate that!

I use esp32 instead for the regular ftdi, it works for 115200 baud rate.

for Uart2 I need to verify it. I was busy in developing my app.

Thanks again for supporting me.

Nice 🙂 please marks some post as best answer due to close issue

Dudo