<?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>FPGA connection with 52840 using QSPI interfce issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/59514/fpga-connection-with-52840-using-qspi-interfce-issue</link><description>hello 
 we want to connect FPGA to 52840 using QSPI interface for data transfer, 52840 used as master, and FPGA as slaver. so we use write opcode PP4O for 4 lines writing data . 
 now we met problem , FPGA couldnot receive correct data from 52840. we</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 01 Apr 2020 09:59:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/59514/fpga-connection-with-52840-using-qspi-interfce-issue" /><item><title>RE: FPGA connection with 52840 using QSPI interfce issue</title><link>https://devzone.nordicsemi.com/thread/242896?ContentTypeID=1</link><pubDate>Wed, 01 Apr 2020 09:59:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0297b518-070c-4985-b342-a8a2811256ff</guid><dc:creator>Dmitry</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;it seems you have to implement dummy status register and command 0x05 in your FPGA...&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt; * @brief Function for writing data to QSPI memory.
 *
 * Write, read, and erase operations check memory device busy state before starting the operation.
 * If the memory is busy, the resulting action depends on the mode in which the write operation is used:
 *  - blocking mode (without handler) - a delay occurs until the last operation runs or
 *    until the operation data is being sent.
 *  - interrupt mode (with handler) - event emission occurs after the last operation
 *    and sending of operation data are finished.
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FPGA connection with 52840 using QSPI interfce issue</title><link>https://devzone.nordicsemi.com/thread/242857?ContentTypeID=1</link><pubDate>Wed, 01 Apr 2020 08:32:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c5a36ab5-1d84-4d2d-8200-ed22e830af1e</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Can you check where this OP code comes from and what it means? That should give us some idea as to what is going on here.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FPGA connection with 52840 using QSPI interfce issue</title><link>https://devzone.nordicsemi.com/thread/242811?ContentTypeID=1</link><pubDate>Wed, 01 Apr 2020 01:25:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:455ead98-5722-47aa-971d-efaa9d138435</guid><dc:creator>peteryou</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;data defined as below:&lt;/p&gt;
&lt;p&gt;QSPI_TEST_DATA_SIZE = 512;&lt;/p&gt;
&lt;p&gt;for(int i =0;i &amp;lt; QSPI_TEST_DATA_SIZE;i++)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;my _tx_buf[i] = 0x55;&lt;/p&gt;
&lt;p&gt;it seemed that the read status reg opcode (0x05) is looping , no data were sent out.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FPGA connection with 52840 using QSPI interfce issue</title><link>https://devzone.nordicsemi.com/thread/241831?ContentTypeID=1</link><pubDate>Thu, 26 Mar 2020 12:40:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8168d22d-e830-4594-99ad-c8f4e17c3907</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;You need to use multiples of 4 bytes when you attempt to write using the function qspi_write function. What is this size set to in your application?&lt;/p&gt;
&lt;p&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>