Changing STM32 sysclk in run mode
Posted on October 23, 2014 at 19:20Good day,Is it possible to change system clock (PLL) during run mode.I tried to change it with this one, but does not worked:RCC->PLLCFGR = PLL_M | (PLL_N << 6) | (((PLL_P >> 1) -1) << 16) | (RCC_...