Hi there,I've got a temporily solution to fix this problem. As is you mentioned, SystemClock_Config() function first call HAL_RCC_OscConfig(), which would fail because check in PLL initialization fails:__HAL_RCC_GET_SYSCLK_SOURCE() != RCC_CFGR_SWS_PL...