Posted on January 30, 2016 at 23:13See line 678 :while (__HAL_RCC_GET_SYSCLK_SOURCE() != RCC_SYSCLKSOURCE_STATUS_PLLRCLK) The intend is to check System clock switch status (SWS field of RCC_CFGR) after writing to System clock switch (SW field of R...