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.

"reset systema"in Perl script?



Here is an issue when auto-running script in hardware:

SEVERE: C66xx_0: Error connecting to the target: Error 0x00000020/-2172 Error during: Execution,  TRG_ERR_COMM_FAILURE Error Occured at 0x0000000D

In general, debug guys will reset system manually every time, but in script, we want a automatical way to fix it. That means if there is a CCS API for perl to do "reset system" ?

we made CCS upgrated  to 4.2. Because JTAG Connectors and emulators support "System Reset" and we need do that operation to advoid target connecting problem, this is necessary for our CI&TA system. And I checked perl exemples and ccs DS-API in ccs install folder, I found no answer about this operation. 

Anyone could help me? Thanks!