<?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 app data and FDS</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19981/dfu-app-data-and-fds</link><description>Hi,
I have initial flashed boot loader and application based on SD version 3.1 and SDK 12.2.0
with 
 
 DFU_APP_DATA_RESERVED CODE_PAGE_SIZE * 3 
 FDS_VIRTUAL_PAGES 3 
 
 later updated both boot loader and Application with below change 
 
 DFU_APP_DATA_RESERVED</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 24 Feb 2017 15:41:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19981/dfu-app-data-and-fds" /><item><title>RE: DFU app data and FDS</title><link>https://devzone.nordicsemi.com/thread/77755?ContentTypeID=1</link><pubDate>Fri, 24 Feb 2017 15:41:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:215c0fa9-d4a0-49ad-8037-5f0bd98fc540</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;DFU_APP_DATA_RESERVED only referes to how many pages below the bootloader start address it shoudl preserve during a DFU, i.e. not erase, see &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.2.0/lib_bootloader_dfu_banks.html?cp=4_0_1_3_5_1_2_2#lib_bootloader_dfu_appdata"&gt;this&lt;/a&gt; page. Whereas, FDS_VIRTUAL_PAGES defines how many pages below the bootloader start address that are reserved for the FDS module. So if you want to preserve the data stored by FDS you should set DFU_APP_DATA_RESERVED equal to FDS_VIRTUAL_PAGES.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>