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 to watch the Register Bank 1, 2 or 3 in uVision?

I am running a rountine in uVision2 and watch on Project Window, but I only see Register Bank 0. How to watch the Register Bank 1, 2 or 3 in Project Windows?
Lisette.

Parents
  • One way is to view the reg bank indirectly is by viewing the Data memory area in a memory window.
    In a memory display window type D:0x00. Then size the memory display window to show just 8 bytes. Row 0 will be Reg Bank 0--Row 1 will be Reg Bank 1 if defined with the using keyword, row 2 -bank 2,etc.
    Just remember the windows are updated perodically or each time you halt--not in real time.
    Bradford

Reply
  • One way is to view the reg bank indirectly is by viewing the Data memory area in a memory window.
    In a memory display window type D:0x00. Then size the memory display window to show just 8 bytes. Row 0 will be Reg Bank 0--Row 1 will be Reg Bank 1 if defined with the using keyword, row 2 -bank 2,etc.
    Just remember the windows are updated perodically or each time you halt--not in real time.
    Bradford

Children