Why does HAL_RCC_OscConfig() fail on demo code?
NUCLEO-F429ZImxcube v6.1HAL_RCC_OscConfig() fails using demo project I believe it fails exactly here:pll_config = RCC->PLLCFGR; if((READ_BIT(pll_config, RCC_PLLCFGR_PLLSRC) != RCC_OscInitStruct->PLL.PLLSource...