<?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: LPC4350 dual-core application  in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC4350-dual-core-application/m-p/576030#M22567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by oprata on Mon Oct 13 13:52:04 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello Folks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I made a very small dual-core application with LPCXpresso. And it works fine. But my dual-core application, I don't&amp;nbsp; add any inter process communication. I would like to know where I could find any information about it. At AN11177 I found information about Inter Process Communication, but it isn't so clear. Do you have any step-by-step instruction about how can I build Inter Process Communication Application? Please look attach file, this is simple dual-core application. I used LPCXpresso 7.4 version.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:56:38 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:56:38Z</dc:date>
    <item>
      <title>LPC4350 dual-core application</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC4350-dual-core-application/m-p/576027#M22564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by oprata on Fri Oct 10 11:10:38 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello Folks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to know if someone could help me to build a simple dual-core application for LPC4350. I found an application notes (AN11177) from NXP that could be used. But the code were wrote for Keil not for LPCXpresso. Does anybody know how can I translate the code wrote for Keil to LPCXpresso? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:56:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC4350-dual-core-application/m-p/576027#M22564</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4350 dual-core application</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC4350-dual-core-application/m-p/576028#M22565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Sat Oct 11 00:32:21 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso LPC43xx dual core project mechanism is described at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Flpc43xx-multicore-apps" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/lpc43xx-multicore-apps&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If using LPCOpen, you should also read their FAQ on the supplied multicore projects - as these don't yet fully use the functionality provided by the IDE:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Fhow-run-multicore-examples-provided-lpcopen-lpc43xx-packages" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/how-run-multicore-examples-provided-lpcopen-lpc43xx-packages&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso Support&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:56:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC4350-dual-core-application/m-p/576028#M22565</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4350 dual-core application</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC4350-dual-core-application/m-p/576029#M22566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by oprata on Mon Oct 13 13:52:01 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello Folks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I made a very small dual-core application with LPCXpresso. And it works fine. But my dual-core application, I don't&amp;nbsp; add any inter process communication. I would like to know where I could find any information about it. At AN11177 I found information about Inter Process Communication, but it isn't so clear. Do you have any step-by-step instruction about how can I build Inter Process Communication Application? Please look attach file, this is simple dual-core application. I used LPCXpresso 7.4 version.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:56:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC4350-dual-core-application/m-p/576029#M22566</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4350 dual-core application</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC4350-dual-core-application/m-p/576030#M22567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by oprata on Mon Oct 13 13:52:04 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello Folks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I made a very small dual-core application with LPCXpresso. And it works fine. But my dual-core application, I don't&amp;nbsp; add any inter process communication. I would like to know where I could find any information about it. At AN11177 I found information about Inter Process Communication, but it isn't so clear. Do you have any step-by-step instruction about how can I build Inter Process Communication Application? Please look attach file, this is simple dual-core application. I used LPCXpresso 7.4 version.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:56:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC4350-dual-core-application/m-p/576030#M22567</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4350 dual-core application</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC4350-dual-core-application/m-p/576031#M22568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Tue Oct 14 00:04:49 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;There are multicore examples using the IPC within the LPCOpen bundles for the LPC43xx family (e.g. dc_sa_blinky and dc_sa_blinky_mo, with dc = dual core). I suggest that you look at these in combination with the LPC43xx user manual and the apps note you have already found.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso Support&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:56:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC4350-dual-core-application/m-p/576031#M22568</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:56:38Z</dc:date>
    </item>
  </channel>
</rss>

