The common example for running a watchdog timer on mbed processors doesn't work for the LPC1114, a common and easily-breadboardable ARM chip. My program provides a watchdog class that works on the LPC1114 but which is also similar to the common example found in https://mbed.org/forum/mbed/topic/508/

Dependencies:   mbed

History

First commit of Watchdog implementation for LPC1114 on the mbed platform.; ; Seems to work. default tip

2014-08-10, by ThatcherC [Sun, 10 Aug 2014 02:58:11 +0000] rev 0

First commit of Watchdog implementation for LPC1114 on the mbed platform.; ; Seems to work.