<?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>I am unable to activate the 4-wire QSPI of NRF52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125043/i-am-unable-to-activate-the-4-wire-qspi-of-nrf52840</link><description>I used an oscilloscope to check the waveform and found that only the clock and IO0 had waveforms. I am using this interface to send data: 
 
 nrfx_err_t nrfx_qspi_write ( void const * p_tx_buffer , 
 size_t tx_buffer_length , 
 uint32_t dst_address );</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Oct 2025 10:22:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125043/i-am-unable-to-activate-the-4-wire-qspi-of-nrf52840" /><item><title>RE: I am unable to activate the 4-wire QSPI of NRF52840</title><link>https://devzone.nordicsemi.com/thread/552049?ContentTypeID=1</link><pubDate>Tue, 21 Oct 2025 10:22:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1545e9b1-e6db-4df5-970a-0105becf1b64</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;The ifconfig registers must be configured prior to enabling if you follow the steps outlined in the PS here:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf52840/page/qspi.html#ariaid-title2"&gt;https://docs.nordicsemi.com/bundle/ps_nrf52840/page/qspi.html#ariaid-title2&lt;/a&gt;, and this is already done by the driver init function. Have you verified that the init function is setting up the interface as you want it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I am unable to activate the 4-wire QSPI of NRF52840</title><link>https://devzone.nordicsemi.com/thread/551856?ContentTypeID=1</link><pubDate>Sat, 18 Oct 2025 04:55:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:359d3ce1-c158-46b3-a9e6-b73611bd4967</guid><dc:creator>Gin</dc:creator><description>&lt;p&gt;My LCD driver chip supports a single/double/four wire QSPI interface, and many operation commands are the same as those of QSPI FLASH devices. I can use the QSPI custom interface of NRF52840 to drive the display screen successfully, but the speed is too slow, because the custom mode uses a single wire transmission. But in the above code, after I configure the four wire mode, I call nrfx_qspi_write() to send, and the QSPI is always busy, as if it has been sending without stopping. Calling write again will return the QSPI busy state. I don&amp;#39;t know what this is, and what interface can manually stop this state?&lt;/p&gt;
&lt;p&gt;Thank you very much for your help&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I am unable to activate the 4-wire QSPI of NRF52840</title><link>https://devzone.nordicsemi.com/thread/551794?ContentTypeID=1</link><pubDate>Fri, 17 Oct 2025 10:00:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:713bcd17-b206-4e3c-a77e-ee9f8d1cbec8</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not able to see from the code why it&amp;#39;s not switching to quad mode. However, please note the the QSPI peripheral on the nRF52840 is&amp;nbsp;designed to work with external flash ICs as discussed in this post:&amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/96283/driving-high-resolution-displays-over-qspi"&gt;Driving high-resolution displays over QSPI&lt;/a&gt;&amp;nbsp;. Is it an alternative to use the HS SPI instance instead?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I am unable to activate the 4-wire QSPI of NRF52840</title><link>https://devzone.nordicsemi.com/thread/551781?ContentTypeID=1</link><pubDate>Fri, 17 Oct 2025 07:58:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9dda7306-6eea-466e-b938-897b9c972daf</guid><dc:creator>Gin</dc:creator><description>&lt;p&gt;When I started the write function to send, I used an oscilloscope to see that the CLK and IO0 pins were constantly generating signals, and IO1-IO3 were not outputting. It looked like QSPI was busy and had not exited&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>