Hi, i saw mbed-src have been upgraded to CubeF4 drivers v1.5, which increases HSE timeout from 500 to 5000 ms. https://github.com/mbedmicro/mbed/blob/master/libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/stm32f4xx_hal_conf.h#L104 I don't know if there have been issues with 500ms timeout (afaik issues were about LSE on Nucleo boards with not correct capacitors), anyway now it takes 10 seconds to fallback to HSI (HSEwBypass->HSEwoBypass->HSI).