i am a novice ,and i am doing basic arm coding ,i ve the following program
AREA ARMex, CODE, READONLY ; Name this block of code ARMex ENTRY ; Mark first instruction to execute
start MOV R0,#0X00000067 MOV R1,#0X00000068 LDR R2,[R0] END
stop
MOV r0,#0x18 ; angel_SWIreason_ReportException LDR r1,=0x20026 ; ADP_Stopped_ApplicationExit SVC #0x123456 ; ARM semihosting (formerly SWI) END ; Mark end of file everything above 'start' & below 'stop' was copied from keil example 2.1 of ARM error is *** error 65: access violation at 0x00000011 : no 'write' permission
plz dont say ro include me startup.s or other complicated things , i am using this only for learning purpose ,any simple thing will be appreciated
i am using ARM7 (big endian) as my target device, plz help me with memory settings