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