Skip to main content
Graduate
February 10, 2023
Question

For how much time system bootloader remain in bootloader mode

  • February 10, 2023
  • 2 replies
  • 908 views

Hi

In my hardware BOOT0 pin high after 12ms(Due to some hardware dependency) of power up, In this scenario MCU isn't going to bootloader mode, So I want to know For How much time mcu remain in bootloader mode at power up.

    This topic has been closed for replies.

    2 replies

    Super User
    February 10, 2023

    May depend on the chip which you don't specify.

    RM0394

    Reference manual

    STM32L41xxx/42xxx/43xxx/44xxx/45xxx/46xxx

    advanced Arm®-based 32-bit MCUs

    says:

    The values on both BOOT0 (coming from the pin or the option bit) and nBOOT1 bit are latched

    on the 4th edge of the internal startup clock source after reset release. It is up to the user to

    set nBOOT1 and BOOT0 to select the required boot mode.

    hth

    KnarfB

    Graduate II
    February 10, 2023

    In bootloader when it start leave forever or to next rst or jump command.

    If your design delay boot0 you need delay NRST more :)