<?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: Inter core communication in Vybrid Processors</title>
    <link>https://community.nxp.com/t5/Vybrid-Processors/Inter-core-communication/m-p/807221#M5928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jack for your reply. I've been playing around with the MCC stuff and it seems to work. Still experimenting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Oct 2018 01:10:53 GMT</pubDate>
    <dc:creator>ogj</dc:creator>
    <dc:date>2018-10-26T01:10:53Z</dc:date>
    <item>
      <title>Inter core communication</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Inter-core-communication/m-p/807215#M5922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using a Vybrid processor (A5 + M4). I need to pass data from the M4 to the A5 core in DDR memory. I can't simply write to a memory space using the M4 and have the A5 read the same space because the A5 data is cached. The A5 would know nothing about the new data. Is there a way to accomplish this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 01:47:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Inter-core-communication/m-p/807215#M5922</guid>
      <dc:creator>ogj</dc:creator>
      <dc:date>2018-09-28T01:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Inter core communication</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Inter-core-communication/m-p/807216#M5923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look into MCC (MultiCore Communication). If you are using Linux on the A5, there is a driver for that. If you are using MQX on the M4, there is a library for that, too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MCC, out of the box, doesn't use DDR. It uses part of the on-chip dual-port memory. If you want to use DDR, you'll have to modify the sources for that on both sides.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 19:35:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Inter-core-communication/m-p/807216#M5923</guid>
      <dc:creator>jackblather</dc:creator>
      <dc:date>2018-09-28T19:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Inter core communication</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Inter-core-communication/m-p/807217#M5924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I looked through the Vybrid Reference manual (V9) and the MQX RM (V 19 MQX V 4.02) and neither has any mention of dual-ported memory or MCC. Is the dual-ported memory made up using software, or is there an actual hardware dual-port memory hidden somewhere?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Sep 2018 15:52:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Inter-core-communication/m-p/807217#M5924</guid>
      <dc:creator>ogj</dc:creator>
      <dc:date>2018-09-29T15:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Inter core communication</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Inter-core-communication/m-p/807218#M5925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since there has been no real answer to this question, I have to assume that there is no reasonable way for the A5 core and M4 cores to talk to each other short of going through some peripheral (such as a UART or SPI port). Sad that no form of non-cached common memory was designed in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 05:27:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Inter-core-communication/m-p/807218#M5925</guid>
      <dc:creator>ogj</dc:creator>
      <dc:date>2018-10-10T05:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Inter core communication</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Inter-core-communication/m-p/807219#M5926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A shipping product that I developed depends on this Vybrid feature. It works well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 15:54:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Inter-core-communication/m-p/807219#M5926</guid>
      <dc:creator>jackblather</dc:creator>
      <dc:date>2018-10-10T15:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Inter core communication</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Inter-core-communication/m-p/807220#M5927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I finally found the documentation on MCC in the doc/mcc directory. I'm running MQX on both the A5 and M4 cores. I'm assuming that MCC will still work in this case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 16:38:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Inter-core-communication/m-p/807220#M5927</guid>
      <dc:creator>ogj</dc:creator>
      <dc:date>2018-10-11T16:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Inter core communication</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Inter-core-communication/m-p/807221#M5928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jack for your reply. I've been playing around with the MCC stuff and it seems to work. Still experimenting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2018 01:10:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Inter-core-communication/m-p/807221#M5928</guid>
      <dc:creator>ogj</dc:creator>
      <dc:date>2018-10-26T01:10:53Z</dc:date>
    </item>
  </channel>
</rss>

