Tool/software: Code Composer Studio
Hello,
I am trying to prepare a DSS script to verify various functions of firmware. Till now everything was working good, but suddenly I am facing a problem to set the variable value. The expression
var temp = 31;
debugSession.expression.evaluate("i="+temp)
does not set the value i to 31. Even if it sets, but when I give "debugSession.target.run();" instruction, the script behavior is not as expected and does not show the result as per variable set in previous instructions.
Please help me to resolve this issue.
Thanks,
Rakesh Modi