<?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>Pstorage callbacks not working properly</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/15867/pstorage-callbacks-not-working-properly</link><description>Hello, 
 I use pstorage to store in nvm some default values after first boot, and change those values via uart commands.
My cb handler looks the same as one in this example: devzone.nordicsemi.com/.../ 
 Function responsible for clear, store, and load</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 19 Aug 2016 15:17:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/15867/pstorage-callbacks-not-working-properly" /><item><title>RE: Pstorage callbacks not working properly</title><link>https://devzone.nordicsemi.com/thread/60548?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2016 15:17:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f6da80b-21b0-4a7f-a13c-22d47e4b16b4</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;because you need to wait for the flash event to complete (you will be notified about the pstorage operation as a sys event).  Page clearing operation is asynchronous when softdevice is enabled. And you cannot queue your operations like you did until you get the result from the previous operation. Most probably the second call is returning some error.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>