Part Number: LAUNCHXL-CC26X2R1
Other Parts Discussed in Thread: SIMPLELINK-CC13X2-26X2-SDK, CCSTUDIO, SYSCONFIG
Hey
How can i generate output bin file (from ProjectZero for example) that is padded to be same size as my flash (0x58000 = 360448 Bytes)
in order to burn it with serial bootloader library (sblAppEx) .
I am porting my project to SDK 4.30.00.54, CCS 10.1.1.00004
from SDK 3.20.00.68 , CCS 9.0.1.00004 and i used to have post build step :
${CG_TOOL_HEX} -order MS --memwidth=8 --romwidth=8 --intel -o ${ProjName}.hex ${ProjName}.out;${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin ${BuildArtifactFileName} ${BuildArtifactFileBaseName}.bin ${CG_TOOL_ROOT}/bin/armofd ${CG_TOOL_ROOT}/bin/armhex ${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin;
as one line.
I believe that this post build step makes the trick in CCS 9.0.1.00004 but it does not in CCS 10.1.1.00004 .
I verified that tiobj2bin from ....ccs1011/ccs/utils/tiobj2bin is executed.
How this should be done in new SDK/CCS.
BR
Alik