TI中文支持网
TI专业的中文技术问题搜集分享网站

如何操作

找回msp430x1xx芯片仿真的工程文件,需要连接仿真器,使用CCS通过反汇编将代码读出来,得到汇编程序。先前没有用过,请提供详细的操作步骤。

谢谢!

2012-03-12

Young Hu:

Yongwei Jiang

您好!

新建一个target configuration file(ccxml),点击run->debug(F11), 进入CCS Dubug, 点击run->connect target, 点击view->memory browser, 可以得到以下图片,再点击save memory, 填写Flash的起始和终止地址,保存就行了。

另外最简单的方式就是使用MSP430 Flasher

processors.wiki.ti.com/…/MSP430_Flasher_-_Command_Line_Programmer。

Reading Memory out from Device and into File

MSP430 Flasher provides the user with the ability to read out any section of the device memory into a file of choice. The file can either be TI TXT or Intel HEX and the three memory sectors are MAIN, INFO, RAM and BSL. Please note that MSP430 Flasher will only read out memory up to a maximum length of 0x1FFFF.

In this example, using device MSP430F5438A we will read out MAIN memory into file output.txt.

>> MSP430Flasher.exe -n MSP430F5438A -r [output.txt,MAIN]

赞(0)
未经允许不得转载:TI中文支持网 » 如何操作
分享到: 更多 (0)