Other Parts Discussed in Thread: CCSTUDIO
Tool/software: Code Composer Studio
Hi TI Team,
I use the following line of instructions to generate the binary file,
${CCS_UTILS_DIR}/tiobj2bin/tiobj2bin ${BuildArtifactFileName} ${BuildArtifactFileBaseName}.bin ${CG_TOOL_ROOT}/bin/armofd ${CG_TOOL_ROOT}/bin/armhex ${CCS_UTILS_DIR}/tiobj2bin/mkhex4bin
However, the generated file size is fixed. For example, the flash size is set to 64KB and the generated file size is always 64KB.But the actual size of the firmware may be 32KB. How to generate the actual file size instead of the fixed file size?
Thinks!