I'm trying to use msp430-jtag and msp430-gdbproxy with the
'F2330 and F2274, and neither works.  I've tried both the USB
interface and the parallel port interface (same results for
both processors):

msp430-gdbproxy w/ parallel JTAG interface:

   debug: MSP430_Initialize()
   debug: MSP430_Configure()
   debug: MSP430_VCC(3000)
   debug: MSP430_Identify()
   info:      msp430: Target device is a 'Device_unknown' (type 0)
   debug: MSP430_Configure()
   notice:    msp430-gdbproxy: waiting on TCP port 2000

   
msp430-gdbproxy w/ USB JTAG interface:

   debug: MSP430_Initialize()
   error:     msp430: The FET tool version does not match this program. Update 
required.


msp430-jtag w/ parallel interface:

   Cleaning up after error...
   Reset and release device...

   An error occoured:
   Can't open interface: Could not find device (or device not supported)


msp430-jtag w/ USB JTAG interface:

   Cleaning up after error...
   Reset and release device...
   
   An error occoured:
   Could not read target memory: Invalid parameter(s)
   

Both interfaces work fine using msp430-jtag with an MSP430F169,
and the parallel port interface works fine using msp430-jtag
with the '169, so I know the interfaces themselves are OK. 

The primary goal is to get the '2330 working, but I could get
by with the '2274 temporarily.

What do I do to get either the parallel or USB interfaces to
work with the '2330?

How do I know what version of libMSP430.so and/or libHIL.so I
need, and where do I get them?

-- 
Grant Edwards                   grante             Yow! Does someone from
                                  at               PEORIA have a SHORTER
                               visi.com            ATTENTION span than me?


Reply via email to