<?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: Memory map LPC55S66</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Memory-map-LPC55S66/m-p/964830#M38194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom,&lt;/P&gt;&lt;P&gt;This issue will be fixed in next SDK release.&amp;nbsp;SDK_2.6.3_LPC55S66&lt;/P&gt;&lt;P&gt;The correct memory region definition should be:&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;MEMORY
&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
 &lt;SPAN class="comment token"&gt;/* Define each memory region */&lt;/SPAN&gt;
 PROGRAM_FLASH &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;rx&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; ORIGIN &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; LENGTH &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x40000&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;/* 256K bytes (alias Flash) */&lt;/SPAN&gt; 
 SRAM &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;rwx&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; ORIGIN &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x20000000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; LENGTH &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x18000&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;/* 96K bytes (alias RAM) */&lt;/SPAN&gt; 
 SRAMX &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;rwx&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; ORIGIN &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x4000000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; LENGTH &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x8000&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;/* 32K bytes (alias RAM2) */&lt;/SPAN&gt; 
 USB_RAM &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;rwx&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; ORIGIN &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x40100000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; LENGTH &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x4000&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;/* 16K bytes (alias RAM3) */&lt;/SPAN&gt; 
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day,&lt;/P&gt;&lt;P&gt;Jun Zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Sep 2019 02:37:19 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2019-09-10T02:37:19Z</dc:date>
    <item>
      <title>Memory map LPC55S66</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Memory-map-LPC55S66/m-p/964825#M38189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the LPC55S66 since only this one is available in revision 1B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I'm looking for the difference in flash and SRAM allocation but can't seem to find any good information on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SDK shows the same memory sizes as for the LPC55S69 and the Datasheet/UserManual only seem to cover the LPC55S69.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where can I find the info to generate a correct linker file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried using the examples from the LPC55S69 in the LPC55S66 but they don't seem to work. Could this be due to the incorrect linker file. I've always assumed that this would only give problems as soon as the memories used exceeded the available memory.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2019 13:10:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Memory-map-LPC55S66/m-p/964825#M38189</guid>
      <dc:creator>dingelen</dc:creator>
      <dc:date>2019-08-23T13:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Memory map LPC55S66</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Memory-map-LPC55S66/m-p/964826#M38190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to download the SDK for the LPC55s66 device.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/89361i249F5913FFECB27E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps, &lt;BR /&gt;Have a great day,&lt;BR /&gt;Sol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2019 18:10:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Memory-map-LPC55S66/m-p/964826#M38190</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2019-08-26T18:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Memory map LPC55S66</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Memory-map-LPC55S66/m-p/964827#M38191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soledad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was already using this SDK and noticed that these values weren't the same as in the user manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Aantekening 2019-08-29 095718.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/82135i96BABD55D04B72DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Aantekening 2019-08-29 095718.png" alt="Aantekening 2019-08-29 095718.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As you can see it's 256kB and 144kB. Not 320kB and 176kB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 07:58:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Memory-map-LPC55S66/m-p/964827#M38191</guid>
      <dc:creator>dingelen</dc:creator>
      <dc:date>2019-08-29T07:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Memory map LPC55S66</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Memory-map-LPC55S66/m-p/964828#M38192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am verifying this information, I will update as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Soledad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2019 16:44:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Memory-map-LPC55S66/m-p/964828#M38192</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2019-08-30T16:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Memory map LPC55S66</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Memory-map-LPC55S66/m-p/964829#M38193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soledad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any news on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2019 08:27:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Memory-map-LPC55S66/m-p/964829#M38193</guid>
      <dc:creator>dingelen</dc:creator>
      <dc:date>2019-09-09T08:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Memory map LPC55S66</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Memory-map-LPC55S66/m-p/964830#M38194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom,&lt;/P&gt;&lt;P&gt;This issue will be fixed in next SDK release.&amp;nbsp;SDK_2.6.3_LPC55S66&lt;/P&gt;&lt;P&gt;The correct memory region definition should be:&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;MEMORY
&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
 &lt;SPAN class="comment token"&gt;/* Define each memory region */&lt;/SPAN&gt;
 PROGRAM_FLASH &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;rx&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; ORIGIN &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; LENGTH &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x40000&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;/* 256K bytes (alias Flash) */&lt;/SPAN&gt; 
 SRAM &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;rwx&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; ORIGIN &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x20000000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; LENGTH &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x18000&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;/* 96K bytes (alias RAM) */&lt;/SPAN&gt; 
 SRAMX &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;rwx&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; ORIGIN &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x4000000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; LENGTH &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x8000&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;/* 32K bytes (alias RAM2) */&lt;/SPAN&gt; 
 USB_RAM &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;rwx&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; ORIGIN &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x40100000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; LENGTH &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0x4000&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;/* 16K bytes (alias RAM3) */&lt;/SPAN&gt; 
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day,&lt;/P&gt;&lt;P&gt;Jun Zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2019 02:37:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Memory-map-LPC55S66/m-p/964830#M38194</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2019-09-10T02:37:19Z</dc:date>
    </item>
  </channel>
</rss>

