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.

[参考译文] TMS320F28035:下载.hex 文件

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/984547/tms320f28035-downloading-hex-file

器件型号:TMS320F28035

大家好、

我将  Code Composer Studio 版本:7.4.0.00015用于我的项目。 此外、我还在使用频谱分析仪 XDS510仿真器。

我编译并链接了代码、我得到了一个.out 文件。 我可以使用调试和仿真器将.out 文件加载到我的板(TMS320F28035)。  

我可以使用 DOS 提示符下的以下命令生成.hex 文件,方法是使用 名为“hex2000.exe”的实用程序,该实用程序位于“C:\TI\ccsv7\tools\compiler\ti-cgt-C2000-16.9.6.LTS \bin”下

hex2000 -i dsp28035.out -romwidth 16 -o dsp.hex

 

我的问题是如何使用 Code Composer Studio 将.hex 文件(DSP.hex)加载到我的 DSP 板。  

此致、  

Vishtasb  

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

    您好!

    [引用 userid="445489" URL"~/support/microcontrollers/c2000/f/c2000-microcontrollers-forum/984547/tms320f28035-downloading-hex-file ]我的问题是如何使用 Code Composer Studio 将.hex 文件(DSP.hex)加载到我的 DSP 板。  [/报价]

    如 CCS 用户指南第7.3.2节所述、启动调试器的"手动"启动:

    https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html#manual-launch

    然后手动连接到目标、并使用'Run -> Load -> Load Program'选项指定十六进制文件并加载它:

    谢谢

    Ki

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

    您好 Ki、

    感谢您的回复和提供的信息。  

    您的说明解决了该问题。  

    非常感谢!

    Vishtasb