<?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>How to read all the data stored in the flash?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/62801/how-to-read-all-the-data-stored-in-the-flash</link><description>I have written two functions to write and read data from the flash using flash_fds module. In this way I am calling the function to write the data to flash : 
 fds_write_record(1243658723, 39, &amp;quot;AABBCCDDEEFF&amp;quot;); fds_write_record(2243658723, 29, &amp;quot;AABBCCDDEEFF</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 22 Jun 2020 13:36:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/62801/how-to-read-all-the-data-stored-in-the-flash" /><item><title>RE: How to read all the data stored in the flash?</title><link>https://devzone.nordicsemi.com/thread/256209?ContentTypeID=1</link><pubDate>Mon, 22 Jun 2020 13:36:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35515c49-5555-4d5f-a225-6e85ccb20c8b</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;So what does your fds_write_record() look like? I assume it uses&amp;nbsp;fds_record_write() in some way? And hence that it uses some sort of record descriptor,&amp;nbsp;fds_record_desc_t?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What do you pass on to fds_record_open? Remember that it will look for the record with that same descriptor.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have you seen the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/lib_fds_usage.html" rel="noopener noreferrer" target="_blank"&gt;user description on infocenter&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>