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

access violation at 0x00000000

I am new to keil development tools. I am working on keil µVision3. I successfully compiled a project. But when I tried to debug it on the simulator(AT91RM9200) it gave an error

*** error 65: access violation at 0x00000000 : no 'execute/read' permission

What could be the problem? I have gone though some of the keil technical support, where they are talking about the MAP. I was unable to undestand.

Parents
  • You need to configure the memory map that the simulator uses. It allocates various PC memory segments to use as the simulated memory for your system, and you can protect them to help find bugs. See Debug / Memory Map, and the appropriate section of the manual.

Reply
  • You need to configure the memory map that the simulator uses. It allocates various PC memory segments to use as the simulated memory for your system, and you can protect them to help find bugs. See Debug / Memory Map, and the appropriate section of the manual.

Children
No data