Skip to main content
Shilpashree Madhu
Associate III
December 16, 2021
Question

How to flash Application file using Bootloader to a microcontroller by UART protocol?

  • December 16, 2021
  • 4 replies
  • 1137 views

..

This topic has been closed for replies.

4 replies

MFran.4
Senior
December 16, 2021
  1. You get the MCU in bootloader mode (with boot 0 and reset, or however you want)
  2. 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)
  3. Make sure you read AN2606 for setting uart parameters in the next step
  4. Start stm32cubeprogrammer, select uart, fill the parameters, select the correct COM port
  5. click connect
MFran.4
Senior
December 16, 2021
  1. You get the MCU in bootloader mode (with boot 0 and reset, or however you want)
  2. 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)
  3. Make sure you read AN2606 for setting uart parameters in the next step
  4. Start stm32cubeprogrammer, select uart, fill the parameters, select the correct COM port
  5. click connect
TDK
December 16, 2021
"If you feel a post has answered your question, please click ""Accept as Solution""."
Peter BENSCH
ST Technical Moderator
December 22, 2021

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.