This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Connecting Problem with TMS320C6713 and CCS5.2

Other Parts Discussed in Thread: TMS320DM6435

I've been trying to connect a SEED-DEC6713 board to my computer using the SEED-XDS510PLUS emulator. Every time I test connection after config the .ccxml file, I get a connection error. The chip is a TMS320C6713 and the version of CCS is 5.2. The operation system is a 64bit-Windows 7. The test log is as follow.

==============================================================================================
 [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\admin\AppData\Local\.TI\213602635\
    0\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 'seedjca8990isa.dll'.
The library build date was 'May 30 2012'.
The library build time was '22:52:27'.
The library package version is '5.0.747.0'.
The library component version is '35.34.40.0'.
The controller does not use a programmable FPGA.
The controller has a version number of '1' (0x00000001).
The controller has an insertion length of '16' (0x00000010).
This utility will attempt to reset the controller.

A error occurred while attempting to reset 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 '-342' (0xfffffeaa).
The title is 'SC_ERR_HUNG_COMMAND'.

The explanation is:
Failure due to the controller command-finish taking too long.

[End] 
======================================================================================
However, when I debug my code despite the failure of connection test, the board is able to connect with my computer sometimes. Other times it just fails with an "Error -1060 @ 0x0".
I'm wondering if there is something wrong with the board or the driver, or I just didn't config the .ccxml file correctly.
Thank you very much.