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.

[参考译文] TMS320F28374S:使用以下方法来生成。 bin、如何将其配置为填充0xFF 而不是0?

Guru**** 2538950 points


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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1120530/tms320f28374s-use-the-following-method-to-generate-bin-how-is-it-configured-to-fill-0xff-instead-of-0

器件型号:TMS320F28374S

使用 CCS10进行28374S 开发。

我使用 mkhex4bin.exe:

"${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat""${BuildArtiftFileName}""${BuildArtifactFileBaseName}.bin""${CG_TOOL_ROOT}/bin/ofd2000.exe""${CCE_TOOL_ROOT}/hex4BIN"/hexbin/utilid/install"$}/tiobj2000"

可以使用生成的 Bin 文件。

但我发现 fill 的值为0x00、我希望它为0xFF。 我该怎么做?