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: access violation at 0x0000000C : no 'read' permission

After updatinh MAP INI as below

MAP 0x40000000,0x40023400 read write exec

Still I am getting following error

this code developing for stm32f103c8

*** error 65: access violation at 0x0000000C : no 'read' permission

If anybody now please reply...

Parents
  • Think of this as the Simulator "Hard Faulting" because you're doing something dumb. Look critically at the code that causes the Error 65 error, and stop doing that!!!

    The Target pane allows you to control the placement of the linker output. The RAM will be at 0x20000000 and the FLASH at 0x08000000

    You could change the MAP settings to mask the problem, but I don't see that as a solution. Better to use real hardware.

Reply
  • Think of this as the Simulator "Hard Faulting" because you're doing something dumb. Look critically at the code that causes the Error 65 error, and stop doing that!!!

    The Target pane allows you to control the placement of the linker output. The RAM will be at 0x20000000 and the FLASH at 0x08000000

    You could change the MAP settings to mask the problem, but I don't see that as a solution. Better to use real hardware.

Children
No data