We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.
Hi, I already asked a while ago if the Regs tab in the Project Window was 'customizable', but unfortunately it isn't (see http://www.keil.com/forum/docs/thread1981.asp). Maybe a way to help you is to look at the detailed content of the PSW register (which is luckily part of the window) and look at the value of the rs parameter. Depending on the value, the contents of the registers you see will comply to the relevant registerbank. I know it's a bit cumbersome, but it might help you, although it's not really completely what you want. As far as I know, you can't 'force' the register view to a certain register bank. If it's one way or another possible, I too would like to know this. --Geert
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
Thank for your advises.