air32f103-template icon indicating copy to clipboard operation
air32f103-template copied to clipboard

AIR32F103 template project for GNU Arm Embedded Toolchain

Results 1 air32f103-template issues
Sort by recently updated
recently updated
newest added

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](https://gitee.com/openLuat/luatos-soc-air32f103/blob/master/ModuleDemo/RCC/RCC_ClockConfig/USER/main.c), i.e. copied...