SparkFun Forums 

Where electronics enthusiasts find answers.

Discussions on how to get your MSP JTAG programmer up and running.
By juvf
#122587
I have MSP-JTAG-TINY (USB). I can debug in IAR WB with MSP-JTAG-TINY. I have instaled the "Olimex MSP430 Programmer" (v 1.3.0.1) and I can program with MSP-JTAG-TINY. But I can not use MSP-JTAG-TINY and msp430-gdbproxy. I want to debug msp430 in Eclipse and I need to start gdbproxy.
Code: Select all
d:\soft\mspgcc\bin>msp430-gdbproxy --port=3333 msp430 TIUSB

Remote proxy for GDB, v0.7.1, Copyright (C) 1999 Quality Quorum Inc.
MSP430 adaption Copyright (C) 2002 Chris Liechti and Steve Underwood

GDBproxy comes with ABSOLUTELY NO WARRANTY; for details
use `--warranty' option. This is Open Source software. You are
welcome to redistribute it under certain conditions. Use the
'--copying' option for details.

debug: MSP430_Initialize()
error:     msp430: Could not initialize device interface (1)
^C
d:\soft\mspgcc\bin>
I tried test
Code: Select all
d:\soft\mspgcc\bin>msp430-gdbproxy msp430 --selftest-usb-fet

Remote proxy for GDB, v0.7.1, Copyright (C) 1999 Quality Quorum Inc.
MSP430 adaption Copyright (C) 2002 Chris Liechti and Steve Underwood

GDBproxy comes with ABSOLUTELY NO WARRANTY; for details
use `--warranty' option. This is Open Source software. You are
welcome to redistribute it under certain conditions. Use the
'--copying' option for details.

notice:    msp430: TI USB FET self-test requested
debug: MSP430_Initialize()
error:     msp430: Could not initialize device interface (1)
debug: MSP430_Initialize()
debug: MSP430_Configure()
debug: MSP430_VCC(3000)
debug: MSP430_Identify()
error:     msp430: Could not find device (or device not supported) (4)
debug: MSP430_VCC(0)
debug: MSP430_VCC(3000)
debug: MSP430_Reset(ALL_RESETS)
debug: MSP430_Close()
Assertion failed: !msp430_status.is_open, file target_msp430.c, line 745

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

d:\soft\mspgcc\bin>
I don't understand why msp430-dgbproxy could not initialize device? What can I do?

ps sorry for my bad English