<?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>problem with pstorage store operation.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11763/problem-with-pstorage-store-operation</link><description>Hi,
I use pstorage to allocate 32bytes of memory with 2 block, means each block having 16 bytes, when I write 16byte data into block_0 portion, I am not able to go to the call back handler for write operation, but I receive NRF_SUCCESS from the pstorage_store</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 09 Feb 2016 05:21:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11763/problem-with-pstorage-store-operation" /><item><title>RE: problem with pstorage store operation.</title><link>https://devzone.nordicsemi.com/thread/44487?ContentTypeID=1</link><pubDate>Tue, 09 Feb 2016 05:21:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7629e3c-4dec-4272-9b2d-04ad21ec2b3e</guid><dc:creator>Raghu GS</dc:creator><description>&lt;p&gt;Thanks Vidar Berg, &amp;#39;ll get back trying to wait, like you said. Thank You.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: problem with pstorage store operation.</title><link>https://devzone.nordicsemi.com/thread/44486?ContentTypeID=1</link><pubDate>Mon, 08 Feb 2016 08:34:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c062f01-4376-4fdf-b75c-7c51d172438b</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;NRF_SUCCESS from pstorage_store() means that the store operation was successfully queued, but not that it has been completed. The application needs to wait for the store complete notification sent to  your example_cb_handler() before reading the data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>