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
  • The Cortex-M3 is a FRACTIONAL portion of the STM32F2 die, so everything OUTSIDE the CPU core is ST unique, and consequently not supported. This would be everything on the AHB and APB buses, and anything in the 0x40000000 address space.

    This is a USER forum, and I could argue with you all day, if you want Keil support to walk you through this I'd suggest you call them or email them. http://www.keil.com/support/contact.asp

    The chip info pages primarily deal with uv4, a smaller subset of features are supported by uv5 in my experience.

Reply
  • The Cortex-M3 is a FRACTIONAL portion of the STM32F2 die, so everything OUTSIDE the CPU core is ST unique, and consequently not supported. This would be everything on the AHB and APB buses, and anything in the 0x40000000 address space.

    This is a USER forum, and I could argue with you all day, if you want Keil support to walk you through this I'd suggest you call them or email them. http://www.keil.com/support/contact.asp

    The chip info pages primarily deal with uv4, a smaller subset of features are supported by uv5 in my experience.

Children