Hi everybody,
I amusing CCS v5 with TMS570LS20206 microcontroller and I need to create a raw binary executable file to be loaded in FLASH bank 0 sector 0 (32KB) of my microcontroller memory.
I took a look at the TI command file tiobj2bin.bat and I am trying to write my own version to be called as post-build step.
I am using the following directives:
%hexcmd% -q -b -image -o %binfile% %hextmp% %outfile% -fill 0xFFFFFFFF -map EACU_MON_BOOT_hex.map ROMS { MON_BOOT: origin=0x00000000, lenght=0x00008000, }
but I see that the ROMS directive is ignored when creating the .bin file, which is exactly the size of the used portion of FLASH memory (9KB) and not 32KB.
Any suggestion is welcome...
Thanks a lot,
Elena