<?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>Writing External Flash QSPI</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83171/writing-external-flash-qspi</link><description>I have an external flash 
 S25FL132K 
 I am able to read , write and erase the flash with nrfx_qspi_cinstr_xfer function for 9 bytes. But I want to write more than 9 bytes(NRF_QSPI_CINSTR_LEN_9B) of data so I tried using nrfx_qspi_write and nrfx_qspi_cinstr_xfer</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 28 Dec 2021 17:33:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83171/writing-external-flash-qspi" /><item><title>RE: Writing External Flash QSPI</title><link>https://devzone.nordicsemi.com/thread/345290?ContentTypeID=1</link><pubDate>Tue, 28 Dec 2021 17:33:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd2782cc-3358-4afb-a666-a98936147bd3</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Om,&lt;/p&gt;
&lt;p&gt;You could take a look at the long frame mode (&amp;nbsp;&lt;a title="https://developer.nordicsemi.com/nrf_connect_sdk/doc/latest/nrfx/drivers/qspi/driver.html?highlight=nrfx_qspi_lfm_xfer#:~:text=nrfx_err_tnrfx_qspi_lfm_xfer(void,p_rx_buffer%2c%20size_ttransfer_length%2c%20boolfinalize)" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfx/drivers/qspi/driver.html?highlight=nrfx_qspi_lfm_xfer#:~:text=nrfx_err_tnrfx_qspi_lfm_xfer(void,p_rx_buffer%2C%20size_ttransfer_length%2C%20boolfinalize)" rel="noopener noreferrer" target="_blank"&gt;nrfx_qspi_lfm_xfer&lt;/a&gt;&lt;span&gt;&amp;nbsp;)&lt;/span&gt; in the QSPI driver. This could help in implementing custom byte length.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>