Difference between revisions of "Boot0"

From Stm32World Wiki
Jump to navigation Jump to search
Line 12: Line 12:
 
[[File:Reset and Boot0.png|600px]]
 
[[File:Reset and Boot0.png|600px]]
  
The button
+
The button SW2 is of course optional but the pull-down resistor R5 is '''not'''.

Revision as of 03:47, 26 August 2021

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.

The proper way to deal with it can be seen on my Green Pill design:

Reset and Boot0.png

The button SW2 is of course optional but the pull-down resistor R5 is not.