Is possible to generate 4 different pwm with the NRF51822 ?
Hi Augusto,
Since a timer only has 4 capture compare CC[] registers, you can create maximum 3 PWM with 1 timer. So to have 4 timer you would need to use 2 timers or use CPU instead of PPI. There is an example of making 3 PWM from one timer here: devzone.nordicsemi.com/.../is-there-an-example-code-for-using-pwm-on-the-nrf51822-with-a-softdevice
Does the same apply for the 51422? If i need four PWM's can i generate them from two timers?