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

nrf_sdh_enable_request() takes 500 ms

Using SDK 15.2.0, s132, nRF52-DK.

The logging facility in Segger Embedded Studio tells me that the call to nrf_sdh_enable_request() takes about 500 ms.  I have an interrupt-driven sensor, and it appears that interrupts are blocked during this time.  Searching indicated that switching the LF clock to RC would reduce this time, but it had no effect.

Is there any way to reduce this time, or to have other code running during the 500 ms?

Parents Reply Children
No Data
Related