Hi every one I encounter with this error during debugging my program in Keil:
*** error 65: access violation at 0x0FFE443C : no 'write' permission
I am using LPC1768. this area that compiler effort to access is reserved in LPC1768 Memory Map.
My program is using dynamic sized variables and I also changed heap and stack size in
Startup; but there were the same errors
Why this kind of error occurs? Can every one help me?
The Keil processor simulator is not able to simulate everything in every processor. It's common to get memory access errors when trying to access hardware that the simulator can't simulate.
Try to run your program on a real processor instead. Or maybe spend some time using the search function on this site - then you would find other people asking similar questions. And you would find the answers they have been given.
I searched in this site but didn't find any thing about the violation errors to reserved memory.if you can help me about it ,i will be appreciative
when I debug it on real chip a hard fault occurs ...