While setting the system clock with #define SYSCLK_HSE HSE(200) is just fine usually, I wonder how I can change the frequency later. I’ve tried the code over here, i.e. copied void RCC_ClkConfiguration(void) and call it at the beginning of main(), but that doesn’t work.
Any ideas?
While setting the system clock with
#define SYSCLK_HSE HSE(200)is just fine usually, I wonder how I can change the frequency later. I’ve tried the code over here, i.e. copiedvoid RCC_ClkConfiguration(void)and call it at the beginning of main(), but that doesn’t work.Any ideas?