摘要:
1. 项目:使用stm32f10x点亮LED灯,并实现流水灯效果。 2. 代码: main.c #include "stm32f10x.h" #include "bsp_led.h" /*延时函数*/ void Delay(uint32_t count) { for(;count!= 0; coun 阅读全文
摘要:
1. 编译提示:.\Objects\BH-F103.axf: Error: L6218E: Undefined symbol RCC_APB2PeriphClkCmd (referred from bsp_led.o). 2. 解决办法: 选中RCC_APB2PeriphClkCmd按F12或者右键 阅读全文