Hello all! I am trying to install the MSP-FET430UIF hardware for debugging with tmotes using the gdb for windows. I am trying to initialize the device by following some commands that i found in the internet. More specifically i type:
msp430-gdbproxy msp430 TIUSB and i get the following error message: 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() 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. I have installed the mspgcc and copied the hil.dll and msp430.dll into the msp43-/bin folder. Also, i tried several msp430.dll files since i read that these are the ones for identifying the devices. However, i cannot get it to work. Any suggestions would be really helpful... _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
