Question
underclocking STM32F030
Posted on November 04, 2014 at 13:17
I have problem when underclocking STM32F030.
When I setup to RCC->CFGR2
higher value than RCC_CFGR2_PREDIV1_DIV4 (for example DIV5 - DIV16)
then PLL is never ready ( RCC_CR_PLLRDY ) With value <= RCC_CFGR2_PREDIV1_DIV4 its OK and works. Where could be an issue?