Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 4 months ago.
LowPowerTimeout maximum duration
Hi,
I am just wondering what the maximum timeout length of the LowPowerTimeout function is? I assume that the maximum timeout length is 30 minutes, as with the standard timeout?
I wish to have an interrupt-based timeout with a duration of three to four hours - what would be the easiest way to achieve this? Ideally I want to avoid, if possible, using the RTC and checking the time with a periodic callback, though this does seem like an easy way to achieve the desired functionality.
Thanks, Adam