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.

[参考译文] TMS320F28P650DK:F28P65 生成二进制文件

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1599396/tms320f28p650dk-f28p65-generating-binary-files

器件型号: TMS320F28P650DK

我需要该二进制文件来执行 OTA 引导加载程序。我使用本文中所述的方法生成了二进制文件。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1360751/tms320f280025-generating-binary-files/5195270?tisearch=e2e-sitesearch&keymatch=TMS320F280025%2520%2520bin#5195270

我的测试结果与文本中的测试结果一致。 第一种方法无法正确生成、因为文件采用 elf 格式。 第二种方法生成了一个缺少 0xff 填充的 bin 文件。 因此、我想使用第三种方法。 那么如何添加 ROM 呢?

直接将其添加到 CMD 文件中似乎不是正确的方法:  

 

image.png

 

是否有任何其他第三方工具可以生成 BIN 文件?