2.1.5 How to Generate Binary-Format Files (TI-TXT and INTEL-HEX) The CCS installation includes the hex430.exe conversion tool. It can be configured to generate output objects in TI-TXT format for use with the MSP-GANG430 and MSP-PRGS430 programmers, as well as INTEL-HEX format files for TI factory device programming. The tool can be used either standalone in a command line (located in ccsv5ccs_base oolscompilermsp430in) or directly within CCS. In the latter case, a post-build step can be configured to generate the file automatically after every build by selecting predefined formats such as TI-TXT and INTEL-HEX in the "Apply Predefined Step" pulldown menu (Project → Properties → Build → Build Steps Tab → Post-Build Step → Apply Predefined Step). The generated file is stored in the Debug directory.
CCS可以加载编译好的目标文件到EZ430里,说说我这个新手的做法:
1、首先保证EZ430通过JTAG连接器接到PC上,状态正常;
2、用CCS把你的项目文件成功编译;
3、点击CCS界面上的那个臭虫按钮,如下图,你的目标程序就被加载到EZ430里去了
ez430
我用的是EZ430 CHRONOS的无线手表开发套件,没用过其他的MSP430器件,不清楚是否有差异,另外C2000的单片机也是这么操作的
是这个吧,CCS手册说可以
2.1.5 How to Generate Binary-Format Files (TI-TXT and INTEL-HEX) The CCS installation includes the hex430.exe conversion tool. It can be configured to generate output objects in TI-TXT format for use with the MSP-GANG430 and MSP-PRGS430 programmers, as well as INTEL-HEX format files for TI factory device programming. The tool can be used either standalone in a command line (located inccsv5ccs_base oolscompilermsp430in) or directly within CCS. In the latter case, a post-build step can be configured to generate the file automatically after every build by selecting predefined formats such as TI-TXT and INTEL-HEX in the "Apply Predefined Step" pulldown menu (Project → Properties → Build → Build Steps Tab → Post-Build Step → Apply Predefined Step). The generated file is stored in the Debug directory.
设置界面截图是这个:
ti_txt
一周热门 更多>