2023-11-06 07:53 PM - last edited on 2023-11-07 07:16 AM by Imen.D
Hi,
I am new to work on STM32F0RB discovery board to get update the FW through UART/USB port. If any one have the idea to work on this please give me the solution.
Thanks,
Shashi Shekhar
2023-11-07 07:11 AM
Hello @Sudharshan,
You can update the firmware via USB or UART via bootloader. So, connect the UART to a system bootloader-supported interface and jump to the bootloader when you want to program the device.
Please have a look at the AN2606 for supported devices and AN3155 for UART bootloader commands.
You can also refer to these articles for further information:
Hope this helps you!
Imen
2023-11-07 09:02 AM
The USB connection on this board https://www.st.com/en/evaluation-tools/stm32f0discovery.html connects to the ST-LINK not the STM32F0. You should use the ST-LINK with STM32 Cube Programmer to program firmware onto the STM32F0 part.