2019-07-14 23:50发布
z00 发表于 2014-4-9 13:06 ”SystemFrequency“是定义在 文件”system_LPC17xx.c“里面的,也就是启动代码那部分, /*************** ...
最多设置5个标签!
/*********************************************************************************************************
** Clock Variable definitions
**********************************************************************************************************/
extern uint32_t SystemFrequency = IRC_OSC; /*!< System Clock Frequency (Core Clock) */
在文件添加包含#include "system_LPC17xx.h" 然后把system_LPC17xx.c加入你的工程一起编译就行了。
2.把system_LPC17xx.h文件所在的目录路径添加至option for target 的i nclude paths里面
可以了,非常感谢啊
一周热门 更多>