MSP430fet Tutorial

Installation

svn co https://msp430fet.svn.sourceforge.net/svnroot/msp430fet/trunk msp430fet

cd msp430fet

make

make install

Hardware

The TUSB3410 chip used by TI in its FET hardware isn't the easiest thing to configure. If you don't get /dev/ttyUSB0, try this page.

Usage

petite% msp430fet
msp430fet
by Travis Goodspeed
Copyright 2009

Usage: msp430fet $cmd
Where $cmd is one of:
ivt
read $start [$end]
erase
write $adr $val
loadihex <$ihex
continue
petite%

Contributing

svn diff >foo.patch

Email the result to travis at radiantmachines.com.

Also, feel free to rewrite from scratch. This code is an ugly hack, written with little sleep in a foreign land.