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.

[参考译文] TMS320F2800137:如何使用 Hex200将.hex 转换为.txt 文件

Guru**** 2484615 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1440057/tms320f2800137-how-to-use-hex200-to-convert-hex-to-txt-file

器件型号:TMS320F2800137

工具与软件:

尊敬的专家:

我的客户需要使用 hex2000将.hex 文件转换为.txt 文件、以及如何对 脚本进行编程?

hex2000 --memwidth=16 --romwidth=16 --diag_wrap=off --boot --sci8 --ascii -o led_ex1_blinky.txt led_ex1_blinky.hex  

此致

Anka

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    遗憾的是、 hex2000 仅接受 C28x 目标文件(通常由链接器创建)作为输入。  请搜索 C28x 编译器手册 、查看标题为" 软件开发工具概述"的子章节。

    谢谢。此致、

    -George.