5 years, 6 months 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.

Be the first to answer this question.