<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>sd_softdevice_disable takes 48ms to execute, how to make faster</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63023/sd_softdevice_disable-takes-48ms-to-execute-how-to-make-faster</link><description>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</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 26 Jun 2020 12:00:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63023/sd_softdevice_disable-takes-48ms-to-execute-how-to-make-faster" /><item><title>RE: sd_softdevice_disable takes 48ms to execute, how to make faster</title><link>https://devzone.nordicsemi.com/thread/257127?ContentTypeID=1</link><pubDate>Fri, 26 Jun 2020 12:00:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5927fa9-3691-4899-9be5-f4a5d66a0666</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;If you are using internal RC as the clock source, then if the softdevice is disabled at the time of internal clock calibration, then the disable will wait until the calibration is done which could be what you are seeing.&lt;/p&gt;
&lt;p&gt;This has been fixed in the softdevice of nRF52 devices where softdevice disable&amp;nbsp; does not wait for the calibration to complete.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>