<?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>Flash Write/Read Basic Way</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17968/flash-write-read-basic-way</link><description>Im using sdk 11.0 and s130
When i add pstorag codes to my project which has bluetooth communication ,it does not work
I wanna send data to flash and i wanna read it
What is the shortest and simplest way to do this 
 Thank you</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 25 Nov 2016 12:34:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17968/flash-write-read-basic-way" /><item><title>RE: Flash Write/Read Basic Way</title><link>https://devzone.nordicsemi.com/thread/69291?ContentTypeID=1</link><pubDate>Fri, 25 Nov 2016 12:34:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86bedeea-1531-4356-b08d-316a66426023</guid><dc:creator>Oguz Emre</dc:creator><description>&lt;p&gt;Thank you for fastly answer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Flash Write/Read Basic Way</title><link>https://devzone.nordicsemi.com/thread/69290?ContentTypeID=1</link><pubDate>Fri, 25 Nov 2016 12:30:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d92897dd-1a52-4907-9976-1d78d3163051</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can find a pstorage example for SDK 11 &lt;a href="https://devzone.nordicsemi.com/attachment/6aa9d217e72053f8d5b10be847178841"&gt;here&lt;/a&gt;, and you can read more about pstorage &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/lib_pstorage.html?cp=4_0_1_3_19"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You should also check out fstorage too.The pstorage module was removed in SDK12, and its usage has been replaced by fstorage. fstorage is a much more modern and flexible solution. The usage of fstorage is described in the infocenter: &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/lib_fstorage.html?cp=4_0_1_3_31"&gt;Experimental: Flash Storage&lt;/a&gt;. The full API is described &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/group__fstorage.html?cp=4_0_1_6_8_6"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I would also recommend that you check out the &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/lib_fds.html?cp=4_0_1_3_30"&gt;Flash Data Storage module&lt;/a&gt;, which is built on fstorage. This module abstracts away the lower levels of fstorage and provides a simple flash file-system.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>