<?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>Zephyr Driver: Regarding the execution speed of flash read API at nrf54l15</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/128216/zephyr-driver-regarding-the-execution-speed-of-flash-read-api-at-nrf54l15</link><description>Hi, 
 I&amp;#39;m reading 1 byte of data from a Macronics MX25R64, but the execution speed of the read operation varies depending on the SDK version. 
 With SDK 3.1.1, it&amp;#39;s possible to read one byte of data in about 60us. 
 SDK 3.2.4 reads one byte of data in</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 22 May 2026 06:57:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/128216/zephyr-driver-regarding-the-execution-speed-of-flash-read-api-at-nrf54l15" /><item><title>RE: Zephyr Driver: Regarding the execution speed of flash read API at nrf54l15</title><link>https://devzone.nordicsemi.com/thread/566741?ContentTypeID=1</link><pubDate>Fri, 22 May 2026 06:57:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81c226f6-854e-43c3-9706-910a56c9f2eb</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Given the large discrepancy I suspect in the first case that the SPI flash is powered on, while with the new version it is in Deep power down (&lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/98a344fe21a4439b0cd1d340635a6ccb3e166f46/drivers/flash/spi_nor.c#L201"&gt;DPD&lt;/a&gt;&lt;span&gt;)&lt;/span&gt; mode thus requiring&amp;nbsp;the driver to wait for the flash to become ready before it can perform&amp;nbsp;the read operation. Perhaps you can disable DPD (I.e. remove the &lt;span style="color:rgba(0, 0, 238, 1);"&gt;&lt;span&gt;&lt;u&gt;has-did&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;property from the&amp;nbsp;&lt;span&gt;MX25R64 DT node) to confirm if this improves the read performance.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Vidar&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>