Downlink:https://www-a.ti.com/downloads/sds_support/applications_packages/cg_xml/index.htm
Convert TI Executable to .bin Format
------------------------------------
The Windows batch file tiobj2bin.bat converts a TI executable file, COFF
or ELF, to a "binary" file. This binary format is the one defined by the
"objcopy" Unix command. Here is a description of the format from the
objcopy man page ...
When objcopy generates a raw binary file, it will essentially produce
a memory dump of the contents of the input object file. All symbols
and relocation information will be discarded. The memory dump will
start at the load address of the lowest section copied into the output
file.
This batch file makes use of a new script mkhex4bin.pl to create a hex
utility command file. The hex utility does the heavy lifting. Documentation
on how to use tiobj2bin.bat is contained in comments at the top of the
file. To see a command invocation summary, run tiobj2bin.bat with no
parameters.