Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

Is Watchdog class ok? | Telit Cinterion IoT Developer Community

June 17, 2016 - 8:44am, 9006 views

Hi,

I'm facing problems with instability with EHS6 Modules. When i activate the watchdog it is rebooting sporadic without any reason. When watchdog is deactivated it run's without any reboots for days/weeks..

My question: Could you imagine that there is a fault in this firmware?

My actual Firmware:

Cinterion

EHS6

REVISION 03.001

Pseudo code: 

Watchdog2 wd = new Watchdog2();

 wd.start(300);

do { wd.kick();  Thread.sleep(100); } while (true);

BR

Andy