This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
各位大神们好,我刚接触msp430单片机,用的是MSP430f5529官方的评估板,我想用TI官方的库函数来开发,用的是CCS5.5.0但是在TI官网下载了库函数以后不知道怎么导入工程,我将库函数的文件夹拷到工程里然后编译为什么会报错?
库函数应该如何使用?请各位大神不吝赐教,小弟感激不尽。
Benxin,
你这个应该是在工程的属性里面关于include路径下定义的源文件缺失导致编译失败。
你可以先建立一个新工程,然后在根据库文件中 include"XX"的路径调整好这些文件的路径,或是修改他们的定义
谢谢
TI官网下载:http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSP430ware/latest/index_FDS.html