<?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>Application settings with DFU</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13023/application-settings-with-dfu</link><description>Hello,
what address in flash is it safe to store my application settings (some calibraton data) which should be preserved during application updates. I use S110 v8, dfu_dual_bank_ble_s110_pa10028 and nrf51822 (256 kB flash, 16 kB RAM). 
 My bootloader</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 07 Apr 2016 09:41:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13023/application-settings-with-dfu" /><item><title>RE: Application settings with DFU</title><link>https://devzone.nordicsemi.com/thread/49641?ContentTypeID=1</link><pubDate>Thu, 07 Apr 2016 09:41:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73f33b42-d541-4821-b7f3-4b8c6f4c1acb</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Use the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk51.v9.0.0/lib_pstorage.html?resultof=%22%70%65%72%73%69%73%74%61%6e%74%22%20%22%70%65%72%73%69%73%74%22%20"&gt;Persistant Storage Manager&lt;/a&gt; to store the application data.&lt;/p&gt;
&lt;p&gt;It will place the data below the bootloader and you configure the bootloader to retain application data by setting the&lt;code&gt;DFU_APP_DATA_RESERVED&lt;/code&gt; in &lt;code&gt;dfu_types.h&lt;/code&gt;to the number of bytes you want to preserve, please see &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v11.0.0%2Fbledfu_memory_appdata.html"&gt;this&lt;/a&gt; page on our Infocenter for more information.&lt;/p&gt;
&lt;p&gt;-Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>