2015-01-12 12:17 AM
Hi
I am using STM32L151 bootloader.I wanted to run the bootloader at program start, and if no usb if attached for a certain timego back to regular application.Is it possible to configure a timeout for the bootloader?Yaron2015-01-12 03:43 AM
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.2025-01-22 04:53 AM - edited 2025-01-22 05:13 AM
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?
2025-01-22 05:04 AM
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!
2025-01-22 05:07 AM - edited 2025-01-22 05:08 AM
Im not answering, i have the same question.
I really want to use ST ROM systembootloader, im tired of creating a new bootloader evey time i change companies.