<?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>Optimizing Flash Storage Write Speed on nRF54L15 DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126433/optimizing-flash-storage-write-speed-on-nrf54l15-dk</link><description>Hello, 
 I am continuing to work on my project with the nRF54L15 DK and have run into another challenge. Currently, the issue is storing images (320 &amp;#215; 492 bytes) in an external flash memory ( MX66L2G45GXRI00-T ). The write process works but takes significantly</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 08 Jan 2026 10:25:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126433/optimizing-flash-storage-write-speed-on-nrf54l15-dk" /><item><title>RE: Optimizing Flash Storage Write Speed on nRF54L15 DK</title><link>https://devzone.nordicsemi.com/thread/558247?ContentTypeID=1</link><pubDate>Thu, 08 Jan 2026 10:25:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11119e10-babb-4572-a5b3-5c9889feb96b</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hi Lea,&lt;/p&gt;
[quote user=""]At the moment, I am using &lt;strong&gt;SPIM&lt;/strong&gt; with &lt;code&gt;jedec,spi-nor&lt;/code&gt;. From my online research, it seems that for higher write speeds, switching to &lt;strong&gt;QSPI&lt;/strong&gt; with the Nordic driver (&lt;code&gt;nordic,qspi-nor&lt;/code&gt;) is recommended. Is this correct? How could this be implemented? And is it even possible on the &lt;strong&gt;nRF54L15 DK&lt;/strong&gt;?&lt;br /&gt;[/quote]
&lt;p&gt;First of all, I see you&amp;#39;ve set spi-max-frequency = &amp;lt;8000000&amp;gt; there. It can go higher with a &amp;quot;high speed instance&amp;quot;&lt;/p&gt;
&lt;p&gt;Yes, it&amp;#39;s true that QSPI can improve the speed. Though since you say that the speed you are currently getting is less than expected, what are you currently getting and what did you expect? If it is surprisingly slow it might be an idea to take a logic trace of the communication here to figure out if there is something strange going on.&lt;/p&gt;
&lt;p&gt;Using QSPI is an option. Though one thing about the nRF54L15 is that it does not have a dedicated QSPI peripheral, but what we call a softperipheral. &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/123611/need-clarification-over-qspi-driver-for-nrf54l15"&gt;For more, you can for instance see here&lt;/a&gt;.&amp;nbsp;The &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrfxlib/softperipheral/doc/sQSPI/timing.html"&gt;sQSPI supports clock frequencies up to 64MHz&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>