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.
does anyone have any experience debugging code banked apps in uv2 (source code debugging). I was wondering how uv2 keeps track of all the breakpoints (which may be at the same address but in different banks)
The Debugger in uVision2 assign the banks for a code banking application as follows: Bank 0: 0x800000-0x80FFFF Bank 1: 0x810000-0x81FFFF Bank 2: 0x820000-0x82FFFF Bank 3: 0x830000-0x83FFFF . . . Bank 31: 0x9F0000-0x9FFFFF Jon