<?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>Can only mount and write in the address range from 0x00 -&amp;gt; 0x0200000(2mb) on w25q128jv</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122601/can-only-mount-and-write-in-the-address-range-from-0x00---0x0200000-2mb-on-w25q128jv</link><description>I&amp;#39;m writing a wav file from the nrf52840 board to the nor flash w25q128jv with a capacity of 16mb but it seems that I can only operate on the first 2mb, even when dividing the partition, if the starting address is over 2mb, the file mount will fail, and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 01 Jul 2025 09:10:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122601/can-only-mount-and-write-in-the-address-range-from-0x00---0x0200000-2mb-on-w25q128jv" /><item><title>RE: Can only mount and write in the address range from 0x00 -&gt; 0x0200000(2mb) on w25q128jv</title><link>https://devzone.nordicsemi.com/thread/540998?ContentTypeID=1</link><pubDate>Tue, 01 Jul 2025 09:10:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:109ee9dc-38ec-4a29-bc47-930fc5fa3ae2</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Great. I&amp;#39;m glad that it work. Happy coding!&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can only mount and write in the address range from 0x00 -&gt; 0x0200000(2mb) on w25q128jv</title><link>https://devzone.nordicsemi.com/thread/540945?ContentTypeID=1</link><pubDate>Tue, 01 Jul 2025 00:42:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3f21a9e-82ae-4c28-b270-c834a85994f6</guid><dc:creator>LeDucTai</dc:creator><description>&lt;p&gt;Hi Hung,&lt;/p&gt;
&lt;p&gt;Thank you so much for the reply, this is exactly the error i am having.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can only mount and write in the address range from 0x00 -&gt; 0x0200000(2mb) on w25q128jv</title><link>https://devzone.nordicsemi.com/thread/540939?ContentTypeID=1</link><pubDate>Mon, 30 Jun 2025 21:50:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f82ba62c-4697-4914-8d50-9d37936a4f4c</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Tai,&amp;nbsp;&lt;br /&gt;I&amp;#39;m sorry for the late reply.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I think I may know what&amp;#39;s wrong here. The size of the SPI flash is count in mega bit :)&amp;nbsp;&lt;br /&gt;You can see the name of your flash is&amp;nbsp;&lt;span&gt;w25q&lt;strong&gt;128&lt;/strong&gt;jv.&amp;nbsp;&lt;br /&gt;So the size in&amp;nbsp;mx25r6435f: w25q128jv@0 {&amp;nbsp; should not be&amp;nbsp;&lt;br /&gt;&lt;br /&gt;size = &amp;lt;0x1000000&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;br /&gt;Instead it should be&amp;nbsp;&lt;br /&gt;size = &amp;lt;134217728&amp;gt;;&lt;br /&gt;or&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;size = &amp;lt;0x8000000&amp;gt;;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This explains why you can not access anything above 2MB because 2MB = 16 Mbit . You were setting the size of your flash to 16Mb instead of 128Mb (16MB).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>