<?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 Synchronous Burst Mode in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Synchronous-Burst-Mode/m-p/424388#M64171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am access FPGA connected over EIM interface in iMX6 Sabre-SDB.&lt;/P&gt;&lt;P&gt;The EIM registers are configured as follows:&lt;/P&gt;&lt;P&gt;EIM_CSnGCR1 : 1191503f&lt;/P&gt;&lt;P&gt;EIM_CSnGCR2 : 1002&lt;/P&gt;&lt;P&gt;EIM_CSnRCR1 : 7101111&lt;/P&gt;&lt;P&gt;EIM_CSnRCR2 : 1c&lt;/P&gt;&lt;P&gt;EIM_CSnWCR1 : 6209249&lt;/P&gt;&lt;P&gt;EIM_CSnWCR2 : 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i tried to long read (using readl), burst read is not happening. Instead sequential reads are happening. In short, the address gets incremented and sequential 16-bit read occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I observed this behavior using logic analyzer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know, if the configuration above is correct(for synchronous burst read in multiplexed mode) ?&lt;/P&gt;&lt;P&gt;What else am i missing?&lt;/P&gt;&lt;P&gt;Is there any sample code for synchronous burst read?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dasnavis Sabiya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2015 10:26:32 GMT</pubDate>
    <dc:creator>dasnavissabiya</dc:creator>
    <dc:date>2015-09-30T10:26:32Z</dc:date>
    <item>
      <title>Synchronous Burst Mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Synchronous-Burst-Mode/m-p/424388#M64171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am access FPGA connected over EIM interface in iMX6 Sabre-SDB.&lt;/P&gt;&lt;P&gt;The EIM registers are configured as follows:&lt;/P&gt;&lt;P&gt;EIM_CSnGCR1 : 1191503f&lt;/P&gt;&lt;P&gt;EIM_CSnGCR2 : 1002&lt;/P&gt;&lt;P&gt;EIM_CSnRCR1 : 7101111&lt;/P&gt;&lt;P&gt;EIM_CSnRCR2 : 1c&lt;/P&gt;&lt;P&gt;EIM_CSnWCR1 : 6209249&lt;/P&gt;&lt;P&gt;EIM_CSnWCR2 : 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i tried to long read (using readl), burst read is not happening. Instead sequential reads are happening. In short, the address gets incremented and sequential 16-bit read occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I observed this behavior using logic analyzer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know, if the configuration above is correct(for synchronous burst read in multiplexed mode) ?&lt;/P&gt;&lt;P&gt;What else am i missing?&lt;/P&gt;&lt;P&gt;Is there any sample code for synchronous burst read?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dasnavis Sabiya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 10:26:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Synchronous-Burst-Mode/m-p/424388#M64171</guid>
      <dc:creator>dasnavissabiya</dc:creator>
      <dc:date>2015-09-30T10:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronous Burst Mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Synchronous-Burst-Mode/m-p/424389#M64172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dasnavis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EIM does not produce burst from multiple single reads, master&lt;/P&gt;&lt;P&gt;should produce burst (for example from arm using ldm/stm instructions or&lt;/P&gt;&lt;P&gt;sdma transfer). Conditions for burst termination are given in&lt;/P&gt;&lt;P&gt;sect.22.5.3 Burst Mode (Synchronous) Memory Operation&lt;/P&gt;&lt;P&gt;i.MX6DQ Reference Manual (rev.2&amp;nbsp; 7/2014)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6DQRM.pdf" rel="nofollow"&gt;http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6DQRM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As example one can look at attached i.MX53 tests, seems settings&lt;/P&gt;&lt;P&gt;can be reused for i.MX6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 11:35:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Synchronous-Burst-Mode/m-p/424389#M64172</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-09-30T11:35:09Z</dc:date>
    </item>
  </channel>
</rss>

