while evaluating the examples under \Keil\ARM\RV30\Boards\Atmel\AT91SAM7X-EK, I got the following Error: *** error 65: access violation at 0x00000000 : no 'execute/read' permission
But the examples under AT91SAM7S-EK goes well.
I found in SAM7x, the 0x0~0xad7 and 0xad8~0xffff were not correctly mapped. I tryed to map them manually like that in SAM7S, but it didn't work!
I think there's a bug in SARM.dll for SAM7x devices.
How to walk around this problem?