Tool/software: Code Composer Studio
Hi All,
My team is using DSS commands to communicate to the device through JAVA programming.
When I try connecting to the CPU of a device for the first time, I get the below message. I observe this issue in devices that take more than a minute to connect. Though this message is obtained, I see that the connection and further steps are successful, which seems contradicting.
Message Obtained --- Failed to Start: No clients connected after one minute(Refer Snippet below)
The command that I am using here is debugserver.openSession(BoardName, CPUName). I would like to understand if the above command is handled internally in such a way that this message is given out. If yes, could you explain in which case this would occur?
Thanks in advance!
