Hi I use uv3 to simulate remaping the program into RAM. When the program run to RAM, the debugger reports the "Error 65 access violation at 0x00010128 : no 'execute/read' permission" . (my mcu adress from 0x00010000 to 0x0001FFFF is mapped to ram) What should I do to solve this problem?
http://www.keil.com/support/docs/814.htm Jon
In fact,i I have seen "http://www.keil.com/support/docs/814.htm" but i does not make effect. I find another way to solve the problem-- At Toolbal Debug->Memory map... to change the address's charater you want to place the code.(exec read write) then the debugger will work fine!