Does HSE timeout period affects Bootloader booting time if external oscillator is used?
I am using STM32F407 and want to use USART interface to flash MCU using bootloader. I have external 25MHz oscillator connected to the MCU.
I've noticed that there is drastic difference in booting delay time I need to implement on different bootloader versions on STM32F407. According to application note 2606
Bootloader V3.1 -
Minimum startup time: 84.59ms
HSE timeout: 0.790ms
Bootloader V9.1 -
Minimum startup time: 74ms
HSE timeout: 96ms
So there is drastic difference in HSE timeout, however it is says in same application notes - "The HSE clock source is used only when the CAN or the DFU (USB FS Device) interfaces are selected."
I could not find any data on whether or not it effects Bootloader timings if CAN or DFU is not used, but USART is used. Please can you clarify that?
