Quoting Matthias Ringwald <matth...@ringwald.ch>: > I've just started with the MSP430 and tried the Code Composer Studio > v4 from the CD in the box on Windows and it updated the FET430 FW to > 2.04.07.0001. Was this a mistake? > > I prefer OS X so I've compiled mspdebug v14 from git and also found > and installed the TI USB Serial drivers. > > I'm running "./mspdebug -d /dev/tty.TIVCP3410-UIFfa140 uif" and get > this error with a connected MSP-EXP430F5438 board: > > MSPDebug version 0.14 - debugging tool for MSP430 MCUs > Copyright (C) 2009-2011 Daniel Beer <dlb...@gmail.com> > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > Trying to open UIF on /dev/tty.TIVCP3410-UIFfd130... > Initializing FET... > FET protocol version is 20407001 > Configured for Spy-Bi-Wire > Set Vcc: 3000 mV > fet: FET returned error code 4 (Could not find device (or device not > supported)) > fet: command C_IDENT1 failed > fet: identify failed > Trying again... > Initializing FET... > FET protocol version is 20407001 > Configured for Spy-Bi-Wire > Sending reset... > uif: read error: Operation timed out > warning: fet: reset failed > fet: FET returned error code 4 (Could not find device (or device not > supported)) > warning: fet: set VCC failed > fet: reply type mismatch > fet: command C_IDENT1 failed > fet: identify failed
Hi Matthias, It looks like this chip uses JTAG rather than Spy-Bi-Wire. Try using the -j option with MSPDebug: ./mspdebug -j -d /dev/tty.TIVCP3410-UIFfa140 uif With the firmware version you're using, chip support depends on the programming software rather than the FET firmware. The F5438 and F5438A are both supported by MSPDebug, so this should work (hopefully). Cheers, Daniel -- D.L. Beer Engineering www.dlbeer.co.nz ------------------------------------------------------------------------------ What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d _______________________________________________ Mspgcc-users mailing list Mspgcc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mspgcc-users