Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Homepage
IoT活用では、どうしても間欠動作(running->deepsleep->(wdt reset)->running->deepsleep...)が必要になりますが、参考にしたコードがLPC1114ではことごとく動かなかったので書きました。ハマりどころはLPC1114の場合TCカウンタが24bitしかない、ということです。このためLPC1768などの作例で、メインクロックを使っているものはLPC1114だと数十秒しかスリープできないという問題が生じます。今回は、WDTカウンタを7.8KHzで使っています。精度はあまりよくないので時計代わりには使えません。