dumarjo:
Hi all,
I found the problem
TI have a problem with the descriptor on the usb. I have modified the inf file to respect this error from TI
here the inf file “umpusbXP.inf”
Change the line
%PID_F430.DeviceDesc%=TI3410.Uni,USB\VID_0451&PID_F430 ; <------------ MSP-FET430UIF
to
%PID_F430.DeviceDesc%=TI3410.Uni,USB\VID_0451&PID_3410 ; <------------ MSP-FET430UIF
And should work
Jonathan
I’m fairly new to MCUs, so apologies if this is sucking eggs stuff.
Had similar problems after trying to get IAR Workbench KickStart version 3.41G talking to a eZ430-F2013, Lot 02014764.1.
Tried dumarjo’s advice, no change.
The following page inspired me to look at the connection settings in IAR Workbench KickStart:
http://www.winehq.org/pipermail/wine-us … 27308.html
In IAR Workbench KickStart, select Project> Options (Alt-F7)> FET Debugger. Under the Setup tab, go to ‘Connection’ box, (Top RH corner) and select “TI USB FET”. (This was by default set to “Lpt” during install.)
The IAR J-LINK OR TI USB FET INTERFACE MODULE subsection under Hardware installation, (MSP430 IAR Embedded
Workbench® IDE User Guide, 5th Edition, March 2006, pg 193) doesn’t mention “TI USB FET” needing to be selected. The only reference I found comes later on pg 200:
"Connection
The C-SPY FET debugger can communicate with the target device via the parallel port or the USB port. Select Lpt, J-Link (USB), or TI USB FET to specify the connection type. If you select Lpt you must also specify which parallel port to use; LPT1, LPT2, or LPT3."
Maybe this’ll helps someone else who doesn’t like reading manuals!
hairy_kiwi