LuminaryMicro supplies a command-line tool (LMFlash.exe) for loading .bin files onto their boards via a serial port using an on-chip bootloader... i'm currently using this tool with a gcc compiler for arm/cortex-m3, but would like to use the TI compiler instead.
right now, i run the standard objcopy utility supplied with gcc on the compiler's (ELF) output; the resulting .bin file is then loaded onto the board via LMFlash....
i'm using a recent TI ARM compiler (v 4.5.2), and can produce either COFF or ELF executables.... what's the process to obtain a .bin file that LMFlash will then simply copy into my board's memory???? [i've tried running different versions of objdump on an ELF executable, with no success; either the object-file format was declared "unrecognized" (mingw) or the resulting .bin file was 52M in length (sourcery)]