Hi team,
My customer use CC1352P. They will use serial bootloader to update CC1352P FW. While they generate the .bin file, they find out the unused bytes are 0x00. However, while flashing .hex image, the unused bytes are 0xFF.
Customer want to know which one is correct for the unused bytes, 0x00 or 0xFF?
Customer generate the '.hex' & '.bin' files from the Code composer studio v10.1.1. They use below commands in CCS as Post build steps. They don't assign 0x00 for .bin file. Please also review below settings and provide any suggestion if any change is required to below command.
${CG_TOOL_HEX} -order MS --memwidth=8 --romwidth=8 --intel -o ${ProjName}.hex ${ProjName}
"${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat" "${ProjName}.out" "${ProjName}.bin" "${CG_TOOL_ROOT}/bin/armofd.exe" "${CG_TOOL_ROOT}/bin/armhex.exe" "${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin.exe"