I need help configuring TIMER + DMA + PWM ( nrf52 ).
I would like to set the value of PWM with an interval of 100 ms and PWM configured to frequency of 20-40kHz.
Optinal use of EasyDMA for the PWM module is redundant over the resources used and the frequency of the PWM is not fixed.
Typically when using DMA, data at a specified interval is copied to pre-configured PWM module.
We are using the NRF52832 and the documentation describes EasyDMA in the context of using peripherals but, I did not find an implementation description for the mode copy RAM to peripheral register with timer set interval.
Does anyone know how to implement such a system?