I'm trying to use 4 pwm by hardware and 2 pwm by ppi. It works pefectly purely. and if softdevice included. I have to change nrf_ppi_ to sd_ppi_ api. and got no demo or suggestion with nrf52832 in sdk11. any resource?
I'm trying to use 4 pwm by hardware and 2 pwm by ppi. It works pefectly purely. and if softdevice included. I have to change nrf_ppi_ to sd_ppi_ api. and got no demo or suggestion with nrf52832 in sdk11. any resource?
Hi. Shouldn't it be as easy as simply replacing the nrf_ppi_ with sd_ppi_ functions? After all they are just functions made to do the same thing, but guaranteed not to interfere with the SD. The (fairly limited) documentation for the sd_ppi_functions can be found here.
Hi. Shouldn't it be as easy as simply replacing the nrf_ppi_ with sd_ppi_ functions? After all they are just functions made to do the same thing, but guaranteed not to interfere with the SD. The (fairly limited) documentation for the sd_ppi_functions can be found here.
tks for attention, already solved by FAE, ppi channel used by softdevice is 15-31 0-14 in directly accessed by register. trouble solved