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

Create PWM sequence using TIMER/GPIOTE/PPI

Due to the PWM driver having intermittent issues we had to replace it with a TIMER/PPI/GPIOTE setup. The PWM is working great in this way, but now I'd like to have one of the TIMER compare values iterate through a sequence without using interrupts. I'm trying to keep the power draw to a minimum. Is there a way to do this, perhaps with EasyDMA or another method?

Thanks, Ian

Related