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.

Compiler/CC1310: Filling 0xFF instead of 0x00 while creating binary file

Part Number: CC1310

Tool/software: TI C/C++ Compiler

Hi,

I am using the below post-build command to create the binary file from out file,

${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin ${BuildArtifactFileName} ${ProjName}.bin ${CG_TOOL_ROOT}/bin/armofd ${CG_TOOL_ROOT}/bin/armhex ${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin
${CG_TOOL_HEX} -order MS --memwidth=8 --romwidth=8 --intel -o ${ProjName}.hex ${ProjName}.out

Is there a way to have 0xFF instead of 0x00 in the binary file generated for the unused area.

Best regards,

Aurélien