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.

DSS: Loading program in script console fault



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:

Error loading "C:Folder1Folder2myproj.out":  Encountered a problem loading file: C:\Folder1\Folder2\myproj.out Could not open file

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!