Hi Chris,

It works!

I checked out your latest changes, and msp430-download.py and msp430-jtag.py
work smoothly.  In fact, updates go so fast I think users might be
suspicious, even though I know it works.  I think I will add in a verify
phase as well, just to re-assure them.

One thing that doesn't seem to work is the progress bar.  It's hardly needed
for USB downloading - a full erase, download, program and verify of 16k code
takes about 3 seconds - but it might be useful for the parallel port
connection.

Many thanks,

David





> David Brown schrieb:
> >>However, I can't run the python programs (msp430-downloader.py and
> >>msp430-jtag.py) using the USB interface.  I can get some contact - for
> >>example, I can do a reset or an erase, but reading and writing memory
> >> fails with "invalid parameter(s)" errors.
>
> i can now say it _was_ a known problem :-) i've committed a fix in the
> CVS. (Buffer size for MSP430_Identify has to be >= 80 ...)
>
> > I've made a couple of minor changes to msp430-downloader.py, which I
think
> > could be worth putting in the official version.  They are so small that
it
> > is probably as easy for a maintainer to cut-and-paste rather than using
> > patch:
> >
> > In the list of file types (line 26), the box is a little more
user-friendly
> > if we use:
> >
> >         typeList=[('Binaries (*.hex, *.elf, *.a43)',
'*.hex;*.elf;*.a43'),
> > 'hex', 'elf', 'a43', '*']
>
> done
>
> > I also replaced the confirmation box with a choice of interface,
supporting
> > USB on windows:
> [code cut]
>
> implemented, tough slightly different.
>
> > This might need to be optional when running on Linux (until there is
support
> > for the USB tools on Linux).
>
> the downlaoder does not yet run on linux as there is no EasyDialogs
> implementation. (one should write a EasyDialgs compatible wrapper around
> zenity, or dialog+xdialog, ..)
>
> chris
>
>
> -------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Mspgcc-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>
>
>



Reply via email to