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: Use the following method to generate. Bin,How is it configured to fill 0xFF instead of 0?

Part Number: TMS320F28374S


28374S development with CCS10.

I use mkhex4bin.exe:

"${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/ofd2000.exe" "${CG_TOOL_ROOT}/bin/hex2000.exe" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin.exe"

The generated Bin file can be used.

But I find that Fill has a value of 0x00 and I want it to be 0xFF. How do I do that?