TheThingsIndustries / generic-node-se

Generic Node Sensor Edition
https://www.genericnode.com
Other
108 stars 31 forks source link

IWDG timer #161

Closed mcserved closed 3 years ago

mcserved commented 3 years ago

Summary:

Add watchdog timer to freefall_lorawan. Closes #132.

Changes:

Notes for Reviewers:

Set the watchdog timer on in app_conf.h before testing it.

I could also add IWDG to secure_element_lorawan and basic_lorawan.

mcserved commented 3 years ago

I've changed the watchdog timer to initiate a sequencer based on the reload value. I also moved it to freefall_lorawan. The IWDG is disabled by default.