DFU Bootloader

From Stm32World Wiki
Revision as of 04:30, 31 May 2021 by Lth (talk | contribs)
Jump to navigation Jump to search

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. Unfortunately this process can not be controlled without manipulating the Boot0 pin, so if we want to control this from our application, we will have to implement our own bootloader.

Overall Architecture

Bootloader

Application

Miscellaneous Links