Problem in switching the SYSCLK to MSI in STM32CubeHALv1.7.0
Posted on October 02, 2017 at 10:39Hi, In the HAL_RCC_DeInit function, switching the SYSCLK to MSI only uses this function CLEAR_BIT(RCC->CFGR, RCC_CFG_SW). But, to select MSI as system clock source, I think that it is required to use after that the...