cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F2 Enter Bootloader

Stephan Scherer
Associate II
Posted on July 22, 2013 at 14:37

Hi everyone,

is it possible to enter the bootmode without setting the Boot0/1-pins with an external switch?

3 REPLIES 3
Posted on July 22, 2013 at 14:44

is it possible to enter the bootmode without setting the Boot0/1-pins with an external switch?

Yes, you can change the zero mapping, and you can also jump to it.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Stephan Scherer
Associate II
Posted on July 22, 2013 at 15:08

What you mean with Zero-Mapping?

Posted on July 22, 2013 at 15:51

One of the primary roles of the BOOT0/1 pins is to define what memory (FLASH, ROM, RAM) is mapped/shadowed at address zero.

ie FLASH at 0x00000000 and 0x08000000, the Cortex-M3 expects the boot memory to be at zero.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..