Ulrich wrote on 21/01/08 23:59 MET:
>
> I changed the command to
> C:\mspgcc\bin\msp430-gdbproxy.exe --debug --port=3333 msp430 --spy-bi-wire
> TIUSB
> and now I keep getting the follwing message:
> debug: msp430: msp430_open()
> debug: MSP430_Initialize()
> error: msp430: Could not initialize device interface (1)
Because I'm working on Linux and msp430-gdbproxy ist not open source I can
only suspect that your usb pod is not correctly connected or you are using
the wrong interface.
Looking at the output of "msp430-jtag --help":
# msp430-jtag --help 2>&1 | grep -A3 -- -l
-l, --lpt=name Specify an other parallel port or serial port for the
USBFET (the later requires libMSP430.so instead of
libMSP430mspgcc.so).
(defaults to "LPT1" ("/dev/parport0" on Linux))
I think should be using USBFET instead of TIUSB.
--
MfG / Regards
Friedrich Lobenstock