Grant Edwards wrote:
:
Even if you has a file in an understood format, how do you
program it into flash using EW? I searched the help and
couldn't find any mention of downloading a file or programming
flash.
Unfortunately I have some experience with the IAR M16C toolchain.
The IAR linker is called xlink. It can generate a lot of output
formats, including elf, coff, ieee695 and one called msp430_txt (that's
perhaps the one you need).
If you have installed the IAR EW, there should be two doc subdirs, one
is common/doc, the other is 430/doc. I guess in 430/doc there must be
some hint how you could programm a device and which input format is
expected (gang430, prgs430?)
Hardy