<?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>Interface between Flash Data Storage and QSPI MX25R6435F chip</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29572/interface-between-flash-data-storage-and-qspi-mx25r6435f-chip</link><description>Hi! 
 I have a Nordic NRF52840 development kit and am trying to interface with the MX25R6435F flash chip. It communicates over QSPI, so I know I have to go through the QSPI driver to use it effectively and read/write from it. I&amp;#39;m trying to write an API</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 08 Apr 2020 07:08:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29572/interface-between-flash-data-storage-and-qspi-mx25r6435f-chip" /><item><title>RE: Interface between Flash Data Storage and QSPI MX25R6435F chip</title><link>https://devzone.nordicsemi.com/thread/243980?ContentTypeID=1</link><pubDate>Wed, 08 Apr 2020 07:08:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d840bad5-1cdf-4178-8d91-590f772103b9</guid><dc:creator>Shahar</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Seems little late to the party, but if someone still looks for a solution - look at littefs (open source project on github)&lt;/p&gt;
&lt;p&gt;Pretty easy to incorporate (most of the stuff you can copy &amp;amp; paste from the nordic SDK examples)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interface between Flash Data Storage and QSPI MX25R6435F chip</title><link>https://devzone.nordicsemi.com/thread/117538?ContentTypeID=1</link><pubDate>Fri, 19 Jan 2018 12:40:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6131ab14-e6a7-406d-a53d-29e0718c2eb7</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;You might want to have a look at the usbd_msc example, available in the nRF5 SDK v14.2.0:&lt;br /&gt;
&lt;em&gt;\nRF5_SDK_14.2.0\examples\peripheral\usbd_msc\&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;This example implements the FatFS file system, and allows you to access the flash chip on the nRF52840 PDK through the QSPI and the USB.&lt;/p&gt;
&lt;p&gt;Please be aware that you are unable to access the flash memory locally when the USB is connected, as the MSC class doesn&amp;#39;t implement any methods for sharing the memory when connected.&lt;/p&gt;
&lt;p&gt;The fds module can only be used for the internal flash, as mentioned by mrono.&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;
Torbjørn Øvrebekk&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interface between Flash Data Storage and QSPI MX25R6435F chip</title><link>https://devzone.nordicsemi.com/thread/117537?ContentTypeID=1</link><pubDate>Fri, 19 Jan 2018 07:42:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c236c5fc-0d65-452a-becb-e9537fa3b407</guid><dc:creator>mrono</dc:creator><description>&lt;p&gt;I believe the Flash Storage library is only used for accessing the internal flash of the nRF-chip.&lt;/p&gt;
&lt;p&gt;I would also be interested to know if there is support already in place for using an external flash chip with FDS, but my understanding is that there isn&amp;#39;t.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>