2011-08-15 04:50 AM
Hello
I would like to switch from the HSE oscilator to the HSI oscilator if there is a failure of the HSE oscilator. How can I do that with preserved SYSCLK (64MHz)? The HSI klock is divided på 2 så the PLL would need to be changed by a factor of 2.2011-08-15 05:32 AM
PLLXTPRE (RCC_CFGR) permits you to feed HSE/2 into the PLL.
Although losing a synchronous clock, and switching a locked PLL to a different clock (even slightly), is a whole barrel of fun.