• Accessing the R13, R14 & R15 Registers for ARM7
    Hi, I had written a function for accessing the Special Registers like R13, R14 & R15.. Here Im using LPC2387 controller and the Keil UVsion 3. Its compiled successfully when im entering into deubug...
  • Accessing the R13, R14 & R15 Registers for ARM7
    Hi, I had written a function for accessing the Special Registers like R13, R14 & R15.. Here Im using LPC2387 controller and the Keil UVsion 3. Its compiled successfully when im entering into deubug...
  • Understanding PC (R15) register [ARM7]
    Hi, In startup code the first instruction is: org 0x00 ldr pc,[pc,#24] and at offset address 0x20: org 0x20 dc32 ?cstartup What I don't understand here is, after the first instruction...
  • Understanding PC (R15) register [ARM7]
    Hi, In startup code the first instruction is: org 0x00 ldr pc,[pc,#24] and at offset address 0x20: org 0x20 dc32 ?cstartup What I don't understand here is, after the first instruction...
  • help needed on arm7 timer interrupt
    Note: This was originally posted on 15th January 2009 at http://forums.arm.com Dear all !      i am trying to use a timer interrupt to call a function in an ARM7 platform.i hope this timer interrupt can...