Tool/software: Code Composer Studio
Hi,
I have developed a framework in Jython using Debug Server Scripting [DSS] which will do the following :
After connecting to the target, For each frame :-
1) Load the input frame to EVE target.
2) Execute the EVE target.
3) Save the output frame from EVE target.
Now, this framework works fine, until after some random number of frames, I get the following error while I try to load the input frame.
E_RPCENV_IO_ERROR(-6) No connection: DTC_IO_Send::dtc_io
I have checked with multiple debuggers but the problem persists.
Kindly let me know how I can resolve the issue to run this framework consistently.