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.

Not able to access DATA page, or read word or write word through DSS

Other Parts Discussed in Thread: TMS570LS3137

I am using TMS570LS3137

i have used session.memory.getPage(1) output is 0. for all 5 combinations

I have put breakpoint and readword

temp=session.symbol.getAddress("varname");

session.memory.readWord(1,temp); it says npage 1 is out of scope

session.memory.writeWord(1,temp,10);it says npage 1 is out of scope

session.memory.readWord(0,temp); gives junk value

session.memory.writeWord(1,temp,10);doesnt write,, cant see in watch window.

Please help.

Thanks