<?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>i.MX ProcessorsのトピックEIM Memory location and Multi Buffer</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/EIM-Memory-location-and-Multi-Buffer/m-p/1650611#M205898</link>
    <description>&lt;P&gt;hello.&lt;BR /&gt;We are using imx6 and fpga connected by EIM bus.&lt;BR /&gt;When an interrupt occurs in the cpu, the data of CS0 is read from EIM Memory.&lt;BR /&gt;The structure is similar to the link below.&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/How-to-inteface-an-Xilinx-Artix-FPGA-to-the-imx6-dual-qud/m-p/357941" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/How-to-inteface-an-Xilinx-Artix-FPGA-to-the-imx6-dual-qud/m-p/357941&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We basically allocated CS0 as a 128M area.&lt;/P&gt;&lt;P&gt;I have a question.&lt;BR /&gt;1) Where is the physical location of this 128MB EIM memory?&lt;BR /&gt;Is it the internal memory of imx6 or the internal memory of fpga? Or is it external DDR memory?&lt;/P&gt;&lt;P&gt;2) We are using CS0 as a single buffer.&lt;BR /&gt;I want to use multi buffer like Ring buffer.&lt;BR /&gt;How do I start implementing it as a Ring buffer?&lt;BR /&gt;I would appreciate it if you could let me know the related application note or technical link.&lt;/P&gt;&lt;P&gt;Thank you so much, villager&lt;/P&gt;</description>
    <pubDate>Mon, 15 May 2023 23:57:31 GMT</pubDate>
    <dc:creator>villager</dc:creator>
    <dc:date>2023-05-15T23:57:31Z</dc:date>
    <item>
      <title>EIM Memory location and Multi Buffer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/EIM-Memory-location-and-Multi-Buffer/m-p/1650611#M205898</link>
      <description>&lt;P&gt;hello.&lt;BR /&gt;We are using imx6 and fpga connected by EIM bus.&lt;BR /&gt;When an interrupt occurs in the cpu, the data of CS0 is read from EIM Memory.&lt;BR /&gt;The structure is similar to the link below.&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/How-to-inteface-an-Xilinx-Artix-FPGA-to-the-imx6-dual-qud/m-p/357941" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/How-to-inteface-an-Xilinx-Artix-FPGA-to-the-imx6-dual-qud/m-p/357941&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We basically allocated CS0 as a 128M area.&lt;/P&gt;&lt;P&gt;I have a question.&lt;BR /&gt;1) Where is the physical location of this 128MB EIM memory?&lt;BR /&gt;Is it the internal memory of imx6 or the internal memory of fpga? Or is it external DDR memory?&lt;/P&gt;&lt;P&gt;2) We are using CS0 as a single buffer.&lt;BR /&gt;I want to use multi buffer like Ring buffer.&lt;BR /&gt;How do I start implementing it as a Ring buffer?&lt;BR /&gt;I would appreciate it if you could let me know the related application note or technical link.&lt;/P&gt;&lt;P&gt;Thank you so much, villager&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 23:57:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/EIM-Memory-location-and-Multi-Buffer/m-p/1650611#M205898</guid>
      <dc:creator>villager</dc:creator>
      <dc:date>2023-05-15T23:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: EIM Memory location and Multi Buffer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/EIM-Memory-location-and-Multi-Buffer/m-p/1652974#M206094</link>
      <description>&lt;P&gt;For the EIM details, please read the EIM chapter 22 in the RM.&lt;/P&gt;
&lt;H3 class="item-title"&gt;&lt;A id="relatedDocsClickPDF_1" class="dtmcustomrulelink" href="https://www.nxp.com/webapp/Download?colCode=IMX6DQRM" target="_blank" rel="noopener" data-dtmaction="Documentation Section - Results Link Click" data-dtmsubaction="i.MX 6Dual/6Quad Applications Processor Reference Manual - NXP - Reference Manual - English"&gt;&lt;SPAN&gt;i.MX 6Dual/6Quad Applications Processor Reference Manual&lt;/SPAN&gt;&lt;/A&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And you could find some examples from google search about access external memory on EIM.&lt;/P&gt;
&lt;P&gt;e.g.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.toradex.com/t/accessing-external-memory-bus-eim-on-imx6-via-memory-map/6831" target="_blank"&gt;https://community.toradex.com/t/accessing-external-memory-bus-eim-on-imx6-via-memory-map/6831&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.toradex.com/t/external-memory-bus-eim-on-imx6/6116" target="_blank"&gt;https://community.toradex.com/t/external-memory-bus-eim-on-imx6/6116&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 08:39:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/EIM-Memory-location-and-Multi-Buffer/m-p/1652974#M206094</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2023-05-18T08:39:06Z</dc:date>
    </item>
  </channel>
</rss>

