Hi,
I am trying to determine whether or not to use a watchdog timer in our firmware. The device is and IoT device, making sensor readings and entering sleep mode for a while.
I have determined that it makes most sense to keep the device in SYSTEM ON sleep state. Power consumption is a major concern in this application - which brings me to the following questions:
- How much impact does the watchdog timer have on power consumption when the device is in SYSTEM ON state.
- From a power consumption perspective - which is more practical/effective - manually disabling peripherals, or letting the SYSTEM ON mode handle things automatically.
Thanks
Tim