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.

CCS/CC2640R2F: CCS8.2/CC2640R2F/USB-560BP/SC_ERR_HUNG_COMMAND error

Part Number: CC2640R2F


Tool/software: Code Composer Studio

Hello!

I am using the USB-560BP debugger on the CC2640R2F.

Then I got  "SC_ERR_HUNG_COMMAND" error. How to solve the issue?

CCS 8.2.0

Pin connect :

USB-560BP CC2640R2F
TMS TMS
TRST RESET
TDI TDI
GND GND
TVD VCC
TDO TDO
TCK_RET RTCK

TCK

TCLK
EMU0
EMU1

Target configuration

log:

[Start: Blackhawk USB560-BP Emulator_0]

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\170387\AppData\Local\TEXASI~1\CCS\
ti\1\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 'bh560ubp.out'.
The library build date was 'May 30 2018'.
The library build time was '21:56:23'.
The library package version is '8.0.27.9'.
The library component version is '35.35.0.0'.
The controller does use a programmable FPGA.
The old VHDL code has a version number of '0' (0x00000000).
The new VHDL code has a version number of '386336272' (0x17070610).
The controller has a version number of '6' (0x00000006).
The controller has an insertion length of '0' (0x00000000).
The cable+pod has a version number of '3' (0x00000003).
The cable+pod has a capability number of '8' (0x00000008).
This utility will attempt to reset the controller.
This utility has successfully reset the controller.

-----[Print the reset-command hardware log-file]-----------------------------

The scan-path will be reset by toggling the JTAG TRST signal.
The controller is the Nano-TBC VHDL.
The link is a 560-class hybrid cable.
The software is configured for Nano-TBC VHDL features.
The controller will be software reset via its registers.
The controller has a logic ONE on its EMU[0] input pin.
The controller has a logic ONE on its EMU[1] input pin.
The controller will use falling-edge timing on output pins.
The controller cannot control the timing on input pins.
The scan-path link-delay has been set to exactly '2' (0x0002).
The utility logic has not previously detected a power-loss.
The utility logic is not currently detecting a power-loss.

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 '-342' (0xfffffeaa).
The title is 'SC_ERR_HUNG_COMMAND'.

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

[End: Blackhawk USB560-BP Emulator_0]

Thank you.