This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is it safe to use "drivers_nrf" with Softdevice?

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