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

How do you view SFR's in uVision2

How do you view SFR's while debugging in uVision2?
Here's another thing. When I adjust the size of the memory box so that I get 0x10 entries per line, it is different looking for Xdata versus Idata. What a bummer. Is there any way to make it know I want 0x10 items per line regardless of how long the preluding address portion is? Also, can you rename "Memory #1" and so on on the bottom (the tabs) of the Memory window?

Parents
  • The first thing to note about uVision2 is that the entire documentation set is available online via the 'Books' tab of the Project window.

    You need to read the "Getting Started with µVision2" manual (gs51.pdf), and work through the examples.
    It'll be quicker in the end than having to keep posting questions here ;-)

    Of course, being online, you can just search the document for "SFR"

Reply
  • The first thing to note about uVision2 is that the entire documentation set is available online via the 'Books' tab of the Project window.

    You need to read the "Getting Started with µVision2" manual (gs51.pdf), and work through the examples.
    It'll be quicker in the end than having to keep posting questions here ;-)

    Of course, being online, you can just search the document for "SFR"

Children