This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hi,
My basic configuration for the control card TMDSCNCD28335 is as shown in inserted image. I am using code composer studio ver.6 emulator, connection I set is XDS100v1
I am getting the following error
[Start: Texas Instruments XDS100v1 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\COE-User\AppData\Local\TEXASI~1\
CCS\NEW_IN~1\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.
I have also tried setting emulator xds100ver2 and ver3 but I get same error.
Thank you,
Hope for a quick response.
Hi,
The configuration looks ok, but how are you exactly connecting your TMDSCNCD28335 to your computer?
You should have a baseboard and connect it to your PC with a USB A to B cable as shown in the photograph below:
If you are using the same configuration above, your configuration of XDS100v1 is correct. Don't forget to turn the right red switch to the "USB" position.
The other detail is to double-check if the XDS100 device drivers are being acknowledged by Windows. Check the screenshot at section 2.6 of the page below:
http://processors.wiki.ti.com/index.php/XDS100
Also, check if the cable or the USB port are working properly. An explanation for the error is shown at section 5.1 of the following wiki page:
http://processors.wiki.ti.com/index.php/Debugging_JTAG_Connectivity_Problems
Hope this helps,
Rafael
Hi Rafael,
Thank you for response.
I have kept the switch on. And connected the control card as shown in the figure. I also checked the setting but it is not same as in 2.6 of the page
It says USB SERIAL CONVERTER A
USB SERIAL CONVERTER B
I am not able to understand the changes I need to do. The error is same.
Hi,
Sorry about the delay and thank you for reporting your findings.
Just FYI for others, the strings "USB SERIAL CONVERTER A"/"USB SERIAL CONVERTER B" in the Control Panel are correlated to the standard FTDI VID/PID. Reprogramming the FTDI device with the MPROG file available in the link above allows properly acknowledging the board as a XDS100.
Details at section 6.4.8 of the XDS100 page: processors.wiki.ti.com/.../XDS100
Regards,
Rafael