<?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>DFU Bootloader Requires Reintialization of SD after Soft Reset</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5511/dfu-bootloader-requires-reintialization-of-sd-after-soft-reset</link><description>In the DFU code provided by nordic is explicitly states that. 
 &amp;quot;Soft reset from application must not reinitialize the SoftDevice.&amp;quot; 
 In my application I do not have a button to force the device into DFU mode (inside the bootloader). I have implemented</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 13 Feb 2015 12:07:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5511/dfu-bootloader-requires-reintialization-of-sd-after-soft-reset" /><item><title>RE: DFU Bootloader Requires Reintialization of SD after Soft Reset</title><link>https://devzone.nordicsemi.com/thread/19263?ContentTypeID=1</link><pubDate>Fri, 13 Feb 2015 12:07:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca30a2d0-1dc1-4f31-84a8-887171076ee2</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;If you use SDK v7.x it&amp;#39;s located here:
SDKv7.2\examples\ble_peripheral\ble_app_hrs\pca10028\experimental_s110_with_dfu\arm&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU Bootloader Requires Reintialization of SD after Soft Reset</title><link>https://devzone.nordicsemi.com/thread/19262?ContentTypeID=1</link><pubDate>Wed, 11 Feb 2015 23:10:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d092befc-f7df-4763-9997-34ae09cb3b10</guid><dc:creator>Lucas</dc:creator><description>&lt;p&gt;where is this example project&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU Bootloader Requires Reintialization of SD after Soft Reset</title><link>https://devzone.nordicsemi.com/thread/19261?ContentTypeID=1</link><pubDate>Tue, 10 Feb 2015 14:18:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f5e01b9-a3ad-4bfe-8453-00e1379a6442</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Lucas,&lt;/p&gt;
&lt;p&gt;Do you plan to keep bonding information when in DFU mode ? (to encrypt the link using the bond information that you used in the normal application )
If you don&amp;#39;t plan to and just want to use DFU OTA without bonding, what you are doing now is just fine.&lt;/p&gt;
&lt;p&gt;What we plan when mentioned &amp;quot;Soft reset from application must not reinitialize the SoftDevice.&amp;quot; was because of the implementation in the buttonless example (ble_app_hrs dfu example). That we don&amp;#39;t do a full reset but only jump from application to the Bootloader, keeping the softdevice still initialized and that&amp;#39;s why you should not do a softdevice initialize again when in bootloader. Please have a look at the bootloader_start() function in dfu_app_handler.c file in ble_app_hrs_with_dfu_experimental project.&lt;/p&gt;
&lt;p&gt;The reason we avoid a reset is to be able to pass bond information via RAM memory from application to bootloader.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>