Skip to main content
Stephan Scherer
Associate III
July 22, 2013
Question

STM32F2 Enter Bootloader

  • July 22, 2013
  • 3 replies
  • 1012 views
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?

    This topic has been closed for replies.

    3 replies

    Tesla DeLorean
    Guru
    July 22, 2013
    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 VenmoUp vote any posts that you find helpful, it shows what's working..
    Stephan Scherer
    Associate III
    July 22, 2013
    Posted on July 22, 2013 at 15:08

    What you mean with Zero-Mapping?

    Tesla DeLorean
    Guru
    July 22, 2013
    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 VenmoUp vote any posts that you find helpful, it shows what's working..