From: Terran Melconian on
Anybody know which MSP430 programmers work well with Linux? I was
thinking of getting the ez430, which is almost free, but I read in an
earler thread here that the USB interface was proprietary and Windows XP
only. Nobody's paying me for this one, so it has to be fun, and that
means not dragging out the Windows box. :) I'd rather pay more in
dollars upfront for some hardware that works than pay later in
headaches. Support for a restricted subset of the available parts is
fine; this is a learning experience and not for a real design. Any
advice or thoughts appreciated; thanks.
From: larwe on

Terran Melconian wrote:
> Anybody know which MSP430 programmers work well with Linux? I was
> thinking of getting the ez430, which is almost free, but I read in an
> earler thread here that the USB interface was proprietary and Windows XP

I think - but don't quote me on it yet - that this is a solved problem.
The ez430 appears as a USB-FET, and I believe there is Linux support
for this. Don't give up on that.

The parallel JTAG adapters are supported directly, of course.

From: Eric on

larwe wrote:
> The ez430 appears as a USB-FET, and I believe there is Linux support
> for this. Don't give up on that.

I know it was planned, but I don't think it was ever completed. The
WinXP GNU tools do work with the USB-FET.

Eric

From: Grant Edwards on
On 2006-09-15, Eric <englere_geo(a)yahoo.com> wrote:
>
> larwe wrote:
>> The ez430 appears as a USB-FET, and I believe there is Linux support
>> for this. Don't give up on that.
>
> I know it was planned, but I don't think it was ever completed.

I believe that according the author, it works. I haven't had
time to try it yet. Check on the mspgcc mailing list.

--
Grant Edwards grante Yow! I was making donuts
at and now I'm on a bus!
visi.com
From: Terran Melconian on
On 2006-09-16, Grant Edwards <grante(a)visi.com> wrote:
> I believe that according the author, it works. I haven't had
> time to try it yet. Check on the mspgcc mailing list.

I looked on the mailing list and found this:

http://sourceforge.net/mailarchive/message.php?msg_id=15719376

The version of msp430-gdbproxy which I was able to download for Linux
does not have a --spy-bi-wire option. There are Windows files from
2006, but I cannot find a Linux version of msp430-gdbproxy which claims
to be newer than 2003:

http://sourceforge.net/project/showfiles.php?group_id=42303

The Windows release notes for the latest version say:

It supports the parallel port interface an the USB box (on Windows only).

So I believe the answer is that it does not work with Linux; the Linux
version of the MSPGCC toolchain appears rather neglected, with all the
developers apparently using Windows.