Please help on the clock configration of STM32G431. The clock is mush slower than what I set. it is only 20MHz roughly
I use cubemx to generate clock configAnd I use a flip pin and oscilloscope to check the speed.here is what i didclock settingvoid SystemClock_Config(void) { RCC_OscInitTypeDef RCC_OscInitStruct = {0}; RCC_ClkInitTypeDef RCC_ClkInitStruct = {0}; ...