Lowest power while keeping app timers running

I have an app running the S132 softdevice, doing most of the applicatino work in a routine being called by an 8 Hz app-timer. Under certain conditions that I detect with external hardware, I need to achieve the lowest possible power consumption and turn the radio off. However, if I just stop the softdevice I also lose the timer. I apparently do not have the right search terms as I'm sure this has been asked before. I need to shut down everything else, and ideally just leave the app timer running, even at a slower (but known and fixed) rate.

Or am I asking too much from the softdevice, and should just shut it down altogether and go straight to a bare hardware timer implementation using the RTC with LFCLK?

Parents Reply Children
Related