I want to use ppi to drive PWM. Attachment is my code files, it can't work.
How should I configure it.
I want to use ppi to drive PWM. Attachment is my code files, it can't work.
How should I configure it.
Hi!
Could you explain a bit about what you are you trying to develop and solve?
You could perhaps just use this sample here? https://github.com/nrfconnect/sdk-zephyr/blob/main/samples/drivers/led_pwm/src/main.c
Hi!
Could you explain a bit about what you are you trying to develop and solve?
You could perhaps just use this sample here? https://github.com/nrfconnect/sdk-zephyr/blob/main/samples/drivers/led_pwm/src/main.c
Thank you!
I want to use PWM PPI mode to send data to an external radio chip.
Now, I can't trigger PPI task by an IN-event.