Hi, I'm developing on nRf52811 and I want to get PWM working to set my led when I put a pin to high.
I just saw other tickets where using PWM library is not effective (and I tried but yes, not working) so I implemented PWM driver, demo1, to do something aprox to what I want to.
Works well but when I go to check current it goes up from 7,8uA to 280uA.
I think I do something wrong, and maybe there are some tips to follow to reduce that current. I mean maybe some enables on sdk_config put PWM on Low power or something else.
The goal is, when Im charging the device, reduce current of LED to get charged in less time, and when is not charging dont get that current.
Maybe I can use PWM library because I dont use any sequence, just want to put on LED with a duty cycle.
Thank you in advance.