This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

can't access memory at 0x009DA8

Hi
we are using interrupt based synchronous communication for sending and receiving the data.when ever we are not able receive the data, in the debuuger window, if we see the
receive buff location , it is saying
cant access memory at that lovation i.e
"cant access memory at 0x009da8."

If any body knows abt this problem please
suggest.

Regards
Raveendra

Parents
  • I only get that error when I'm using the simulation mode and I have not used the map command to tell the simulator what outside access are legal.

    I got fooled into thinking I was debugging the hardware once when I took over a project where the previous person checked the "use simulator" check box instead of the monitor. I'm more experienced now and watch to make sure that the program takes a real amount of time to download.

Reply
  • I only get that error when I'm using the simulation mode and I have not used the map command to tell the simulator what outside access are legal.

    I got fooled into thinking I was debugging the hardware once when I took over a project where the previous person checked the "use simulator" check box instead of the monitor. I'm more experienced now and watch to make sure that the program takes a real amount of time to download.

Children