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?
yes, you are right.so, how can i use compiler to tell me required heap size? i don't know what you mean by the last line: So how can you not know if the program is able to perform all required heap allocations?
also what is your opinion about _DATA_GROUP that i mentioned in last post?
thanks.