Hello all,

I am now one step closer to success (thanks Chris), but I'm still 
getting a bug when I try to use my USB programmer to program a 
MSP430F2132 chip.  Specifically, if I type:


# msp430-jtag -l /dev/ttyUSB1 --spy-bi-wire -D -D -D -e -i -r


I get the following response:


MSP430 JTAG programmer Version: 2.4
Use -h for help
Debug is level set to 3
Python version: 2.5.2 (r252:60911, Sep 30 2008, 15:41:38) 
[GCC 4.3.2 20080917 (Red Hat 4.3.2-4)]
TOINIT list:
   actionMassErase
MSP430_*Register not found in library. Not supported.
MSP430_Funclet and isHalted not found in library. Not supported.
JTAG backend: ctypes/TI or 3rd party (/usr/local/lib/libMSP430.so)
backend library version: -1
Traceback (most recent call last):
  File "/usr/local/msp430/bin/msp430-jtag", line 627, in <module>
    main()
  File "/usr/local/msp430/bin/msp430-jtag", line 550, in main
    jtagobj.open(lpt)                                   # try to open 
port
  File "/usr/lib/python2.5/site-packages/mspgcc/jtag.py", line 507, in 
open
    _parjtag.open(lpt)
  File "/usr/lib/python2.5/site-packages/mspgcc/jtag.py", line 303, in 
open
    raise IOError("Could not configure the library: %s (device not spi-
bi-wire capable?)" % MSP430_Error_String(MSP430_Error_Number()))
IOError: Could not configure the library: Could not communicate with 
FET (device not spi-bi-wire capable?)


It appears to be reading libHIL.so prior to discovering that 
MSP430_*Register is not in the library above.  dmesg and /var/log/
messages show no errors.

Any suggestions?

Dan

Reply via email to