• 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...
  • Watchdog Timer as an interval timer
    Hi, I am trying to use watchdog timer as an interval timer. To test that the interval timer generates an interrupt, I am toggling a pin in the ISR of the watchdog interval timer. But it is not working...
  • Watchdog Timer as an interval timer
    Hi, I am trying to use watchdog timer as an interval timer. To test that the interval timer generates an interrupt, I am toggling a pin in the ISR of the watchdog interval timer. But it is not working...
  • Interval timer
    I want to use a watchdog timer as an interval timer (and NOT for watchdog purposes). Can anyone throw light on how this can be done. Any help is appreciated.