hi i am sam and i m new user to keil using a eval version. currently i m getting error as follows but after certain time and after some definte loop, plz help me to solve this problem.
*** error 65: access violation at I:0x80 : no 'write' permission
Yes, you can tell the Simulator to allow accesses to any addresses you like: http://www.keil.com/support/docs/814.htm But if the memory doesn't physically exist, your code won't work when you try it on a real target!
This is a good illustration of one way to get code that won't work on real hardware, but will run in the simulator!