STM32F411RE bootloader via uart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-10-20 3:22 AM
Hi,
I have an STM32F411RE master device connected to a slave STM32F411RE device via a UART connection. I need to update the firmware of the slave device using a UART bootloader. How can I initiate the bootloader mode on the slave device, and what protocol should I follow to transmit the new binary code to the slave device? Are there any examples available that I can use to get started?
- Labels:
-
STM32Cube MCU Packages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-10-20 6:37 AM
To get into bootloader mode, you can either jump there in software on the slave device, or you can control the BOOT0 and NRST pins to force it to load there.
General bootloader info:
See AN3155 for the bootloader UART protocol:
