<?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>MPC5xxxのトピックRe: QSPI Peripheral reading Support</title>
    <link>https://community.nxp.com/t5/MPC5xxx/QSPI-Peripheral-reading-Support/m-p/1027543#M15399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks David for your support..!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Dec 2019 12:02:40 GMT</pubDate>
    <dc:creator>enggmahesh84</dc:creator>
    <dc:date>2019-12-20T12:02:40Z</dc:date>
    <item>
      <title>QSPI Peripheral reading Support</title>
      <link>https://community.nxp.com/t5/MPC5xxx/QSPI-Peripheral-reading-Support/m-p/1027539#M15395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am Using QSPI in MPC5606s micro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The register used to enable QUAD read and 4 byte burst[QUADSPI_0.ACR.R = 0x00A040EB;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I set the above register,I cannot able to read the data&amp;nbsp;sequentially.&lt;/P&gt;&lt;P&gt;4 byte burst is enabled after setting the above register,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First &amp;amp; second bytes are missing, third &amp;amp; four bytes able to read,fifth &amp;amp; six bytes are missing it is going on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2019 09:58:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/QSPI-Peripheral-reading-Support/m-p/1027539#M15395</guid>
      <dc:creator>enggmahesh84</dc:creator>
      <dc:date>2019-11-22T09:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: QSPI Peripheral reading Support</title>
      <link>https://community.nxp.com/t5/MPC5xxx/QSPI-Peripheral-reading-Support/m-p/1027540#M15396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I was checked some example code, where following setting has been shown:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #if QUAD_READ == 1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;/* enable quad reads */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;QUADSPI_0.LCR.R = 0x4; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;/* set LCR to 4 dummy cycles. Required for Spansion. */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;QUADSPI_0.ACR.R = 0x00A080eb; &amp;nbsp;&amp;nbsp; &amp;nbsp;/* Use Quad I/O reads - Command: 0xEB, Read Size:128bytes */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;#endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have it so?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2019 14:12:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/QSPI-Peripheral-reading-Support/m-p/1027540#M15396</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2019-11-29T14:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: QSPI Peripheral reading Support</title>
      <link>https://community.nxp.com/t5/MPC5xxx/QSPI-Peripheral-reading-Support/m-p/1027541#M15397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In My Controller(MPC5606S) LCR register is not avaliable..only ACR register is Present&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;After setting the register QUADSPI_0.ACR.R = 0x00A040eb; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;if I try to take memory dump, First data shifted 4bytes right.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Please suggest any other steps to read the data from QUADSPI..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f; "&gt;Please share any sample code for&amp;nbsp;&lt;A href="https://community.cypress.com/thread/50883?sr=inbox" style="color: #09367a; border: 0px; font-weight: bold; text-decoration: none;"&gt;S25FL064L&lt;/A&gt;(Manufacture-&amp;gt;Cypress) if available..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2019 14:58:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/QSPI-Peripheral-reading-Support/m-p/1027541#M15397</guid>
      <dc:creator>enggmahesh84</dc:creator>
      <dc:date>2019-12-02T14:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: QSPI Peripheral reading Support</title>
      <link>https://community.nxp.com/t5/MPC5xxx/QSPI-Peripheral-reading-Support/m-p/1027542#M15398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry, it was taken from example for MPC5645S, my fault.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below you may find initialization code for MPC5606S and S25FL064P device. Possible differences between S25FL064P and S25FL064L please consult with Cypress:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.cypress.com/" title="https://www.cypress.com/"&gt;https://www.cypress.com/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define qspi_wait_for_ICR_complete() &amp;nbsp;&amp;nbsp; &amp;nbsp;while(QUADSPI_0.SFMSR.B.BUSY)&lt;BR /&gt;#define qspi_get_receive_data() &amp;nbsp;&amp;nbsp; &amp;nbsp;(*(vuint32_t *)(0x87FFFFFC));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#ifdef SPECTRUM&lt;BR /&gt;void QSPI_Init( void&amp;nbsp; )&lt;BR /&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; uint32_t qspi_rx_data;&lt;BR /&gt;&amp;nbsp; SIU.PCR[PF10].R = 0x0A03;&lt;BR /&gt;&amp;nbsp; SIU.PCR[PF11].R = 0x0B03;&lt;BR /&gt;&amp;nbsp; SIU.PCR[PF12].R = 0x0203;&lt;BR /&gt;&amp;nbsp; SIU.GPDO[PF12].B.PDO = 1;&lt;BR /&gt;&amp;nbsp; SIU.PCR[PF13].R = 0x0703;&lt;BR /&gt;&amp;nbsp; SIU.PCR[PF14].R = 0x0703;&lt;BR /&gt;&amp;nbsp; SIU.PCR[PF15].R = 0x0603;&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; CGM.AC3_SC.B.SELCTL = 1; &amp;nbsp;&amp;nbsp; &amp;nbsp; //set QSPI clock as sysclk/2&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp; QUADSPI_0.MCR.R = 0x00000088;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; QUADSPI_0.ICR.R = 0x00010035;&lt;BR /&gt;&amp;nbsp; qspi_wait_for_ICR_complete();&lt;BR /&gt;&amp;nbsp; qspi_rx_data = qspi_get_receive_data();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if ((qspi_rx_data &amp;amp; 0xFF000000uL) != 0x02000000uL)&lt;BR /&gt;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SIU.PCR[PF11].R = 0x0203;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SIU.GPDO[PF11].B.PDO = 1;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; QUADSPI_0.ICR.R = 0x00000006;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; qspi_wait_for_ICR_complete();&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; QUADSPI_0.TBDR = 0x00020000;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; QUADSPI_0.ICR.R = 0x00020001;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; qspi_wait_for_ICR_complete();&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SIU.PCR[PF11].R = 0x0B03;&lt;BR /&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp; SIU.PCR[PF12].R = 0x0B03;&lt;/P&gt;&lt;P&gt;&amp;nbsp; QUADSPI_0.ACR.R = 0x000040EB;&lt;BR /&gt;}&lt;BR /&gt;#else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2019 14:12:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/QSPI-Peripheral-reading-Support/m-p/1027542#M15398</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2019-12-09T14:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: QSPI Peripheral reading Support</title>
      <link>https://community.nxp.com/t5/MPC5xxx/QSPI-Peripheral-reading-Support/m-p/1027543#M15399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks David for your support..!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2019 12:02:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/QSPI-Peripheral-reading-Support/m-p/1027543#M15399</guid>
      <dc:creator>enggmahesh84</dc:creator>
      <dc:date>2019-12-20T12:02:40Z</dc:date>
    </item>
  </channel>
</rss>

