<?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_clear() for multiple pages with any given block size</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29585/pstorage_clear-for-multiple-pages-with-any-given-block-size</link><description>For nrf52832, I use pstorage to set 254 blocks with 20 byte of each block, that will use near 5 pages. 
 now I fail to clear data all block together. pstorage_clear( &amp;amp;block_base_handle, 254*20) doesn&amp;#39;t work for me. 
 I saw this link :
 devzone.nordicsemi</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 23 Jan 2018 10:10:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29585/pstorage_clear-for-multiple-pages-with-any-given-block-size" /><item><title>RE: pstorage_clear() for multiple pages with any given block size</title><link>https://devzone.nordicsemi.com/thread/117572?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2018 10:10:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ded9b865-d1ee-4a22-b752-03caac2942cb</guid><dc:creator>floatcloud</dc:creator><description>&lt;p&gt;Hi, Petter. I used SDK 11. I just found out that 254*20 was larger than nrf52 page size so that it caused the issue, so I divided the data into two pstorage modules to workaround the limitation. I can clear the data now, but still would be nice if someone could have solution using a single module for this case.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pstorage_clear() for multiple pages with any given block size</title><link>https://devzone.nordicsemi.com/thread/117571?ContentTypeID=1</link><pubDate>Mon, 22 Jan 2018 14:36:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63087ff7-d2e9-4b66-bf96-b38885a23984</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Which SDK are you using? Are you using a specific example from the SDK? Could you upload your pstorage_platform.h so I can take a look at it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>