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.

[参考译文] TM4C123GH6ZRB:刷写十六进制文件

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/652549/tm4c123gh6zrb-flashing-hex-file

器件型号:TM4C123GH6ZRB
主题中讨论的其他器件:UNIFLASH

大家好、

我用一个示例代码(TI-RTOS)使 LED 闪烁。 我有.out 文件作为输出文件。 我使用 CCS uniflash 刷写了.out 文件、它工作正常。

我尝试使用"bin to hex"转换器将.out 文件转换为十六进制文件、并刷写了十六进制文件。 但它不起作用。

原因是什么? 是否有任何方法可以将.out 文件转换为 hex 文件?  

请提供建议。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    ".out"文件与".bin"文件不同、它是 elf 格式。 如果要从.out 文件创建十六进制文件、请使用与编译器位于同一目录中的"armhex.exe"。 此实用程序在 www.ti.com/lit/spnu118中进行了说明