Hi,
Can you tell me the way to debug or simulate the application in keil written for ARM920T based Samsung S3C2440A. Any one Basic example like GPIO.
Thanks for your reply.
I need a basic example for S3C2440A GIPO that can simulate in keil4 . what are target settings fro it. i have written one example which is working on Friendly ARM T35 board but its not simulating under keil4. In keil its giving error like , * error 65: access violation at 0x00000000 : no 'execute/read' permission,.
So give it some 'execute/read' permission!
Have you checked the examples provided by Keil?
Are you using a Dev Kit from Samsung? Have you checked for examples provided by Samsung? Or your Samsung distributor?
ok,
where to give these permissions . I know how to debug for LPC2148 as i am new to this S3C2440A i am getting this error.
www.keil.com/.../search.asp
Thank you for reply ,
i did some modifications to my memory map file but again in some memory range i am getting the error 65;
here i am placing my mp file. LR_ROM1 0x00000000 { ; load region ER_ROM1 0x00000000 0x30400000 { ; load address = execution address *.o (RESET, +First) *(InRoot$$Sections) .ANY (+RO) } RW_RAM1 0x30040000 0x0040000 { ; RW data .ANY (+RW +ZI) } RW_IRAM1 0x40000000 0x00001000 { .ANY (+RW +ZI) } } also can you tell me how can i attach a zip file to this post.so that i will attach my project basic code.
Waiting for reply sir.