Problem:
I have a TI C6748 Development Kit, I am also running CCS v5.2.1, I am unable to connect the board to CCS. I have tried different emulators including TI,
Texas Instrument Simulator
C674x CPU Cycle Accurate Simulator, Little Endian
Texas Instrument XDS100v2 USB Emulator
LCDKC6748 , TMS320C6748 , EVMC6748
I have installed FTDI drivers as well. one more thing, the DSK board comes with a finger print example that works fine (which means the computer is connected with the board and interacts with the Tera Term, its just not connecting to CCS.
Everytime I get the error below:
[Start]
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:\DOCUME~1\NIPINM~1\LOCALS~1\APPLIC~1\.TI\
1078663705\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 'jioserdesusbv3.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 one or more of: invalid emulator serial number,
blank emulator EEPROM, missing FTDI drivers, faulty USB cable.
Use the xds100serial command-line utility in the 'common/uscif'
folder to verify the emulator can be located.
[End]
I will add a little bit of my experience:
I have used Spectrum Digital board TMS320C6713 DSK with CCSv3.1, CCSv5.02, CCSv5.2.0, CCSv5.2.1, and SD board seems to work fine with everything.
I can connect, program, stop, start, reset, and see my results.