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.
Champs,
My customer is using the following post-steps to generate .bin file.
"${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/ofd2000.exe" "${CG_TOOL_ROOT}/bin/hex2000.exe" "${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin.exe"
The problem is about the address after begin address.
If we directly program the .out file, the next 6*16bit would be filled with 0. But if the .bin file is programed, the next 6*16bit is filled with 0XFFFF.
The minor difference would cause a data check failure in customer's firmware update routine. If there any configuration that can be done to assign to fill with 0XFFFF or 0X0000?
Thanks,
Brian
Hi Brian,
Your query is forwarded to the compiler team. You will hear a response soon
Regards,
Veena
Brian,
Do you know if the customer is using or tried '--fill' option, just to force known fill value?
Thanks & Regards,
Santosh