This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Power-fail comparator

I have a few questions regarding power-fail comparator (POF).

  1. How much current POF consumes? About the same as low power comparator (0.5uA) or lower?
  2. How will softdevice manage POF? If I enable POF with sd_power_pof_enable() will POF be enabled the whole time or be enabled when CPU is running and disabling when I'll go to the low power mode with sd_app_evt_wait()? Or should I disable it myself before entering low power mode and enabling it after returning from low power mode? This question affects current consumption and also this text from reference manual:

The power failure comparator is only intended to be used as long as the CPU is running. If the power failure comparator is enabled when the CPU is not running, this may result in unpredictable behavior in the power failure comparator.

To joc:

This text was in old nRF51 series reference manual v2.1.

Related