Tool/software: TI C/C++ Compiler
Hi expert,
My customer generate S19 file in CCS using post build commend:
${CG_TOOL_HEX} -m2 "${BuildArtifactFileName}" -o "${BuildArtifactFileBaseName}.s19" -order LS -memwidth 16 -romwidth 32
But they get some gap in data like below:
Could you tell me why there is a short line (line 3093) in the code? How should I do to avoid this?
They'd like address end with some even number.
Sheldon
Thanks