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

How set MAP for softwere debug simulation?

I create in last MDK-ARM new project for STM32F207Z and can test debuuging in softrare simulator, but debugger say

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

I thing is need make initialisation file with
MAP directive, but I do not know how, and especially why is not it will not generate IDE.
Any advice?

Parents
  • But never ignore that bold "Complete peripheral simulation is not available and is not planned to be implemented by ARM." for your processor.

    Your view of what is M3 core and what is peripherials might not match Keil's view.

    Next thing - the debugger is the same when you simulate and when you run on real hardware. And the API of the debugger is configured using XML files. So the debugger can support peripherial hardware that the simulator does not support. So your dialog boxes does not prove simulation support.

Reply
  • But never ignore that bold "Complete peripheral simulation is not available and is not planned to be implemented by ARM." for your processor.

    Your view of what is M3 core and what is peripherials might not match Keil's view.

    Next thing - the debugger is the same when you simulate and when you run on real hardware. And the API of the debugger is configured using XML files. So the debugger can support peripherial hardware that the simulator does not support. So your dialog boxes does not prove simulation support.

Children