This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Call SOC Library functions with Sofdevice disabled

Hi there,

Is it possible to call SOC library functions before calling sd_softdevice_enable()?

In particular, i want to set up my interrupts with sd_nvic_SetPriority() and sd_nvic_EnableIRQ() before enabling the softdevice with sd_softdevice_enable(). This is because sd_softdevice_enable() takes quite a while and i want my interrupts running before that.

I use nRF5 SDK v12.2.0 and S130 SoftDevice v2.0.1

Thanks for your help

Related