<?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 lpc4357 IPC Blinky example in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4357-IPC-Blinky-example/m-p/576319#M19414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pgeloso on Tue Mar 31 02:31:46 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using LPC4357 ea Board with LPCXpresso v7 and I'm running the dual core example&amp;nbsp; dc_sa_blinky/dc_sa_blinky_m0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Reading the code of the m0 I see something that I don't understand about this IPC communication example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The dimension of the SRAM assigned to m0 in MCU Settings is 32KB (while I expect it should be 40KB):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SRAM start 0x1008.0000, size 0x8000.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the code the m0 will access the SRAM starting&amp;nbsp; from the absolute address &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define SHARED_MEM_M0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x10089F80 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that is beyond the SRAM limit defined for the m0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you help me to understand this point?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pietro&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:00:55 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:00:55Z</dc:date>
    <item>
      <title>lpc4357 IPC Blinky example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4357-IPC-Blinky-example/m-p/576319#M19414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pgeloso on Tue Mar 31 02:31:46 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using LPC4357 ea Board with LPCXpresso v7 and I'm running the dual core example&amp;nbsp; dc_sa_blinky/dc_sa_blinky_m0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Reading the code of the m0 I see something that I don't understand about this IPC communication example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The dimension of the SRAM assigned to m0 in MCU Settings is 32KB (while I expect it should be 40KB):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SRAM start 0x1008.0000, size 0x8000.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the code the m0 will access the SRAM starting&amp;nbsp; from the absolute address &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define SHARED_MEM_M0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x10089F80 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that is beyond the SRAM limit defined for the m0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you help me to understand this point?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pietro&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:00:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4357-IPC-Blinky-example/m-p/576319#M19414</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: lpc4357 IPC Blinky example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4357-IPC-Blinky-example/m-p/576320#M19415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by xianghuiwang on Wed Apr 01 18:40:18 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Pietro,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Both cores can access entire SRAM space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The defines for SHARED memory is used for IPC communication.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The MCU setting defines the memory regions only. It does not define which core uses which memory. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:00:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc4357-IPC-Blinky-example/m-p/576320#M19415</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:00:56Z</dc:date>
    </item>
  </channel>
</rss>

