Dear TI folks and community,
We’re evaluating the CC2640 for an ultra low power design here and all we need to do is periodically (1 Hz) read three GPIOs and shut down. 99.9% of the time, that’s it.
What’s the lowest power way to do this?
(1) OFF: Use an external timer like the TPL5110, and turn on/off the CC2640 with a FET.
(2) Reset: Keep the CC2640 powered, but use such an external timer to periodically release from reset.
(3) Shutdown: Keep the CC2640 powered, but trigger a wake-up on GPIO that changes value, or signal a WAKE from external timer like the TPL5010.
I guess the question comes down to this. If the period is 1Hz, what’s the overhead of powering up from OFF to ON with an external FET compared to just waking up from Reset or Shutdown mode? Or is it the same?
Thanks!