Hi,
Today I use the app timer to start a simple 8bit ADC conversion each second and send in the irq handler.
Now I am trying to use the sw interrupt to execute some code (ADC) prior to SoftDevice110 radio send/recv to avoid needing to startup the 16Mhz crystal just to run ADC. Is the ACTIVE event designed for this or is it just to sync another timer?
I tried some and since the SoftDevice radio sends each 20ms at startup, I need to read the RTC1 tick counter and somehow see when a second has elapsed. And then the case with calling SD within low prio event (irq handler).
Any suggestions? Is it worth persuing the battery saving (cr2032) that might come out of this?