Tool/software: Code Composer Studio
I have installed CCSv7 but when I try to debug the "blinking led" example proyect I get this debug message
[Start: Texas Instruments XDS100v2 USB Debug Probe_0]
Execute the command:
%ccs_base%/common/uscif/dbgjtag -f %boarddatafile% -rv -o -F inform,logfile=yes -S pathlength -S integrity
[Result]
-----[Print the board config pathname(s)]------------------------------------
C:\Users\DFORCH~1\AppData\Local\TEXASI~1\
CCS\ti\0\0\BrdDat\testBoard.dat
-----[Print the reset-command software log-file]-----------------------------
This utility has selected a 100- or 510-class product.
This utility will load the adapter 'jioserdesusb.dll'.
An error occurred while soft opening the controller.
-----[An error has occurred and this utility has aborted]--------------------
This error is generated by TI's USCIF driver or utilities.
The value is '-151' (0xffffff69).
The title is 'SC_ERR_FTDI_OPEN'.
The explanation is:
One of the FTDI driver functions used during the connect
returned bad status or an error. The cause may be one or
more of: no XDS100 is plugged in, invalid XDS100 serial number,
blank XDS100 EEPROM, missing FTDI drivers, faulty USB cable.
Use the xds100serial command-line utility in the 'common/uscif'
folder to verify the XDS100 can be located.
[End: Texas Instruments XDS100v2 USB Debug Probe_0]
When I check on windows 7 64 bits hardware administrator, XDS100 drivers hav warning icons and they say
No están instalados los controladores para este dispositivo. (Código 28)
Para buscar un controlador para este dispositivo, haga clic en Actualizar controlador.
Drivers for this device are not installed. (Code 28) To find a driver for this device, click Update Driver.
But when I click on Driver Update on Internet, IT finds nothing.
How can I fix these problems?