Hello,
I'm updating MCU code from 2007 done on IAR. Since late 2008 I work with CCE now CCS and I don’t want to miss it. So I transferred old code to CCS and everything works fine except one little detail. The Intel-Hex output is different.
The lines from hex430 are longer and contain 32 bytes e.g.
:20800000310C3C88B0C8810281020230AC0C2CB092050C2CB032055F043F03F60C3C06B0CC
The lines from IAR linker are shorter and contain 16 bytes e.g.
:1080F00046494C4F5152535456000000000000575F
As our field update tool can’t handle lines longer than 53 characters I’m forced to shrink the line length.
Is there any way to do this?
Regards
Guenther