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

sd_softdevice_disable takes 48ms to execute, how to make faster

Hi, we want the DFU code in SDK 10.0 for NRF51 S110 to finish faster. The case we are optimizing is when there is dfu ongoing, just a simple boot.

Currently the main time consuming part is sd_softdevice_disable wich takes ~48ms.

Can we make this go any faster? If we never enable the softdevice we dont need to disable it but then we cant call sd_softdevice_vector_table_base_set.

Any tips?

Parents Reply Children
No Data
Related