<?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>Persist Bond Information Across DFU</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9364/persist-bond-information-across-dfu</link><description>Hello, 
 I am currently working on a project based on the ANCS demo from the SDK. Everything is working great with the exception of bonding and DFU. The first step is to connect and bond to my device. The next step is to start the DFU bootloader. I am</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 24 Sep 2015 10:20:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9364/persist-bond-information-across-dfu" /><item><title>RE: Persist Bond Information Across DFU</title><link>https://devzone.nordicsemi.com/thread/34566?ContentTypeID=1</link><pubDate>Thu, 24 Sep 2015 10:20:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33b24f12-8779-44fd-b65c-b4d00fac9cc8</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Thank you for sharing the answer to your question and contributing to the devzone community.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Persist Bond Information Across DFU</title><link>https://devzone.nordicsemi.com/thread/34565?ContentTypeID=1</link><pubDate>Wed, 23 Sep 2015 23:15:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e35d10a4-60fa-4525-a3d9-7c099a1412c2</guid><dc:creator>Cory Mast</dc:creator><description>&lt;p&gt;The problem was that I was not saving enough pages of flash in the bootloader.&lt;/p&gt;
&lt;p&gt;changing&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define DFU_APP_DATA_RESERVED           0x1000
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;to&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define DFU_APP_DATA_RESERVED           0x1400
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;solved the issue. In my case I was retaining 4 pages for my application data and I needed to add one more page for the bonding information.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>