Kinetis WDOG

Driver for Freescale WDOG device.

There are different implementations of the Watchdog devices. Currently, it is only possible to turn the Watchdog off. It supports two types: an advanced Watchdog, mostly found on Kinetis MCUs with Cortex-M4 inside and a simpler COP Watchdog.

WDOG Configuration Example (for periph_conf.h)

The driver attempts to determine the type of the WDOG. Also you can force the use of advanced WDOG:

Or the use of COP WDOG:

void wdog_disable(void)

Disable hardware watchdog.