<?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>QSPI custom commands/opcode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/66471/qspi-custom-commands-opcode</link><description>Hello Devs, 
 I am facing an difficult time to write a custom opcode to a QSPI flash memory. where I am trying to read the manufacture ID, it requires send the OP code + Address+ write dummy bytes + read 
 
 
 using nrf_drv_qspi_cinstr_xfer is not possible</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 29 Sep 2020 11:59:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/66471/qspi-custom-commands-opcode" /><item><title>RE: QSPI custom commands/opcode</title><link>https://devzone.nordicsemi.com/thread/272045?ContentTypeID=1</link><pubDate>Tue, 29 Sep 2020 11:59:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ecd61f90-52f5-4e0c-9f59-31bd8135be3f</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The QSPI is only able to read and write full words in multiples of 4 bytes. This is because the QSPI peripherals&amp;nbsp;&lt;span&gt;READ and WRITE SRC registers have to point to a word-aligned address and only works in 32-bit words, I.E. ending with 0x0, 0x4, 0x8, or 0xC. Please see&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf52840%2Fqspi.html&amp;amp;anchor=register.READ.SRC"&gt;the documentation&lt;/a&gt;&amp;nbsp;&lt;/span&gt;for more information. I know this isn&amp;#39;t much of a further explanation, but the fact is that the HW peripheral is not able to end at any other values.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>