This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

debugging in keil for ARM920T S3c2440

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.

Parents
  • 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.

Reply
  • 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.

Children