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 0xFFFFFFF4

Hello, I am new to Keil, I stuck on the following problem.

I am testing project located at Keil\ARM\Boards\Milandr\MCU_1986VE92U\Blinky which is designed for Milandr board. I've made no changes however it does not work on simulator. The only error message I get - "*** error 65: access violation at 0xFFFFFFF4 : no 'write' permission".

I've cheched this link http://www.keil.com/support/docs/814.htm, but it seems it is not what I need. According to milandrs specification memory region 0xE0100000-0xFFFFFFFF is reserved, so I am not sure that setting write permission to that region will help.

Please assist since I totally dunno what to do. I am really confused by the fact that demo example does not work out of the box.