Hi,I seem to behaving an issue getting my STM32F411 PLL to stabilize using the HSI. The code I am using shown below. Setting it to 100MHZ. The code gets stuck in RCC_GetSYSCLKSource() != 0x08 ) continue; . It never returns 8. I had originally got ...