<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MC56F84786 Continous Clock during data receive on SPI in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/MC56F84786-Continous-Clock-during-data-receive-on-SPI/m-p/1754544#M20027</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The SPI timing is correct, based on SPI protocol, the SCK pin clock is NOT continuous.&amp;nbsp; In detail, when the /CS is high, this is not data transfer process, the SCK clock disappears, when the /CS is low, this is the data transfer process, the SCK clock appears.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
    <pubDate>Thu, 09 Nov 2023 01:50:08 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2023-11-09T01:50:08Z</dc:date>
    <item>
      <title>MC56F84786 Continous Clock during data receive on SPI</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MC56F84786-Continous-Clock-during-data-receive-on-SPI/m-p/1754306#M20018</link>
      <description>&lt;P&gt;Dear Mr. and Mrs.,&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i check results on Logic analyzer, SPI clock of MC56F84786 is not continous. I have attached results on message. When i worked with other brands microcontrollers, they have tranmit and receive functionality in one function. But When I checked Codewarriors IDE, it doesn’t Show any kind of function on Auto generated method section. Due to this reason, i implemented function like that by using seperate transmit and receive functions. As following PDF i send 0x92 and 3 byte 0x00. After sending each byte, I try to read response on SPI by using readbyte function. But during reading data, clock is not continous. When i check NXP community, some of microcontrollers family has continous clock for SPI. Is there solution for continous clock of&amp;nbsp;&lt;SPAN&gt;MC56F84786. Thanks in advance for your precious supports.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sidar.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 15:36:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MC56F84786-Continous-Clock-during-data-receive-on-SPI/m-p/1754306#M20018</guid>
      <dc:creator>20Sidar04</dc:creator>
      <dc:date>2023-11-08T15:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: MC56F84786 Continous Clock during data receive on SPI</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MC56F84786-Continous-Clock-during-data-receive-on-SPI/m-p/1754544#M20027</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The SPI timing is correct, based on SPI protocol, the SCK pin clock is NOT continuous.&amp;nbsp; In detail, when the /CS is high, this is not data transfer process, the SCK clock disappears, when the /CS is low, this is the data transfer process, the SCK clock appears.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 01:50:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MC56F84786-Continous-Clock-during-data-receive-on-SPI/m-p/1754544#M20027</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2023-11-09T01:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: MC56F84786 Continous Clock during data receive on SPI</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MC56F84786-Continous-Clock-during-data-receive-on-SPI/m-p/1754646#M20030</link>
      <description>&lt;P&gt;I mentioned about continous clock during Chip select low.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 04:44:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MC56F84786-Continous-Clock-during-data-receive-on-SPI/m-p/1754646#M20030</guid>
      <dc:creator>20Sidar04</dc:creator>
      <dc:date>2023-11-09T04:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: MC56F84786 Continous Clock during data receive on SPI</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MC56F84786-Continous-Clock-during-data-receive-on-SPI/m-p/1754661#M20031</link>
      <description>&lt;P&gt;For example, In the following SPI diagram, clock is continous during all the data transfer.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 05:12:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MC56F84786-Continous-Clock-during-data-receive-on-SPI/m-p/1754661#M20031</guid>
      <dc:creator>20Sidar04</dc:creator>
      <dc:date>2023-11-09T05:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: MC56F84786 Continous Clock during data receive on SPI</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MC56F84786-Continous-Clock-during-data-receive-on-SPI/m-p/1754753#M20032</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The SPI of MC56F847xx is called queued spi instead of quad spi, the quadSPI interface can communicate with quad flash, but the queued spi of MC56F847xx is a normal spi, it has different timing from that of quad spi.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Xiangjun Rong&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 07:40:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MC56F84786-Continous-Clock-during-data-receive-on-SPI/m-p/1754753#M20032</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2023-11-09T07:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: MC56F84786 Continous Clock during data receive on SPI</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MC56F84786-Continous-Clock-during-data-receive-on-SPI/m-p/1754757#M20033</link>
      <description>But as following picture show SPI with CS,CLK, DATA input and Data output. In addition, I use normal SPI interface of Flash not Quad SPI interface.</description>
      <pubDate>Thu, 09 Nov 2023 07:46:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MC56F84786-Continous-Clock-during-data-receive-on-SPI/m-p/1754757#M20033</guid>
      <dc:creator>20Sidar04</dc:creator>
      <dc:date>2023-11-09T07:46:58Z</dc:date>
    </item>
  </channel>
</rss>

