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?