Hse and hsi clock select
I am just switching clock source to MCU in RCC_CR register by making HSEON bit of above register high and waiting till HSERDY but turnsup.
But thing after HSERDY turns up when I read rcc_cr register both HSEON,HSION bit of RCC cr are at logic 1.
Then how controller will read this means MCU will consider which one as source?.if my understanding is wrong,please provide code block to switch the clock source from HSI to HSE
