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
sure, stop expecting everybody to be concerned with what YOU in particular am doing. Keil interfaces to many things the f120 being JUST one of them. Thus expecting Keil to be on top of interfacing to just that one device is a bit much.
Split the stuff and use the tools from those that know what they are doing. Use the Keil tools to assemble, compile and link and the SILabs tools separately to debug.
Erik