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

memory window

How does the memory window work in keil uvision3? Do the memory window show the correct values getting from the controller or getting from the IDE?

best regards
Joe

Parents
  • The values come from the controller when you are debugging a real tarteg; they come from the simulator when you are simulating.

    Read the uVision Manual carefully for details of precisely when the various windows actually get updated when debugging a target...

Reply
  • The values come from the controller when you are debugging a real tarteg; they come from the simulator when you are simulating.

    Read the uVision Manual carefully for details of precisely when the various windows actually get updated when debugging a target...

Children