Dear Nordic Support Team,
In previous SDK (6-7) I used to always call softdevice
functions when possible/existing to keep compatibility with BLE.
For exemple, PPI functions was called using function like : sd_ppi_channel_enable_set
With recent SDK, there are usefull drivers_nrf
that we can use like nrf_drv_ppi
including well implemented logics to use PPI. But is it safe to use with softdevice?
As sd_ppi_channel_enable_set
is still existing, can I use instead driver function nrf_drv_ppi_channel_enable
?
Best regards