Захотел в Eclipse поднять отладку для msp430. Вот статья про это.
Но не могу прокси запустить.
Код
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>
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>
Пробовал тест
Код
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>
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>
Обновил firmware - не помогло. Программатор от Olimex и IAR WB работают нормально. А прокси не могу запустить. Кто-нибудь запускал прокси на MSP430-JTAG-TINY? Какие ещё есть способы поднять отладку в Eclipse?