用CCS5.1能生成hex或bin或txt(能通过编程器下载到MSP430f149中)

2019-03-24 09:56发布

即能不能通过CCS5.1和编程器将程序下载到MSP430F149单片机中。我用过IAR(生成txt文件)和MSPFET(将txt文件下载到单片机中)这两个软件可以,不知道CCS5,1能不能生成txt文件(可通过MspFET和编程器下载到单片机中,不是通过仿真器),恳请高人帮助!感激万分,涕泪齐流 此帖出自小平头技术问答
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
17条回答
驭风者杨
1楼-- · 2019-03-25 05:45
hansonhe
2楼-- · 2019-03-25 10:53
 精彩回答 2  元偷偷看……
驭风者杨
3楼-- · 2019-03-25 15:01
好的,谢谢各位鼎力相助!
FreeBlues
4楼-- · 2019-03-25 15:17

CCS可以加载编译好的目标文件到EZ430里,说说我这个新手的做法:
1、首先保证EZ430通过JTAG连接器接到PC上,状态正常;
2、用CCS把你的项目文件成功编译;
3、点击CCS界面上的那个臭虫按钮,如下图,你的目标程序就被加载到EZ430里去了

ez430

ez430

 

 

我用的是EZ430 CHRONOS的无线手表开发套件,没用过其他的MSP430器件,不清楚是否有差异,另外C2000的单片机也是这么操作的

驭风者杨
5楼-- · 2019-03-25 19:02
 精彩回答 2  元偷偷看……
FreeBlues
6楼-- · 2019-03-25 22:20

是这个吧,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 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.

 

设置界面截图是这个:

ti_txt

ti_txt

[ 本帖最后由 FreeBlues 于 2012-7-16 23:56 编辑 ]

一周热门 更多>

相关问题

    相关文章