We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.