Question
HSE clock bypass means?
Posted on November 28, 2016 at 03:20
Recently, I read reference manual about stm32f4 rcc,
but I have no idea about what is HSE clock bypass, I only know that there is a bit in RCC->CR for HSE BYPASS.I study the driver function RCC_HSEConfig()there are three parameter RCC_HSE_OFF, RCC_HSE_ON, RCC_HSE_BypassBut I still don't know why there is Bypass option?Can anyone introduce bypass more detail? thanks =) #rcc #bypass #stm32