• 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...
  • debug - break on watchdog reset?
    I'm using 87C51RA+ which includes watchdog timer on the PCA Module 4 I have been trying to set up a conditional break using the uVision2 Debug|Breakpoints dialog box. MAT4 and TOG4 are both set...
  • 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 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...
  • 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...