<?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>Starting and Ending address of user flash in FDS and Fstorage</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56069/starting-and-ending-address-of-user-flash-in-fds-and-fstorage</link><description>Hi, 
 I am not getting the exact starting and ending address of user flash storage like other controllers, How we can find that while using FDS and Fstorage and also i want to know more about the difference between Fstorage and FDS. 
 Thanks!</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 02 Jan 2020 16:09:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56069/starting-and-ending-address-of-user-flash-in-fds-and-fstorage" /><item><title>RE: Starting and Ending address of user flash in FDS and Fstorage</title><link>https://devzone.nordicsemi.com/thread/227293?ContentTypeID=1</link><pubDate>Thu, 02 Jan 2020 16:09:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd80fac6-286e-4c93-b9ce-957e8b9249d4</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hey,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The location of flash used for fstorage&amp;nbsp;instance is defined in&amp;nbsp;NRF_FSTORAGE_DEF() call (start_addr and end_addr). It described &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/lib_fstorage.html?cp=7_1_3_57"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The fds module&amp;nbsp;use the fstorage module as the backend to interface with the flash. fds module choose the location of fstorage in&amp;nbsp;flash_bounds_set() function. It&amp;#39;s located at the bottom of the flash (right under the bootloader).&lt;/p&gt;
&lt;p&gt;The main difference between fds and fstorage is that fds is a file system where the record, file is defined. Where the fstorage managing the flash, writing, reading directly to flash. The fds uses the fstorage to read/write/erase into flash. Have a look at the documentation:&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/lib_fds.html?cp=7_1_3_56"&gt;infocenter.nordicsemi.com/.../lib_fds.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>