STM32H743I-EVAL running off frequency
Posted on March 03, 2018 at 03:40The consequences of not initializing local/auto variables properly...Original code:static void SystemClock_Config(void){ RCC_ClkInitTypeDef RCC_ClkInitStruct; RCC_OscInitTypeDef RCC_OscInitStruct; HAL_StatusTypeDef r...