<?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>LPC MicrocontrollersのトピックRe: LPC4337 RAM</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4337-RAM/m-p/574308#M19002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Wed Mar 05 09:40:06 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;No, you cannot 'merge' the memory blocks into 1 single space. You have to use it in the configuration provided.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:57:27 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:57:27Z</dc:date>
    <item>
      <title>LPC4337 RAM</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4337-RAM/m-p/574305#M18999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by snovik on Tue Feb 25 12:47:31 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC4337 have some banks of RAM(RAM1, RAM2, ...). Is it possible to do so would these pieces were considered a single entity? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:57:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4337-RAM/m-p/574305#M18999</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4337 RAM</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4337-RAM/m-p/574306#M19000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by rocketdawg on Tue Feb 25 14:22:48 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: snovik&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;LPC4337 have some banks of RAM(RAM1, RAM2, ...). Is it possible to do so would these pieces were considered a single entity? &lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using both cores M4 and M0?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using core IPC?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you thinking of sharing data between the cores?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You probably should read UM10503 a bit more since there are performance and reasons that there are these separate RAM regions. &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:57:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4337-RAM/m-p/574306#M19000</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4337 RAM</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4337-RAM/m-p/574307#M19001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by snovik on Wed Mar 05 09:29:32 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: rocketdawg&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: snovik&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;LPC4337 have some banks of RAM(RAM1, RAM2, ...). Is it possible to do so would these pieces were considered a single entity? &lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;Are you using both cores M4 and M0?&lt;BR /&gt;Are you using core IPC?&lt;BR /&gt;Are you thinking of sharing data between the cores?&lt;BR /&gt;&lt;BR /&gt;You probably should read UM10503 a bit more since there are performance and reasons that there are these separate RAM regions.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I using one core.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need that to several locations RAM were as one, so that I could make one big array.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example: define uint8_t mas[65536]&amp;nbsp; _BSS(RAM1); &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At this writing I can not declare the array in Ram1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:57:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4337-RAM/m-p/574307#M19001</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4337 RAM</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4337-RAM/m-p/574308#M19002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Wed Mar 05 09:40:06 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;No, you cannot 'merge' the memory blocks into 1 single space. You have to use it in the configuration provided.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:57:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4337-RAM/m-p/574308#M19002</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4337 RAM</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4337-RAM/m-p/574309#M19003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by snovik on Wed Mar 05 10:52:57 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: TheFallGuy&lt;/STRONG&gt;&lt;BR /&gt;No, you cannot 'merge' the memory blocks into 1 single space. You have to use it in the configuration provided.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's a pity. Thanks for the answer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:57:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4337-RAM/m-p/574309#M19003</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:57:27Z</dc:date>
    </item>
  </channel>
</rss>

