• 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...
  • watchdog timer
    Hi, My name is bharath i am studying a article on watchdog timers, i am in the middle of the article in that it is given as:: A properly designed watchdog mechanism should, at the very least, catch...
  • watchdog timer
    I am facing difficulty using watchdog timer for lpc2214.I feed the watchdog(0xaa,0x55) once every scan cycle, which is around 20ms.I have five interrupts enabled;but the wd resets controller periodically...
  • watchdog timer
    How to check my watchdog timer routine is working or not practically?