I'm having trouble connecting a Spectrum Digital XDS510USB emulator with a Spectrum Digital DM36X EVM (with the DM365 processor) and getting little support from Spectrum Digital. The emulator works when I run 'reset' and 'scan chain' from SDConfigEX, but CCS will not connect to the development board. I started going through the steps described in the "Debugging JTAG Connectivity Problems" on the Wiki to figure out the problem. Right away I have trouble with the "Emulator not plugged in" test:
C:\CCStudio_v3.3\cc\bin>dbgjtag.exe -f brddat\ccbrd0.dat -rv
-----[Print the reset-command software log-file]-----------------------------
This utility has selected an XDS510 class product.
This utility will load the adapter 'xds510.dll'.
This utility will operate on port address '0x0240'.
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.
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.
The emulator is connected to a powered USB hub (and has been connected to every port on my laptop and docking station), so I don't really believe it's a power problem. I'm concerned that the utility will operate on port address '0x0240'. Is that correct? I would have expected port 510 based on the Setup CCStudio settings. Is there a way to change this? What would have caused the problem?
Or maybe this is a red herring. Any help would be greatly appreciated. Thanks.