Hi there, in this line (debug: MSP430_VCC(3000)) you are telling the flash tool to use supply 3 Volt to run the MSP but you probably have a PCB which is already powered. So all you have to do, is to tell your flash tool to output 0 Volt ... something like MSP430_VCC(0) ..
sglow2000 wrote: > > Hi Guys; > > I hate to keep asking the same question, but I could really use a push > in the right direction here. > > Can anyone tell me if the '2618 device is supported by any version of > msp430-gdbproxy? > > I've tried the version on the sourceforge page, and also the version on > soft-switch.org, but so far I consistently get an error when starting > msp430-gdbproxy: > > --->msp430-gdbproxy msp430 /dev/ttyUSB0 > > 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) > error: msp430: External power detected (38) > debug: MSP430_Identify() > error: msp430: Could not find device (or device not supported) (4) > debug: MSP430_VCC(0) > debug: MSP430_VCC(3000) > error: msp430: External power detected (38) > debug: MSP430_Reset(ALL_RESETS) > debug: MSP430_Close() > msp430-gdbproxy: target_msp430.c:746: msp430_open: Assertion > `!msp430_status.is_open' failed. > Aborted > > Sorry if this is a dumb question, is it documented someplace that I'm > missing? > > If this processor isn't supported, are there any plans to update > gdbproxy to add support for it? > > How are people working with this chip if it's not supported by > gdbproxy? I really just need to program the flash, I can live without a > debugger if necessary. > > Thanks, > Steve > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Mspgcc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mspgcc-users > > -- View this message in context: http://www.nabble.com/msp430-gdbproxy-support-for-2618-device--tp17777231p19762451.html Sent from the MSP430 gcc - Users mailing list archive at Nabble.com.
