<?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>fstorage to save data</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/30114/fstorage-to-save-data</link><description>Hi 
 We are working on a product using NRF-51822 chip. I am new to Nordic SDK and want to know how to use fstorage to save data into flash. Following is code. Sometimes data can be saved into flash and sometimes not. Can you please let me know what is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 02 Feb 2018 11:46:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/30114/fstorage-to-save-data" /><item><title>RE: fstorage to save data</title><link>https://devzone.nordicsemi.com/thread/119515?ContentTypeID=1</link><pubDate>Fri, 02 Feb 2018 11:46:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fcb489f5-7ff4-4938-8512-e8b9dc3dd9ad</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;See &lt;a href="https://github.com/NordicPlayground/nRF5-flash-storage-examples"&gt;this &lt;/a&gt;for some example on how to use Fstorage on nRF51.&lt;/p&gt;
&lt;p&gt;Are you getting successful events into your&amp;nbsp;&lt;span&gt;fs_evt_handler()? Only then will you know that the operation is complete, it is not enough that&amp;nbsp;fs_store() returns NRF_SUCCESS.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Also, have you considered using &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/lib_fds.html?cp=4_0_0_3_50"&gt;FDS&lt;/a&gt;? It is a file system that is using Fstorage as a backend.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>