[STM32L4] [RCC] Re-configure MSI Clock once SystemClock_Config() is done
Posted on August 04, 2016 at 14:19Hi,I am trying to run my system at 4 MHz SYSCLK having PLLCLK as source.PLL has MSI as Source configured at 4 MHz.This configuration is done in SystemClock_Config() in main().Now, I am trying to re-configure the clo...