Part Number: EVMK2G
Tool/software: Code Composer Studio
I have a K2G Evaluation Module and I would like to create and run a simple Hello World application using the XDS200 emulator port. So I followed the steps in:
66AK2G02_GP_EVM_Hardware_Setup#Connecting_Emulator
and on that page:
For Debugging over emulator use "No Boot/Sleep" Setting as shown below:
and
On Board XDS200 emulator
(I also tried a few alternative boot switch setting in the the polarity was inverted based on the discussion about it on the page)
I am running CCS v7.3.0.00019 and I set up a target configuration for K2GEVM and then tried "Test Connection" whereupon I get the following error message:
[Start: Texas Instruments XDS2xx USB Onboard Debug Probe_0]
Execute the command:
%ccs_base%/common/uscif/dbgjtag -f %boarddatafile% -rv -o -S integrity
[Result]
-----[Print the board config pathname(s)]------------------------------------
C:\Users\wrdavis\AppData\Local\TEXASI~1\
CCS\ti7\0\0\BrdDat\testBoard.dat
-----[Print the reset-command software log-file]-----------------------------
This utility has selected a 560/2xx-class product.
This utility will load the program 'xds2xxu.out'.
E_RPCENV_IO_ERROR(-6) No connection: DTC_IO_Open::dtc_io
Failed to open i/o connection (xds2xxu:0)
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 '-250' (0xffffff06).
The title is 'SC_ERR_ECOM_EMUNAME'.
The explanation is:
An attempt to access the debug probe via USCIF ECOM has failed.
[End: Texas Instruments XDS2xx USB Onboard Debug Probe_0]
When I look at the Device Manager for my PC running Windows, I don't see any devices attached through a USB port.
What am I missing?