• *** error 65: access violation at 0x20080000 : no 'write' permission
    Hi, I am trying just a simple code for DMA test program for MCB1768 ref Board. SRC ADD = 0x2007C000 DST ADD = 0x20080000 In simulation mode it was saying error: *** error 65: access violation...
  • *** error 65: access violation at 0x50000100 : no 'write' permission
    hi.....i am new here. i am also new in keil. i am trying to do some simple program and try to run some example program based on NUC140. I am working on Nu-LB-NUC140. i tried to run into debug mode by...
  • *** error 65: access violation at 0x3FFFBFF8 : no 'write' permission
    Hello, I am getting this error while i am accessing the WDMOD register of Watch Dog Timer module of ARM LPC 2478. Is it true.. What is the resolution for this.? Please help me.
  • *** error 65: access violation at 0x40048040 : no 'write' permission
    Hi, I am using LPC1317, keil 4.54.0.0, & there is error as mentioned above. Also Keil mentions that: Simulation for this device is provided by the default peripheral simulation driver. Complete...
  • *** error 65: access violation at 0x0004F042 : no 'write' permission
    Hi, I am using LPC1311,I was running piece of assemble code GLOBAL Reset_Handler AREA text,CODE,READONLY ENTRY Reset_Handler MOV R0,#4 s b s END once i start debugging the code it gives...