Hi Nordic
I've read sdk16 examples "pwm_library" and "pwm_driver", I also use PPK to measure pwm_driver,
the power consumptiom is around 500 uA on 52832DK with some modifications ( disable LED, button, not sure if it affect....)
But in the product specification v1.4, 47.6.1, the PWM current is around 200uA~150uA, excluding DMA and GPIO.
I don't know if the 500uA is also from DMA and GPIO, but I'd like to ask,
Is it possible using PWM without DMA? (because there seems some popular MCU no need DMA for PWM)
Besides, does GPIOTE+PPI+timer(such as GPIOTE, PWM_library examples) has better power consumption performance than PWM hardware?
Thank you very much