Larry Young wrote:
Steve Underwood wrote:
msp430-gdbproxy w/ USB JTAG interface:
debug: MSP430_Initialize()
error: msp430: The FET tool version does not match this program. Update
required.
?
msp430-gdbproxy msp430 --update-usb-fet <device name>
Steve
Thank you, Steve. This is very encouraging. But before I do something
stupid and permanently trash my adapter ...
(1) What should the <device name> parameter look like under Windows?
(2) What file(s) are used for the source of the update?
msp430-gdbproxy msp430 --update-usb-fet TIUSB
This ran (Windows XP) from the mspgcc/bin directory with the four DLLs
from the most recent Olimex driver package (HIL.dll, MSP430.dll,
FTD2XX.dll, SiUSBXp.dll) copied to that directory. Several lines of
output indicated that the Olimex MSP-JTAG-TINY device firmware was being
programmed. Then
msp430-gdbproxy msp430 TIUSB
responds with "msp430-gdbproxy: waiting on TCP port 2000"
Excellent! Many thanks to the msp430-gdbproxy authors and all who
helped me understand the installation/upgrade process.
Larry