Dear forum,
I want to achive low energy consumption for a BM833 (with crystal).
From the following thread, I could deduct, that running the softdevice, an average of 300+ uA is required:
Now I could follow the instructions to shutdown the HF-Clock, as suggested, but I could read:
"The SoftDevice does not stop the LFCLK when it disables because other modules may use it (like app_timer)."
This, in reverse, could mean that stopping LFCLK might render the app_timer unusable?
I need to be able to "relaunch" the softdevice (S132) periodically to achieve periodic transmissions (send and/or receive) and currently, I'm using also timers to read from peripherals.
How would I have to proceed to achieve that goal when, at the same time, switching off the LFCLK to achieve 2uA consumption?
Can anyone give a code example?
Best regards,
Richard