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

2019-03-24 09:56发布

即能不能通过CCS5.1和编程器将程序下载到MSP430F149单片机中。我用过IAR(生成txt文件)和MSPFET(将txt文件下载到单片机中)这两个软件可以,不知道CCS5,1能不能生成txt文件(可通过MspFET和编程器下载到单片机中,不是通过仿真器),恳请高人帮助!感激万分,涕泪齐流 此帖出自小平头技术问答
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
17条回答
FreeBlues
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 编辑 ]

一周热门 更多>

相关问题

    相关文章