<?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>Relation between addresses and pages in flash</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18177/relation-between-addresses-and-pages-in-flash</link><description>Hi Nordic, 
 I am trying to figure out the relation between a certain page number (say, 0xFE) and the group of addresses that it contains. How can I get this relation? 
 Thanks!</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 15 Dec 2016 05:31:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18177/relation-between-addresses-and-pages-in-flash" /><item><title>RE: Relation between addresses and pages in flash</title><link>https://devzone.nordicsemi.com/thread/70192?ContentTypeID=1</link><pubDate>Thu, 15 Dec 2016 05:31:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd69efc4-c254-42b0-b6c5-367a72d10a83</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;That is correct&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Relation between addresses and pages in flash</title><link>https://devzone.nordicsemi.com/thread/70191?ContentTypeID=1</link><pubDate>Tue, 06 Dec 2016 17:47:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc13207f-f272-4373-b1ee-ce438133e848</guid><dc:creator>angel</dc:creator><description>&lt;p&gt;If in this case (nRF51422), PAGE_SIZE = 1024 (0x400), page 0xFE would have the addresses from 0x3F800 to 0x3FBFF, correct?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Relation between addresses and pages in flash</title><link>https://devzone.nordicsemi.com/thread/70190?ContentTypeID=1</link><pubDate>Mon, 05 Dec 2016 19:14:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d43afc2-7040-41a8-808f-d92e971e0794</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;All values in decimal.&lt;/p&gt;
&lt;p&gt;If the page size is Y bytes then Page number X will contain all the addresses from&lt;/p&gt;
&lt;p&gt;&lt;code&gt;X * Y&lt;/code&gt;  to   &lt;code&gt;((X+1) * Y )- 1&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;inversely&lt;/p&gt;
&lt;p&gt;address Z belongs to Page number &lt;code&gt;Z/Y&lt;/code&gt; which is an integer (equals 0 if Z &amp;lt; Y)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>