STM32F0 Discovery board
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Labels:
-
STM32F0 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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:
- How can I use STM32CubeProgrammer to access the US... - STMicroelectronics Community
- How to use STM32CubeProgrammer to access the USART... - STMicroelectronics Community
Hope this helps you!
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
Up vote any posts that you find helpful, it shows what's working..