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/
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
0:1c1e04c41063 | 2014-08-10 | ThatcherC | First commit of Watchdog implementation for LPC1114 on the mbed platform.; ; Seems to work. |