PWM sequence in NCS

I want to implement a PWM up/down ramp that preferably runs with no CPU involvement. From the datasheet it seems I can do this by storing a sequence in RAM and having the PWM peripheral run it.

But the Zephyr PWM API docs make no mention of sequences.

How would I go about running a PWM sequence with the nRF Connect SDK?

Parents Reply Children
Related