Embedded Basics – Selecting the Right Watchdog Strategy
Setting a watchdog strategy is easy. Just enable the microcontrollers internal watchdog timer and setup an interrupt to occasionally clear…
Jacob's Blog
Tag Archives: robustness
Setting a watchdog strategy is easy. Just enable the microcontrollers internal watchdog timer and setup an interrupt to occasionally clear…
Watchdogs are a critical and important component in developing a robust and fail-safe embedded system. In many circumstances, I run…
The smart watchdog is a customizable, external watchdog solution that behaves similar to a supervisory processor except that its primary…
Speed is imperative in the business world. Getting to market before competitors, leading the way in innovation, the development cycle…
Over the years I’ve noticed a number of common gotchas when reviewing code. They’re there no matter what the size…