Part Number: EVMK2G
Tool/software: Code Composer Studio
We have a K2HX Evaluation Module. It was just bought and delivered to our labs a few days ago. Its "run out of the box" demonstration Matrix App Launcher v2p1 is not launching because it's ethernet ENET0 is not working. We would like to create and run a simple demo application using the XDS200 emulator port to check its functionality. So I followed the steps in:
EVMK2HX Hardware Setup Connect to EVM2H Using CCS via XDS2XX USB Onboard Debug Probe via MIPI connection.
software-dl.ti.com/.../EVMK2H_Hardware_Setup.html
and on that page:
For Debugging over emulator use "No Boot/Sleep" Setting as shown below:
and
On Board XDS200 emulator (XDS2XX MIPI) its current firmware:
C:\ti\ccs1011\ccs\ccs_base\common\uscif\xds2xx>xds2xx_conf get xds2xxu 0
boardRev=2
ipAddress=0.0.0.0
ipConfig=dhcp
ipGateway=255.255.255.255
ipNetmask=255.255.255.255
productClass=XDS2XX
productName=XDS200
serialNum=S200-000E9903981B
swRev=1.0.0.9
hostCPU=AM1802
emuCtrlType=Bit bang
extMemType=SDRAM
portUSB=true
portENET=false
portWIFI=false
portRS232=false
EnableUSBSerial=false
CurrentMeasure=false
I am running CCS v10.1.1.00004 and I set up a target configuration for 66AK2H14 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\Hakan\AppData\Local\TEXASI~1\CCS\
ccs1011\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'.
The library build date was 'May 7 2020'.
The library build time was '20:23:44'.
The library package version is '9.2.0.00002'.
The library component version is '35.35.0.0'.
The controller does not use a programmable FPGA.
An error occurred while hard 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 '-180' (0xffffff4c).
The title is 'SC_ERR_CTL_NO_TRG_POWER'.
The explanation is:
The controller has detected a target power loss.
The user must turn-on or connect the power supply for the target.
[End: Texas Instruments XDS2xx USB Onboard Debug Probe_0]
When I look at the Device Manager for my PC running Windows, I see that the devices attached through a USB port correctly.
What am I missing?