Decreased startup time Seeed Arch Max - from 5000 to 100ms

Hi, I decreased starup time Seeed Arch Max from 5000 to 100ms by changing https://github.com/mbedmicro/mbed/blob/master/libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_STM32F407VG/stm32f4xx_hal_conf.h HSE_STARTUP_TIMEOUT from 5000 to 100ms.

  1. if !defined (HSE_STARTUP_TIMEOUT)
  2. define HSE_STARTUP_TIMEOUT ((uint32_t)100) /*!< Time out for HSE start up, in ms */
  3. endif /* HSE_STARTUP_TIMEOUT */

Reference, however for another target: https://github.com/mbedmicro/mbed/issues/1096


Please log in to post comments.