This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Never used a watchdog before - any hints?

I am implementing a watchdog for the first time, and I can see the possibility of problems. Any thoughts as to what to look out for, what approach to take, etc. ?

Thx,
Scott Kelley

Parents
  • Don't rely upon an internal watchdog
    Why not, I see even more possible problems with an external watchdog.

    An internal dog require (at least in the derivatives I use) two consequtive DIFFERNT writes whic is extremely unlikely to happen in runaway code. An external dog require a port pin to toggle which is a much more likely event in runaway code.

    Erik

Reply
  • Don't rely upon an internal watchdog
    Why not, I see even more possible problems with an external watchdog.

    An internal dog require (at least in the derivatives I use) two consequtive DIFFERNT writes whic is extremely unlikely to happen in runaway code. An external dog require a port pin to toggle which is a much more likely event in runaway code.

    Erik

Children