在使用hex6x.exe的时候 我在网上搜索到的资料显示要加一些参数,比如下面的这一段
ProTest.out
-a
-image
-memwidth 8
ROMS { FLASH: org = 0x80002000, len = 0x3E000,romwidth = 8, files = {ProTest.hex} }
我想问的是 这里的 -a -image -memwidth 8 分别 具体是什么意思???
谢谢
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.
看一下Assembly language tool用户手册第274页Table 11-1. Basic Hex Conversion Utility Options, 对Hex utility的参数有详细介绍.
http://www.ti.com/lit/ug/spru186w/spru186w.pdf
这个芯片很老, 有flashburn烧写工具, 但这个flashburn只能烧写EVM/DSK板.
http://www.softwaredesignsolutions.com/flashburn_faq.aspx#FAQ7
你可以查看上述文档中11.13 Description of the Object Formats的hex格式, 各种hex格式的一些附加信息是便于用烧录器烧写, 你自己写烧写程序时, 需要把这些附加信息去掉, 最简单的是用-a Ascii格式.