Difference between revisions of "STM32 Built-in Bootloader"

From Stm32World Wiki
Jump to navigation Jump to search
m (Lth moved page Boot0 to STM32 Boot Modes)
Line 1: Line 1:
 
[[Category:STM32]]
 
[[Category:STM32]]
 
All [[STM32]] devices have a pin labelled [[Boot0]] which serves one purpose only.  If left dangling or tied to [[GND]] the device will boot normally, but if pulled high the device will enter a special bootstrap mode.
 
All [[STM32]] devices have a pin labelled [[Boot0]] which serves one purpose only.  If left dangling or tied to [[GND]] the device will boot normally, but if pulled high the device will enter a special bootstrap mode.
 +
 +
== Further Reading ==
 +
 +
The various boot modes of [[STM32]] microcontrollers is described in details in [https://www.st.com/resource/en/application_note/cd00167594-stm32-microcontroller-system-memory-boot-mode-stmicroelectronics.pdf AN2606 Application note - STM32 microcontroller system memory boot mode].

Revision as of 07:31, 26 November 2020

All STM32 devices have a pin labelled Boot0 which serves one purpose only. If left dangling or tied to GND the device will boot normally, but if pulled high the device will enter a special bootstrap mode.

Further Reading

The various boot modes of STM32 microcontrollers is described in details in AN2606 Application note - STM32 microcontroller system memory boot mode.