Hello,
We have problem in debugging DM814x EVM with XDS560 and CCSv4.
We get errors when debugging the board for a long duration.
In order to test the reliability of our program,
after loading the program through CCS and pressing "Run", we have to leave the program
running for a while (around 1 hour).
But after running for a while(>1 hour), if we try to stop the program on the
CCS, we get errors as shown below and we are not able to continue debugging.
Error type 1:
C674X_0: Trouble Halting Target CPU: (Error -1060 @ 0x0) Device is not responding to the request.
Reset the device, and retry the operation. If error persists, confirm configuration,
power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK).
Error type 2:
C674X_0: Error: (Error -1 @ 0x0) This '-1' value should be returned only during code development.
It is a temporary value used when a more appropriate error value has not yet been assigned.
This is the most negative of the three trivial error numbers that are used by USCIF adapters, drivers and utilities. (Release 5.0.429.0)
C674X_0: Trouble Halting Target CPU: (Error -1044 @ 0x0) The emulator reported an error.
Confirm emulator configuration and connections, reset the emulator, and retry the operation.
We are using the latest GEL file and also tried to slow down the TCLK clock(<3MHz)
but no success.
I would like to know if there is any limitation in CCSv4 or the JTAG emulators
that will not allow to debug or run programs for a long time.
Regards.