<?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>FDS write read back</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/62401/fds-write-read-back</link><description>Dear Sir, 
 
 Using SDK 16.0 for NRF52833. My application uses NRF FDS lib (flash data storage) 
 Immediate fds read after fds write gives 0. But after a board reset I get written data 
 This is the expected behavior? 
 
 Regards, 
 Lakshmi</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 11 Jun 2020 11:16:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/62401/fds-write-read-back" /><item><title>RE: FDS write read back</title><link>https://devzone.nordicsemi.com/thread/254452?ContentTypeID=1</link><pubDate>Thu, 11 Jun 2020 11:16:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ffc0ef7a-e4e6-4bfe-bcdc-a2790b32ed3c</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The FDS module is a ansynchrouns module, which means that the operation hasn&amp;#39;t necessarily been executed when the function returned but only scheduled. You would have to wait for the FDS_EVT_WRITE event to be generated for the write to have been completed.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>