i have uploaded an installer that contains this version of the gdbproxy.
it also includes (new devices, msp430-jtag and msp430-bsl bugfixes)

it does include recent changes but not the latest ones (by accident) but i'll upload an other release later this week. that will have new features like selectable JTAG backends and probably a tool that allows to write serial numbers and checksums to the msp430's flash.

chris

Steve Underwood schrieb:
Hi all,

At http://www.soft-switch.org/downloads/mspgcc you will a new version of msp430-gdbproxy which supports the latest devices, and under Windows supports Spy-Bi-Wire. Spy-Bi-Wire requires a USB FET tool. Linux support for Spy-Bi-Wire will have to wait until Linux support for the USB FET tool is complete.

msp430-gdbproxy will not talk to GDB until it has found a target device (I should probably change this, but its how things work now). Therefore, a new command line parameter, --spy-bi-wire, is required to start the program in Spy-Bi-Wire mode, so it can initially find the target device. So, to use a Spy-Bi-Wire device you need to start the program with a command like:

   msp430-gdbproxy --port=3333 msp430 --spy-bi-wire TIUSB

 From GDB the interface type can be changed with
   monitor interface jtag
or
   monitor interface spy-bi-wire


Windows users
-------------

Download HIL.dll, MSP430.dll and msp430-gdbproxy.exe. If you have the Windows installer for MSPGCC installed, put these files in c:/mspgcc/bin


Linux Users
-----------

Download libHIL.so, libMSP430.so and msp430-gdbproxy. Put libHIL.so and libMSP430.so in /usr/local/lib and run /sbin/ldconfig. Put msp430-gdbproxy wherever you put your other MSPGCC binaries.


Regards,
Steve



-------------------------------------------------------
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
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users




Reply via email to