I created a bin file with the post build steps successfully in DSP28335 with CCS6.1, it converted all memories,but what I want is just data in FLASHD's range.
I checked the tiobj2bin.bat ,and I saw the this command:
%hexcmd% -q -b -image -o %binfile% %hextmp% %outfile%
this command makes the hex file,and %hextmp% is the temp commad file,then I open it ,it's just a simple one like this:
ROMS {
all_mem: o = 0x630000, l = 0x50000
}
This is the ROM directive.
I think if I could change the Origin and the Length,then I will get the bin file that I want.
So ,how to change the Origin and the Length in the %hextmp% ,it seems these are generated automatically by something.
Should I edit tiobj2bin.bat file or the post build command?Or is there any other way?
Thanks.