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.