<?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>sQSPI: &amp;quot;High Speed Transfers&amp;quot; drive strength</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127099/sqspi-high-speed-transfers-drive-strength</link><description>The nRF54L porting guide ( link ) states that: 
 &amp;gt; High speed read transfers use hardware-enabled delay sampling and require resetting the pad configuration between reads. This applies to the entire port P2 , which is important if you use other pins on</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 03 Mar 2026 13:57:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127099/sqspi-high-speed-transfers-drive-strength" /><item><title>RE: sQSPI: "High Speed Transfers" drive strength</title><link>https://devzone.nordicsemi.com/thread/562442?ContentTypeID=1</link><pubDate>Tue, 03 Mar 2026 13:57:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:808ce030-dc60-4899-ae73-6cee88a71a04</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;To configure extra high driver for the sqspi you do this in devicetree like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;pinctrl {
	sqspi_default: sqspi_default {
		group1 {
			psels = &amp;lt;NRF_PSEL(SDP_MSPI_SCK, 2, 1)&amp;gt;,
				&amp;lt;NRF_PSEL(SDP_MSPI_CS0, 2, 5)&amp;gt;,
				&amp;lt;NRF_PSEL(SDP_MSPI_DQ0, 2, 2)&amp;gt;;
			nordic,drive-mode = &amp;lt;NRF_DRIVE_E0E1&amp;gt;;
		};
		group2 {
			psels = &amp;lt;NRF_PSEL(SDP_MSPI_DQ1, 2, 4)&amp;gt;,
				&amp;lt;NRF_PSEL(SDP_MSPI_DQ2, 2, 3)&amp;gt;,
				&amp;lt;NRF_PSEL(SDP_MSPI_DQ3, 2, 0)&amp;gt;;
			nordic,drive-mode = &amp;lt;NRF_DRIVE_E0E1&amp;gt;;
			bias-pull-up;
		};
	};

	sqspi_sleep: sqspi_sleep {
		group1 {
			low-power-enable;
			psels = &amp;lt;NRF_PSEL(SDP_MSPI_SCK, 2, 1)&amp;gt;,
				&amp;lt;NRF_PSEL(SDP_MSPI_CS0, 2, 5)&amp;gt;,
				&amp;lt;NRF_PSEL(SDP_MSPI_DQ0, 2, 2)&amp;gt;,
				&amp;lt;NRF_PSEL(SDP_MSPI_DQ1, 2, 4)&amp;gt;,
				&amp;lt;NRF_PSEL(SDP_MSPI_DQ2, 2, 3)&amp;gt;,
				&amp;lt;NRF_PSEL(SDP_MSPI_DQ3, 2, 0)&amp;gt;;
		};
	};
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Even though other pins can in theory also be configured to E0E1, please follow the statement from the documentation that says &amp;quot;...&lt;span&gt;no other peripheral or ETM trace on the&amp;nbsp;&lt;/span&gt;&lt;strong&gt;P2&lt;/strong&gt;&lt;span&gt;&amp;nbsp;port can use the extra-high-drive GPIO configuration. They are limited to using high-drive strength..&lt;/span&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sQSPI: "High Speed Transfers" drive strength</title><link>https://devzone.nordicsemi.com/thread/561769?ContentTypeID=1</link><pubDate>Mon, 23 Feb 2026 00:57:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:458ae5ea-1422-4063-804a-3624f435be1c</guid><dc:creator>JordanYates</dc:creator><description>&lt;p&gt;Does that mean that all of the text about the sQSPI requiring exclusive access to the extra-high-drive strength is incorrect? Other peripherals on P2 can also use the E0E1 strength?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sQSPI: "High Speed Transfers" drive strength</title><link>https://devzone.nordicsemi.com/thread/561723?ContentTypeID=1</link><pubDate>Fri, 20 Feb 2026 14:56:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba79714d-28e2-4ec7-ab8e-b82330c8696e</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Update. &lt;span&gt;Drive configuration is done in the DRIVE0/1 fields of the PIN_CNF GPIO register. It&amp;#39;s a per-pin register. it does not apply to the entire port.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sQSPI: "High Speed Transfers" drive strength</title><link>https://devzone.nordicsemi.com/thread/561679?ContentTypeID=1</link><pubDate>Fri, 20 Feb 2026 10:21:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43e1d349-284f-4457-bcf8-c857ca4293ca</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi Jordan.&amp;nbsp;&lt;br /&gt;I will check this internally and will update as soon as I hear anything&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>