On Wed, Aug 22, 2012 at 04:51:07PM -0700, Robert Henig wrote:
> On Aug 22, 2012, at 4:10 PM, Daniel Beer wrote:
> 
> > As for your FET-UIF, do you know what firmware version you have
> > installed on it? If it's V3, you'll need to use the tilib driver.
> 
> The FET is version 2.04.09.001.

Ok, then the uif driver is the correct one to use. Raw USB access is
clearly not working for you (difficult to tell why), but you have a
kernel driver for the TI3410 anyway. Communication with the FET seems to
be working when you invoke it with -d:

> $ sudo mspdebug uif -d /dev/ttyUSB0
> MSPDebug version 0.18 - 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/ttyUSB0...
> Initializing FET...
> FET protocol version is 20409001
> 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

Have you connected to the chip via JTAG? If so, you'll need the -j
option. Apart from this, you might just need to recheck the wiring.
Upgrading to a later version of mspdebug couldn't hurt either, as there
have been quite a few bug fixes since 0.18.

Cheers,
Daniel

-- 
Daniel Beer <dlb...@gmail.com>    www.dlbeer.co.nz
IRC: inittab (Freenode)    PGP key: 2048D/160A553B

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to