Boot0

From Stm32World Wiki
Revision as of 03:37, 26 August 2021 by Lth (talk | contribs)
Jump to navigation Jump to search

All STM32 MCUs includes a GPIO pin labelled Boot0. This pin is used to select the boot mode

Hardware design

It is extremely important to pull the Boot0 pin low during reset for normal operation.

If the pin is left unconnected in a hardware design it will "probably work", but it "might" on occasion detect a "high" on the pin and therefore decide to switch to the internal bootloader.