> Per the below Olimex email, Olimex does not test their USB programmers
> with GDB.  The drivers from Olimex for the USB programmer have not been
> tested with GDB, and may not work.
>
> I bought two TI parallel port versions of the MSP430 JTAG and hope to
> get that to work with GDB.  The FreeRTOS web site says how to do this.
>
> greg

The parallel port debuggers are always much simpler, as there are no drivers
installed, and all the intelligence is in the gdbproxy code.  We use
Olimex's parallel port debuggers extensively (because they are cheaper and
neater than TI's, and functionally identical).  The USB side is more
complicated, because it involves drivers on the PC side.

Did you try the instructions I gave below?  I had few problems getting the
Olimex USB debugger to work with gdbproxy, using the "TIUSB" option:

    msp430-gdbproxy --port=3333 msp430 TIUSB


mvh.,

David



>
> -----Original Message-----
> From: Support OLIMEX Ltd. [mailto:[email protected]]
> Sent: Monday, June 19, 2006 8:26 AM
> To: Rasche, Greg
> Subject: Re: msp430-gdbproxy v0.7.1
>
> we don't use GDB and have no idea how to help you Olimex
> ----- Original Message -----
> From: "Rasche, Greg" <[email protected]>
> To: "Support OLIMEX Ltd." <[email protected]>
> Sent: Monday, June 19, 2006 6:23 PM
> Subject: msp430-gdbproxy v0.7.1
>
>
>
> Hi,
>
> Can you help me get the GNU DEBUGGER (GDB) working with the MSP430 USB
> programmer?
>
> I may have to fall back to the parallel port version.
>
> Greg
>
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of David
> Brown
> Sent: Friday, June 16, 2006 5:22 AM
> To: GCC for MSP430 - http://mspgcc.sf.net
> Subject: Re: [Mspgcc-users] msp430-gdbproxy v0.7.1
>
> >From the Olimex web page http://www.olimex.com/dev/msp-jtag-tiny.html ,
>
> >you
> can get
> the drivers for the Olimex jtag debugger, and install that as the driver
> for the USB device.  You then need to copy the "SiUSBXp.dll",
> "FTD2XX.dll", and "MSP430.dll" from the Olimex software into the
> directory with your gdbproxy.exe, overwriting the original files.  Once
> that's in place, the Olimex debugger should work fine with JTAG using
> gdbproxy (or the latest version of the python downloader tools).
>
> I don't know whether it works with the spy-bi-wire interface, as I've
> never tried it.
>
> mvh.,
>
> David
>
>
>
> > Rasche, Greg schrieb:
> > > Hi All,
> > >
> > > I downloaded the file named mspgcc-20060502.exe from here
> > > http://sourceforge.net/project/showfiles.php?group_id=42303
> > >
> > > I need to use GCC and GDB, and need to get the proxy agent working.
>
> > > Per this thread...
> > > http://www.nabble.com/Updated-msp430-gdbproxy-t1494599.html
> > >
> > > For me, (Windows user) there are 3 new files to download HIL.dll,
> > > MSP430.dll and msp430-gdbproxy.exe. I have the Windows installer for
>
> > > MSPGCC installed, and copied these 3 files over the 3 files that
> > > were in placed within c:/mspgcc/bin
> > >
> > ...
> > > I have an Olimex USB JTAG programmer, and have
> > ...
> >
> > parallel port adapter should just work, but USB JTAG adapters use
> > proprietary protocols between the box and the PC. therefore you need
> > to install the MSP430.dll that comes with your USB JTAG box.
> >
> > chris
> >
> >
> > _______________________________________________
> > Mspgcc-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/mspgcc-users
> >
> >
> >
>
>
>
>
> _______________________________________________
> Mspgcc-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>
>
>
>
> _______________________________________________
> Mspgcc-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>
>
>



Reply via email to