Tool/software: Code Composer Studio
Hi,
I am using the below post-build command to create the binary file from out file,
"${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"
Is there a way to have 0xFF instead of 0x00 in the binary file generated for the unused area.
Thanks!
Chandra