This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Low Power PWM Consumption

I am working with the SDK 12, nrf52832 low_power_pwm example. I am concerned about the power consumption I am measuring.

I am trying to produce a 1khz PWM for an LED (the device I am working on is moving so the PWM needs to be fast enough not to see any pulsing when moved).

I am measuring ~112uA when in sleep calling __WFE (duty cycle is zero, this is just overhead for the pwm)

I believe the low_power_pwm is waking from sleep every period which is causing this high current. Is there a way to keep this library from triggering a wakeup?

Related