I am planning to write some python scripts to process
pre-built msp430 firmware images, to manipulate
default values in fixed locations in flash and write
new .txt files out.

I've looked for info on the TI .txt file format (simple
and self explanatory as it seems) - mostly with an
eye to converting it into something that already
has python code written to read/write it. I was
hoping to use something like msp430-objcopy
to accomplish this, but it doesn't seem to know
anything about the TI format.

Does anyone know what the TI file format is
known as in the wider world, and whether
there is a bfd back-end for it ?

Alternatively, does anyone know of python code that
can read/write the TI .txt format ?

I thought I'd start here, and post to the msp430
list on yahoo if I have no luck.
-- 
Andy

Reply via email to