<?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 request block id</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21203/pstorage-request-block-id</link><description>Hi, 
 Currently I&amp;#39;m working on updating some code based op pstorage on the nRF51822 with SDK 10 an SD S110 (v8). 
 Right know we&amp;#39;re not using &amp;quot;blocks&amp;quot;. We&amp;#39;re using pstorage_update(&amp;amp;m_pstorage_handle, ...) directly on the handle obtained via pstorage_register</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 11 Apr 2017 10:27:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21203/pstorage-request-block-id" /><item><title>RE: pstorage request block id</title><link>https://devzone.nordicsemi.com/thread/82980?ContentTypeID=1</link><pubDate>Tue, 11 Apr 2017 10:27:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5fbb8e5-a3ec-4092-a7a7-c1feb75ed6a9</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I don&amp;#39;t think that is necessary when only having one block.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pstorage request block id</title><link>https://devzone.nordicsemi.com/thread/82981?ContentTypeID=1</link><pubDate>Tue, 11 Apr 2017 10:19:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66dc2164-6774-41ff-a048-a4aa3b44b213</guid><dc:creator>Thomas</dc:creator><description>&lt;p&gt;Alright, I understand. Thanks for clearing that up! Is it advised to use &lt;code&gt;pstorage_block_identifier_get()&lt;/code&gt; when only using one block?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pstorage request block id</title><link>https://devzone.nordicsemi.com/thread/82979?ContentTypeID=1</link><pubDate>Mon, 10 Apr 2017 10:29:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8d4bdca-8f38-446d-9bee-03090149ed0d</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I think you are mixing up blocks with flash pages. There is no swap block, but there is a swap page.&lt;/p&gt;
&lt;p&gt;Have a look at pstorage_platform.h, the start and en addresses are defined there.&lt;/p&gt;
&lt;p&gt;It seems you have defined Pstorage to use 1 flash page, in addition to 1 swap page.&lt;/p&gt;
&lt;p&gt;The flash page is from 0x3B800, and the swap page is from 3BC00, and the bootloader is from 0x3C000.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>