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