I have a TMDXDOCK28377D Experimenter's Kit. This is the controlCARD docking station (R4.1) and the F2837x controlCARD (R1.1). I have installed the controlSUITE and Code composer studio V6. I am working through the C2000 Microcontroller Workshop, Revision 6.1, May 2015. In CCS, in the Target Configuration / Basic / general setup, I have selected the XDS100v2 USB Debug Probe and TMS320F28377D. I am running Windows 10, 64 bit.
When I press the "test connection" button, this is what I see:
[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\JOHNBL~1\AppData\Local\TEXASI~1\
CCS\ti\3\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 '-600' (0xfffffda8).
The title is 'SC_ERR_LIB_ANY_LOCATE'.
The explanation is:
A required dynamic library could not be located.
The library isn't on the search path.
[End: Texas Instruments XDS100v2 USB Debug Probe_0]
When I try to debug my code I see.
Error connecting to the target:
(Error -600 @ 0x0)
A required dynamic library could not be located.
The library isn't on the search path.
(Emulation package 6.0.14.5)
Unable to connect to target.
When I try to install the 'ti_emupack_setup_6.0.83.0_win_32' I get numerous errors.
When I try to update the TI emulators I see this:
An error occurred while collecting items to be installed
session context was:(profile=epp.package.cpp, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: org.eclipse.update.feature,com.ti.emulation.pack.win32,6.0.83.0
No repository found containing: binary,com.ti.emulation.pack.win32_root,6.0.83.0
Removing everything and reinstalling brought me right back to where I started.
Where do I go from here?