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: CCS disconnects from target after 8 to 10 hours

Other Parts Discussed in Thread: CC3200

Tool/software: Code Composer Studio

Hi,

I am running cc3200 using the CCS.

I am trying to debug an issue that happens after a few days so I am leaving the debugger on during the day and night.

I find that when I come back in the morning, the CCS has disconnected from the target giving the message, "Debug port error. Unable to detect target status after 20 attempts".

Is there some timeout that is happening? Is there someway I can use the debugger continuously for a few days? Please clarify.

regards,

Rajkumar

  • Rajkumar,

    At some point in the night CCS has not been able to communicate with the CC3200 after repeated attempts and has disconnected. As long as the device is responsive it should be possible to run CCS for days.

    You could try doing a Free Run. With Free Run CCS will run the device but not try to communicate with it until you halt it. However it does remove all breakpoints so if you have breakpoints setup to try to debug what is going on they will be lost.

    Free run is available on the Run menu.

    Regards,
    John