mspgcc-users Hello everybody.
I am facing a problem with msp430-gdbproxy: debug: MSP430_Initialize() debug: MSP430_Configure() debug: MSP430_VCC(3000) debug: MSP430_Identify() error: msp430: Unknown device (5) 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. I am using the TI MSP-TS430pz5x100 card in conjunction with the MSP430F5438 microcontroller. I am using the MSP-FET430UIF as a debugging interface. The jumpers are as follows(default, out-of-the-box configuration) : JP1 - connected JP2- connected JP3 - pins 1 and 2 connected JP5 to JP10 - pins 2 and 3 connected , JTAG Mode There is no fault in mspgcc, something's not working with the msp430-gdbproxy. I know msp430f5438 is supported as I can compile my blink application without any errors for this microcontroller... I am calling msp430-gdbproxy as follows : msp430-gdbproxy --port=3333 msp430 , Throws error : msp430: Could not find device (or device not supported) or msp430-gdbproxy --port=3333 msp430 TIUSB, Throws error : msp430: Unknown device (5) Any ideas about this ? Thanks in advance.