Hi,
I try to get familiar with DSS.
I follow instructions provided in processors.wiki.ti.com/index.php/Debug_Server_Scripting/Step_By_Step#Running_DSS_Scripts_from_outside_CSS
at the third step, trying to load the *.out file to sripting console
js:> debugSession.memory.loadProgram("C:\Folder1\Folder2\myprojout")
if I have already loaded the out file on debugger I receive the following fault:
if I do not load the out file on debugger I'll receive the following fault:
Wrappedcom.ti.xpcom.XPCOMException: The function "requestCExprEval" returned an error condition (0x80780001)
Moreover I would be grateful if you could propose me some introductory material about DSS.
I work with DSS 5.5 on windows 8.1 64bit using the DSK6713 DSP
Thank you in advance for your support!