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.

[参考译文] TMS320F28377D:生成具有 COFF 输出格式的.bin 文件

Guru**** 2460850 points


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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1502065/tms320f28377d-generate-bin-file-with-coff-output-format

器件型号:TMS320F28377D

工具/软件:

您好 Champ、

我要找我的客户。

它们使用具有 COFF 输出格式的 F28377D。  

他们希望将输出映像从十六进制文件填充到.bin 文件、并在.bin 文件中用值0xFFFF 填充未使用的存储器。

请建议如何生成所请求的具有 COFF 输出格式的.bin 文件。

这两个职位是否可行实现这一点?  

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1113498/tms320f280025c-post-build-to-generate-bin-file-the-size-is-too-big/4138341#4138341

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1163134/tms320f280039c-hex-generated-from-ccs-and-hex-read-out-from-uniflash-appear-different/4376185#4376185  

专家是否会合并如何生成文件?

谢谢。此致、

Johnny

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

    使用较旧的 COFF 目标文件格式、因此仍可使用(也是旧的)脚本 tiobj2bin 。  此论坛主题 显示了如何修改它、以使用0xFFFF 而非0来填充间隙。

    谢谢。此致、

    -乔治