On Thu, May 21, 2009 at 7:06 AM, Chris Liechti <[email protected]> wrote:
> Andy Warner schrieb:
>> 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.
> [...]
>> Alternatively, does anyone know of python code that
>> can read/write the TI .txt format ?
>
> msp430-jtag and -bsl and the ihex2titext tools all use this code to read
> and write:
>
> http://mspgcc.cvs.sourceforge.net/viewvc/mspgcc/python/mspgcc/memory.py?revision=1.4&view=markup
>
> it supports reading ELF, ihex and TI-text and can write ihex and TI-text
>
> the setup.py here http://mspgcc.cvs.sourceforge.net/viewvc/mspgcc/python/
> allows to install that python module, so that you can simply import
> "mspgcc" in your tools :-)

Thanks for the pointer, I got my first batch of scripts working over the
weekend, and it's working just like downtown.

Next step, integration with the Elprotronic DLL interface to their programmers.
-- 
Andy

Reply via email to