This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS570LS1224: Unused memory fill with custom pattern- Compiler/Linker options

Part Number: TMS570LS1224

Hi ,

I have already set up the linker options fill value to my pattern,but no fill with the pattern is observed.

Also tried the compiler options of --image with ROM like in the example below,

:infile.out --image --memwidth 16 ROMS { EPROM1: org = 0x00004000, len = 0x2000, romwidth = 8 files = { rom4000.b0, rom4000.b1} EPROM2: org = 0x00006000, len = 0x2000, romwidth = 8, fill = 0xFF00FF00, files = { rom6000.b0, rom6000.b1} }

please help us with an example (.out file name is ISG.out)