Hi,
I'm trying to connect to TCI6678 EVM (PG2.0) with:
- Windows 7 Enterprise x86_64 with SP1
- Blackhawk XDS560v2-USB Mezzanine JTAG emulator
- Code Composer Studio v5.3.0.00090
I can't connect and am presented with the following error inside a [Cancel] [Retry] window with the title "Blackhawk XDS560v2-USB Mezzanine Emulator_0/IcePick_D":
Error initializing emulator:
(Error -2083 @ 0x0)
Unable to communicate with the emulator. Confirm emulator configuration and connections, reset the emulator, and retry the operation.
(Emulation package 5.0.872.0)
I have tried the following to fix the problem (random order):
1. Removed older CCS 5.x and deleted all leftover files. Reinstalled CCS v5.3.0.00090 (incl. redefining the target configuration .ccxml file). The current target configuration file is:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<configurations XML_version="1.2" id="configurations_0">
<configuration XML_version="1.2" id="Blackhawk XDS560v2-USB Mezzanine Emulator_0">
<instance XML_version="1.2" desc="Blackhawk XDS560v2-USB Mezzanine Emulator_0" href="connections/BH-XDS560v2-USB_Mezzanine.xml" id="Blackhawk XDS560v2-USB Mezzanine Emulator_0" xml="BH-XDS560v2-USB_Mezzanine.xml" xmlpath="connections"/>
<connection XML_version="1.2" id="Blackhawk XDS560v2-USB Mezzanine Emulator_0">
<instance XML_version="1.2" href="drivers/tixds560icepick_d.xml" id="drivers" xml="tixds560icepick_d.xml" xmlpath="drivers"/>
<instance XML_version="1.2" href="drivers/tixds560c66xx.xml" id="drivers" xml="tixds560c66xx.xml" xmlpath="drivers"/>
<instance XML_version="1.2" href="drivers/tixds560cs_dap.xml" id="drivers" xml="tixds560cs_dap.xml" xmlpath="drivers"/>
<instance XML_version="1.2" href="drivers/tixds560csstm.xml" id="drivers" xml="tixds560csstm.xml" xmlpath="drivers"/>
<instance XML_version="1.2" href="drivers/tixds560etbcs.xml" id="drivers" xml="tixds560etbcs.xml" xmlpath="drivers"/>
<platform XML_version="1.2" id="platform_0">
<instance XML_version="1.2" desc="TMS320C6678_0" href="devices/C6678.xml" id="TMS320C6678_0" xml="C6678.xml" xmlpath="devices"/>
</platform>
</connection>
</configuration>
</configurations>
2. Powered OFF/ON the board
3. Removed USB cable and reattached it to the PC
4. Reset the board
5. Tried for BH Driver updates (using Eclipse's Install New SW feature); none existed
6. Target Configuration -> Test connection
[Start]
Execute the command:
%ccs_base%/common/uscif/dbgjtag.exe -f %boarddatafile% -rv -o -F inform,logfile=yes -S pathlength -S integrity
[Result]
-----[Print the board config pathname(s)]------------------------------------
C:\Users\odo\AppData\Local\.TI\693494126\
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 'bh560v2u.out'.
E_RPCENV_IO_ERROR(-6) No connection: emulator was not found
Download failed for file C:\ti\ccsv5\ccs_base\common\uscif\xds560v2.out
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 named emulator via USCIF ECOM has failed.
[End]
7. Using Blackhawk Control Panel to "Reinstall All...". I can only see the emulator if I tick "Show all devices". When I try to update I get a error popup saying: "Update driver failed! Error: Access is denied. [OK] [Cancel]". Furthermore in this utility I cannot see: "Serial Number", "Board Type", "Hardware Revision", "Firmware Revision". What I do see is : "PnP Device ID: USB\VID_0B1E&PID_0009\08:00:28:32:06:08".
8. BHDetect to check wether the PC sees the probe at all. (output cropped)
15:50:38: Starting scan for Blackhawk Emulators...
15:50:38:
15:50:38: 1.) Blackhawk XDS560v2-USB Mezzanine Emulator (S/N:08:00:28:32:06:08)
15:50:38:
15:50:38: Completed scan for Blackhawk Emulators.
15:50:39:
15:50:39: Scan Completed Successfully on Tuesday, March 05, 2013 at 03:50:39 PM.
15:50:39:
15:50:39: ******************************************************************************
15:50:39: BHDetect - Version 1.0.0.11 Errors: 0, Warnings: 0
15:50:39: ******************************************************************************
Any help would be greatly appreciated.
Any suggestions?
Thanks in advance for any answers!
Cristian