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.
Hello,
I am debugging with uVision 3 on the C8051F120 uC (on Silabs' development board) with SiLabs's debug driver on uVision. Whenever I try to do single step, the debugger returned the following message:
*** error 65: access violation at D02:0xCB : no 'read' permission
After this error basically the peripheral windows no longer update their values and it is impossible to see whether I have written the correct code. In simulator I don't see this error.
I tried using the MAP command like this but still not working:
MAP D02:0x00, D02:0xFF read
Is there anything I can do?
Thanks very much and Best Regards
William
The device has SFR banking and D02:0xCB refers to the SFR 0xCB in Bank 2.