Skip to main content
Visitor II
January 12, 2015
Question

BootLoader timeout

  • January 12, 2015
  • 1 reply
  • 1136 views
Posted on January 12, 2015 at 09:17

Hi

I am using STM32L151 bootloader.

I wanted to run the bootloader at program start, and if no usb if attached for a certain time

go back to regular application.

Is it possible to configure a timeout for the bootloader?

Yaron
    This topic has been closed for replies.

    1 reply

    Graduate II
    January 12, 2015
    Posted on January 12, 2015 at 12:43

    The System Loader (BOOT0=High)? or your own Boot Loader?

    You can decide whether to call the System Loader from your own code, via a button or RAM setting, but it's not going to timeout and come back to you.
    Graduate II
    January 22, 2025

    How about ST systembootloader, https://community.st.com/t5/stm32-mcus-products/does-system-bootloader-eventually-timeout-and-jump-to-user/td-p/764233

     


    I have the same question, does it even timeout?

    Graduate II
    January 22, 2025

    You are answering for something from 10 years ago i guess.

     

    But best/easier way to do it, or what i do when needed is, in custom bootloader, put the timeout whenever i need. Never tryed a "non-custom" bootloader!