Tool/software:
Hi Expert,
My customer are able to fill the hole for bin file when they use new compiler and CCS12.
they define the ROMS file and use CCS hex utility to generate the bin file, it work for CCS12 and new compiler.
--image
--binary
--zero
ROMS
{
IMAGEBIN:
org = 0x100000, /* 0x3f0000 * 2 */
len = 0x80000, /* 0x7F7F * 2 */
romwidth = 16,
fill = 0xFFFF
}
but what they use is CCS8.3.1 and old compiler v18.1.4.LTS, it will fail to use the same method to generate the bile file that filled hole with 0xffff because there is no C2000 Hex Utility in CCS8.3.1.
any suggestion to use the old compiler v18.1.4.LTS and CCS8.3.1 to generate bin file that filled with 0xffff for hole?