<?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>is FDS overrides Application Location</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17934/is-fds-overrides-application-location</link><description>hi,
i am using FDS to store some Data in nRF51 Development kit using temporary application. it is around 2kb. after that i am flashing main Application. is my application overrides FDS data. 
 if not what is the Starting location(Address) of Flash using</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 24 Nov 2016 12:05:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17934/is-fds-overrides-application-location" /><item><title>RE: is FDS overrides Application Location</title><link>https://devzone.nordicsemi.com/thread/69147?ContentTypeID=1</link><pubDate>Thu, 24 Nov 2016 12:05:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:960e2894-8fd1-4dd1-b305-71069d7755e7</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Saiteja,&lt;/p&gt;
&lt;p&gt;FDS wouldn&amp;#39;t decide where the data should be stored on flash. It&amp;#39;s fstorage does that. Fstorage store data starts from FS_PAGE_END_ADDR and going downward.&lt;/p&gt;
&lt;p&gt;FS_PAGE_END_ADDR is located at the top of the flash, if you don&amp;#39;t have bootloader it will be at address 0x80000 if you have bootloader, it will start at just before the start address of the bootloader. Please see fstorage_internal_defs.h.&lt;/p&gt;
&lt;p&gt;How big would the FDS occupies on flash is defined by the FDS_VIRTUAL_PAGES that usually set to 3.&lt;/p&gt;
&lt;p&gt;When you flash your application it will start from the beginning of the flash (address 0x00) or where the softdevice ends.&lt;/p&gt;
&lt;p&gt;You need to make sure your application size is not too big that it overlapping the fstorage flash area occupies.&lt;/p&gt;
&lt;p&gt;The Section .fs_data is not related to the address fstorage store data, it&amp;#39;s the section right after .data to store fstorage configuration. .data is located right after the code of the application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>