How to flash Application file using Bootloader to a microcontroller by UART protocol?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-16 2:48 AM
This discussion is locked. Please start a new topic to ask your question.
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-16 3:27 AM
- You get the MCU in bootloader mode (with boot 0 and reset, or however you want)
- Make sure you have connected your uart adapter to the correct pins (see AN2606 and your device's datasheet/reference manual, I don't remember which one)
- Make sure you read AN2606 for setting uart parameters in the next step
- Start stm32cubeprogrammer, select uart, fill the parameters, select the correct COM port
- click connect
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-16 3:27 AM
- You get the MCU in bootloader mode (with boot 0 and reset, or however you want)
- Make sure you have connected your uart adapter to the correct pins (see AN2606 and your device's datasheet/reference manual, I don't remember which one)
- Make sure you read AN2606 for setting uart parameters in the next step
- Start stm32cubeprogrammer, select uart, fill the parameters, select the correct COM port
- click connect
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-16 5:24 AM
Get familiar with the protocol defined in AN3155:
If you feel a post has answered your question, please click "Accept as Solution".
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-22 4:35 AM
Almost the same question is repeated here.
In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
