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