<?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 SDK 15.0 - process resume after interruption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37427/dfu-sdk-15-0---process-resume-after-interruption</link><description>Hi, I&amp;#39;m using nRF52840-DK , SDK 15.0, buttonless DFU sample + secure bootloader I see that resuming DFU works only after disconnect, but no longer on sw reset or power down. In previous SDKs resuming works in all cases. Now DFU starts from beginning.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 Aug 2018 13:14:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37427/dfu-sdk-15-0---process-resume-after-interruption" /><item><title>RE: DFU SDK 15.0 - process resume after interruption</title><link>https://devzone.nordicsemi.com/thread/144192?ContentTypeID=1</link><pubDate>Tue, 14 Aug 2018 13:14:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c0f9018-7756-4a72-9baa-18dbc81937d2</guid><dc:creator>drk_tg</dc:creator><description>&lt;p&gt;Thank you for clarification.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU SDK 15.0 - process resume after interruption</title><link>https://devzone.nordicsemi.com/thread/144163?ContentTypeID=1</link><pubDate>Tue, 14 Aug 2018 12:15:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae4f7084-75f2-4527-bd70-d82d6fbc80f9</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;This is a new feature in the SDK15 bootloader. Shortly explained, you have the choice to either store the bootloader packets in flash or in RAM.&lt;/p&gt;
&lt;p&gt;When the DFU is stored in RAM, it will be lost if the connection is lost. The positive side by using RAM instead of Flash is that it is faster.&lt;/p&gt;
&lt;p&gt;This means, if you have an implementation where power failures are frequent, you would want to use flash. In other cases, where power cycles are not a problem, it is often enough to reconnect (if the connection is lost).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you want to use Flash instead of RAM, you must change a define in the bootloader projects sdk_config.h:&lt;/p&gt;
&lt;p&gt;#define NRF_DFU_SAVE_PROGRESS_IN_FLASH 0&lt;/p&gt;
&lt;p&gt;to&lt;/p&gt;
&lt;p&gt;#define NRF_DFU_SAVE_PROGRESS_IN_FLASH 1&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Right above this define, there is also a brief explanation of the options.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>