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!