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.
在安装CCS的时候,选择安装msp430ware,里面有些例程供参考。
源文件你可以CCS中添加并编辑,头文件可以在安装目录下添加调用。
TI官网上有培训的教程,参见http://processors.wiki.ti.com/index.php?title=Category:Code_Composer_Studio_v5
原文件自己添加,头文件在工程目录下的可以自己找到,如果不在,就要手动在project->properties->CCS Bulid->MSP430 Compiler->Include Options->Add dir to #include search path中添加
楼主你好!
1、eeworld 上面有 ti的 launchpad课程;
2、请安装CCS5.4,和msp430ware(CCS安装包自带),里面有完整的例程,直接导入即可使用;
3、头文件只需要包含msp430.h即可