Waspmote Programming Guide
Development website
  • Initial page
  • Introduction
  • Program structure
  • Libraries includes
  • Variable declaration
  • Code style
  • General advice
  • RTC watchdog
  • Flash memory
  • EEPROM
  • RAM
  • Power
  • Sensor Boards
  • Networking
  • Frame class
  • Interfacing with Meshlium
  • Real deployment advice
  • API changelog
  • GitHub Project
Powered by GitBook
On this page

Was this helpful?

RTC watchdog

The RTC is connected to a Watchdog reset circuit which permits to reset the microcontroller of Waspmote when the Alarm2 is triggered. This can be useful in order to avoid Waspmote to get stuck inside an infinite loop. The RTC watchdog can be programmed for several minutes and can be enabled/disabled when required. For instance, it should be restarted in every new loop. Thus, the Waspmote will reset in the case it gets blocked after the programmed alarm expires.

Please refer to the RTC programming guide for more information.

PreviousGeneral adviceNextFlash memory

Last updated 5 years ago

Was this helpful?