• Converting Match Register
    Hi, I would like to know how can I convert period to frequency in arm processsod. My clock speed is 48Mhz and I am able to get user input use in TMR value unit of microsecond. But I need to change to...
  • Converting Match Register
    Hi, I would like to know how can I convert period to frequency in arm processsod. My clock speed is 48Mhz and I am able to get user input use in TMR value unit of microsecond. But I need to change to...
  • PROBLEM IN TIMER MATCH REGISTER INTERRUPT.
    hi, I have written code that generate Interrupt on Timer-0 match.(LPC2138) But problem is that when I debuge the code in Keil Complier it does not go to ISR. I aslo use the Sample code from keil that...
  • PROBLEM IN TIMER MATCH REGISTER INTERRUPT.
    hi, I have written code that generate Interrupt on Timer-0 match.(LPC2138) But problem is that when I debuge the code in Keil Complier it does not go to ISR. I aslo use the Sample code from keil that...
  • LPC2138 timer1 match register int setting without ISR code
    I need three time period for onewire data reading. Without writing any ISR and can I get required time periods by polling M0, M1 and M2 match register interrup flags. Following code is what I am working...