<?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>Facing an issue when we are trying to mount a file system on external flash(M95P42) + nrf52840.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122360/facing-an-issue-when-we-are-trying-to-mount-a-file-system-on-external-flash-m95p42-nrf52840</link><description>We are developing an application on nrf52840 and wanted to use M95P32 as external flash. 
 
 used below .overlay configuration to enable it on zephyr. 
 
 &amp;amp;mx25r64 { 
 compatible = &amp;quot;nordic,qspi-nor&amp;quot;; 
 status = &amp;quot;okay&amp;quot;; 
 sck-frequency = &amp;lt;8000000&amp;gt;; 
 writeoc</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 19 Jun 2025 14:27:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122360/facing-an-issue-when-we-are-trying-to-mount-a-file-system-on-external-flash-m95p42-nrf52840" /><item><title>RE: Facing an issue when we are trying to mount a file system on external flash(M95P42) + nrf52840.</title><link>https://devzone.nordicsemi.com/thread/539915?ContentTypeID=1</link><pubDate>Thu, 19 Jun 2025 14:27:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:476280fb-7771-4e1f-bb67-48ffb7889dca</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I think you can refer to the&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples/subsys/fs/fs_sample/README.html#fs"&gt; file system manipulation sample&lt;/a&gt;, which shows manual filesystem mounting using&lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/main/samples/subsys/fs/fs_sample/src/main.c#L47"&gt; &lt;code&gt;fs_mount()&lt;/code&gt;&lt;/a&gt;, and demonstrates read/write operations with FATFS.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt; Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Facing an issue when we are trying to mount a file system on external flash(M95P42) + nrf52840.</title><link>https://devzone.nordicsemi.com/thread/539743?ContentTypeID=1</link><pubDate>Wed, 18 Jun 2025 14:39:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ddae0559-d8c7-4cb8-9e33-32473b30d4aa</guid><dc:creator>ramakrishnabodepudi</dc:creator><description>&lt;p&gt;Thank you Abhijith for the quick response.&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;do have a driver to access the EEPROM device and I am able to read/write raw data into it. Could you please guide us how we can leverage this driver to create Partitions (like &lt;span&gt;FATFS&lt;/span&gt;) and link it to Zephyr dts?.&lt;/p&gt;
&lt;p&gt;Also, thanks for pointing out the incorrect device name.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Facing an issue when we are trying to mount a file system on external flash(M95P42) + nrf52840.</title><link>https://devzone.nordicsemi.com/thread/539739?ContentTypeID=1</link><pubDate>Wed, 18 Jun 2025 14:28:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5989738b-47e5-4d75-8f88-60916d32c9c6</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure if the nRF QSPI NOR driver will work with the module you&amp;#39;re using. When I checked the&lt;a href="https://www.st.com/resource/en/datasheet/m95p32-i.pdf"&gt; datasheet of your module&lt;/a&gt;, it appears to be an SPI page-mode EEPROM. I believe you&amp;#39;ll need to develop a custom driver for this module (if one is not already available in Zephyr).&lt;/p&gt;
&lt;p&gt;I also noticed that your device tree is currently pointing to &lt;code&gt;&amp;amp;mx25r64&lt;/code&gt;, which is incorrect. The MX25R64 has a different JEDEC ID.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt; Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>