I'm using nrf51422, SoftDevice 310 and SDK 6.1.0, when i call sd_ppi_channel_enable_set, it causes SOFTDEVICE_NOT_ENABLED error, but softdevice was enabled earlier with SOFTDEVICE_HANDLER_INIT macro. Is that enough to enable the SoftDevice?
I'm using nrf51422, SoftDevice 310 and SDK 6.1.0, when i call sd_ppi_channel_enable_set, it causes SOFTDEVICE_NOT_ENABLED error, but softdevice was enabled earlier with SOFTDEVICE_HANDLER_INIT macro. Is that enough to enable the SoftDevice?
Thank you for the answer! I had an error NRF_ERROR_SDM_INCORRECT_INTERRUPT_CONFIGURATION. But now that part works fine
Thank you for the answer! I had an error NRF_ERROR_SDM_INCORRECT_INTERRUPT_CONFIGURATION. But now that part works fine
Hi Raist, can we close this question by accepting this answer.