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

Is it possible to decrease the SoftDevice start time?

Hello,

I'm currently working on profiling an embedded application on an nRF52 using the S132 SoftDevice.

I've found that the svcall sd_softdevice_enable takes approximately 250ms to return control to the calling thread.

This increases our startup latency to a length of time which is undesirable for our application.

Is it possible to reduce the amount of time spent by this call?

Many thanks.

Related