Difference between revisions of "DFU Bootloader"

From Stm32World Wiki
Jump to navigation Jump to search
(Created page with "Category:STM32Category:USBCategory:STM32 HardwareCategory:STM32 Development All STM32 MCUs have a built-in bootloader which will allow reflashing. The Bo...")
 
Line 1: Line 1:
 
[[Category:STM32]][[Category:USB]][[Category:STM32 Hardware]][[Category:STM32 Development]]
 
[[Category:STM32]][[Category:USB]][[Category:STM32 Hardware]][[Category:STM32 Development]]
 
All [[STM32]] MCUs have a built-in bootloader which will allow reflashing. The [[Boot0]] pin is used to toggle between "normal" boot and this bootloader.
 
All [[STM32]] MCUs have a built-in bootloader which will allow reflashing. The [[Boot0]] pin is used to toggle between "normal" boot and this bootloader.
 +
 +
== Links ==
 +
 +
* [https://yeswolf.github.io/dfu/ Excellent writeup about DFU bootloader]

Revision as of 05:52, 4 May 2021

All STM32 MCUs have a built-in bootloader which will allow reflashing. The Boot0 pin is used to toggle between "normal" boot and this bootloader.

Links