I tried to upload a program using your JTAG-TINY device.
The program works fine when uploading using the standard parellel port device.
I then swaped the MSP430.dll for the one distributed in 1.010 drivers
The LED on the programmer flashes, but I get the following error:
C:\mspgcc\examples\leds>msp430-jtag -D --lpt=USB -e leds.elf
MSP430 JTAG programmer Version: 2.2
Debug is level set to 1
Python version: 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)]
ELF section .text at 0x1100 218 bytes
ELF section .vectors at 0xffe0 32 bytes
TOINIT list:
actionMassErase
TODO list:
actionProgram
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 (c:\mspgcc\bin\MSP430.dll)
backend library version: 10001000
MSP430_Identify: Device type: ‘MSP430F169’
Preparing device …
Mass Erase…
Program…
Cleaning up after error…
Reset and release device…
Traceback (most recent call last):
File “msp430-jtag.py”, line 528, in ?
File “msp430-jtag.py”, line 465, in main
File “mspgcc\jtag.pyo”, line 538, in actionProgram
File “mspgcc\jtag.pyo”, line 311, in memwrite
IOError: Could not write target memory: Invalid parameter(s)