Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years ago.
Watchdog Timer for NUC472
Dear All:
I'm the beginner of mbed. I want to know if anyone has any watchdog example? I want to reset my program for a period time.
I find this lib. But I follow this step could not create object
https://os.mbed.com/users/WiredHome/code/Watchdog/docs/e0f547e22dd5/classWatchdog.html
main
#include <mbed.h> #include "Watchdog.h" Watchdog wd;
Error: Undefined symbol Watchdog::Watchdog() (referred from ../../build/main.NUMAKER_PFM_NUC472.o).
Thanks.