• Watchdog
    When a watchdog timeout occurs, it could be the result of many causes. The code could be 'out in space' due to a bad pointer corrupting anything it wants to. It could be due to a fault condition that...
  • watchdog debugging
    I don't know if this issue is NXP LPC2378 related or Keil related. I set up my watchdog to have max -> 0xffffffff and feed them with WDCLK= 12MHz (data displayed on watchdog peripheral window during...
  • 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...
  • Not Reliable Watchdog
    Hi, I am utilise Watchdog Timer to reset when something goes wrong, but I found that watchdog in LPC2138 is not reliable. Does any one has issue with Watchog Timer in LPC2138? The following is...
  • watchdog interrupt
    can any one have watchdog interrupt handler for LPC2366. i dont know what to do inside watchdog interrupt handler.Is clearing bss and scratch area in lpc2366 is must?if so how to implement it.Is copying...