• ARM assembler register read
    Note: This was originally posted on 11th September 2010 at http://forums.arm.com Hello All, I need a quick example of how to place a value from a hardware register (0x70001234 for example) into a register...
  • ARM assembler register read
    Note: This was originally posted on 11th September 2010 at http://forums.arm.com Hello All, I need a quick example of how to place a value from a hardware register (0x70001234 for example) into a register...
  • How Can i READ RTC Registers, As I am trying read RTC_HOUR
    Hi , I am using the following code with LPC2378 as Target, As on debugging this code , I should be able to read RTC_HOUR,RTC_MIN register. But as it reaches printf (bold) code lines. I am not able...
  • How Can i READ RTC Registers, As I am trying read RTC_HOUR
    Hi , I am using the following code with LPC2378 as Target, As on debugging this code , I should be able to read RTC_HOUR,RTC_MIN register. But as it reaches printf (bold) code lines. I am not able...
  • How can i read R0 register?
    I need information about task stack (R0). How can i read R0 register? Is it correct? unsigned int Addr_0; //************************************ void taskSupervisor (void) _task_ TSK_CONTROLLER...