Question
SystemClock_Config hangs
it seems my project hangs at this line ?
if (HAL_RCC_OscConfig(&RCC_OscInitStruct) != HAL_OK)
{
Error_Handler();
}What could be wrong?


it seems my project hangs at this line ?
if (HAL_RCC_OscConfig(&RCC_OscInitStruct) != HAL_OK)
{
Error_Handler();
}What could be wrong?


Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.