<?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>SoftDevice is not enabled in dfu</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/51774/softdevice-is-not-enabled-in-dfu</link><description>I want to flash in dfu sample. 
 *nrf_dfu_flash_erase *nrf_dfu_flash_store Called nrf_dfu_flash_init (true) to execute the above function. Since true is set in the argument of init, erase and store are set to use functions in SoftDevice. 
 To enable SoftDevice</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 05 Sep 2019 08:37:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/51774/softdevice-is-not-enabled-in-dfu" /><item><title>RE: SoftDevice is not enabled in dfu</title><link>https://devzone.nordicsemi.com/thread/208138?ContentTypeID=1</link><pubDate>Thu, 05 Sep 2019 08:37:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1f809d1-5695-4fd7-ac66-c549087f609a</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You need to enable forwarding of interrupts to the Softdevice before using any of the SD API by calling nrf_dfu_mbr_init_sd(). Otherwise, the SV call will be forwarded directly from the MBR to the bootloader. However, you must not invoke the Softdevice too early in case there is an ongoing DFU of the Softdevice. So if possible, I&amp;#39;d recommend leaving the SD initialization to the BLE transport.&amp;nbsp;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Can you use the NVMC backend while the Softdevice is disabled?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>