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

Error 65 on the C8051F120

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

Parents
  • Is there anything I can do?

    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

Reply
  • Is there anything I can do?

    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

Children
No data