Underclocking a STM32L496RGT3
Hello allI have a custom STM32L496RGT3 based board which I've configure to run at 64MHz off the HSI using CubeIDE:void SystemClock_Config(void) { RCC_OscInitTypeDef RCC_OscInitStruct = {0}; RCC_ClkInitTypeDef RCC_ClkInitStruct = {0}; /** Conf...