<?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>Save data on flash using Soft Device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/15925/save-data-on-flash-using-soft-device</link><description>Hi! 
 First of all, I&amp;#39;m using the nrf52 PCA 10040 DK, with SDK11.0.0, and my Soft Device is 132 2.0.2. 
 I&amp;#39;m developing an app for comunicating with a sensor via SPI (send commands and data, and recieve data), and also, share information via Bluetooth</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 23 Aug 2016 14:43:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/15925/save-data-on-flash-using-soft-device" /><item><title>RE: Save data on flash using Soft Device</title><link>https://devzone.nordicsemi.com/thread/60755?ContentTypeID=1</link><pubDate>Tue, 23 Aug 2016 14:43:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a3f07617-5476-494e-8b7b-85c14d80eee5</guid><dc:creator>andribiotico</dc:creator><description>&lt;p&gt;I have already read the documentation about the fstorage, and from what I&amp;#39;ve seen, you can&amp;#39;t erase only a block, fstorage only allows to delete entire pages&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save data on flash using Soft Device</title><link>https://devzone.nordicsemi.com/thread/60757?ContentTypeID=1</link><pubDate>Tue, 23 Aug 2016 11:12:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13c95154-5c29-4452-859b-618518783078</guid><dc:creator>talha</dc:creator><description>&lt;p&gt;You are probably right, I was using pstorage because I think you cannot erase data in fstorage without erasing an entire page. In my application I have to update blocks individually and I thought pstorage is a better solution for me. Do you know if you can erase individual blocks in fstorage?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save data on flash using Soft Device</title><link>https://devzone.nordicsemi.com/thread/60756?ContentTypeID=1</link><pubDate>Tue, 23 Aug 2016 11:03:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:701e7bda-09bb-41a3-8965-310c6b09cb30</guid><dc:creator>andribiotico</dc:creator><description>&lt;p&gt;I think that I will use the fstorage library, as RK recommends, thanks also&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save data on flash using Soft Device</title><link>https://devzone.nordicsemi.com/thread/60759?ContentTypeID=1</link><pubDate>Tue, 23 Aug 2016 11:01:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3df3496-6c39-49ba-9e5e-8a52ef7d54bd</guid><dc:creator>andribiotico</dc:creator><description>&lt;p&gt;Thank you, it seems to be easier to use, I&amp;#39;ve been reading the documentation of the pstorage and I think it&amp;#39;s more complex. As I saw in the pstorage documentation that Nordic recommends use fstorage, but is experimental, I thought that wasn&amp;#39;t a good idea use it in my code.
Thank you again!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save data on flash using Soft Device</title><link>https://devzone.nordicsemi.com/thread/60758?ContentTypeID=1</link><pubDate>Tue, 23 Aug 2016 10:37:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18225054-c6e3-42de-90b5-12b3b4186777</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;If you&amp;#39;re using SDK 11 I would recommend using fstorage and fds instead of pstorage. They are newer, they are much more flexible and I don&amp;#39;t think that pstorage is going to be developed much more, but they will be.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save data on flash using Soft Device</title><link>https://devzone.nordicsemi.com/thread/60754?ContentTypeID=1</link><pubDate>Tue, 23 Aug 2016 10:01:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b2ff8c5-4a6c-4028-be87-b9a2e19b892d</guid><dc:creator>talha</dc:creator><description>&lt;p&gt;I am currently using pstorage in my code (SDK 11, S130, nrf51822) and I think it is working as expected. I cannot say if it is harming the hardware but it is doing what I want it to do. If you want I can add it here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save data on flash using Soft Device</title><link>https://devzone.nordicsemi.com/thread/60753?ContentTypeID=1</link><pubDate>Tue, 23 Aug 2016 09:48:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c166b57-b3e5-49a9-930b-0191f5a5f90f</guid><dc:creator>andribiotico</dc:creator><description>&lt;p&gt;Thank you!&lt;/p&gt;
&lt;p&gt;In the page where the pstorage is explained, there is an advertisement that says it&amp;#39;s very old, I have read something about the pstorage in the forum, but i thinked that I couldn&amp;#39;t use it because it&amp;#39;s to old, I&amp;#39;ll try to use it anyways, as I&amp;#39;ll try it, I`ll tell you something&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save data on flash using Soft Device</title><link>https://devzone.nordicsemi.com/thread/60752?ContentTypeID=1</link><pubDate>Tue, 23 Aug 2016 09:25:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:82a78ebb-897b-49f5-8f14-d16ff5bd693a</guid><dc:creator>talha</dc:creator><description>&lt;p&gt;Maybe you can use pstorage? An example can be found here: &lt;a href="https://devzone.nordicsemi.com/question/15038/pstorage-guide/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;However, it is very old so you might want to work on it a bit.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>