<?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: K70 internal RAM size in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K70-internal-RAM-size/m-p/420564#M24049</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You completely help solved my question.&lt;/P&gt;&lt;P&gt;The icf file is from Freescale USB stack v4.1.1, not sure you have already updated it or not in 5.0 version. Thank you any way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Aug 2015 02:56:58 GMT</pubDate>
    <dc:creator>jeffgu</dc:creator>
    <dc:date>2015-08-08T02:56:58Z</dc:date>
    <item>
      <title>K70 internal RAM size</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K70-internal-RAM-size/m-p/420562#M24047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone tell me what is the size of K70 RAM. I got confused by 2 different explanation.&lt;/P&gt;&lt;P&gt;From the datasheet, it is said 128KB as pasted below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="捕获.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/55601i136190878754FE2B/image-size/large?v=v2&amp;amp;px=999" role="button" title="捕获.JPG" alt="捕获.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way&amp;nbsp; is from icf file, from the file, it seems that it is 64KB.&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #C6C6C6;" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;MK70FN1M0_RAM.icf&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;&lt;P&gt;/*-Memory Regions-*/&lt;/P&gt;&lt;P&gt;define symbol __ICFEDIT_region_ROM_start__&amp;nbsp;&amp;nbsp; = 0x00000000;&lt;/P&gt;&lt;P&gt;define symbol __ICFEDIT_region_ROM_end__&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0x0007FFFF;&lt;/P&gt;&lt;P&gt;define symbol __ICFEDIT_region_RAM_start__&amp;nbsp;&amp;nbsp; = 0x20000000;&lt;/P&gt;&lt;P&gt;define symbol __ICFEDIT_region_RAM_end__&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0x2000FFFF;&lt;/P&gt;&lt;P&gt;/*-Sizes-*/&lt;/P&gt;&lt;P&gt;define symbol __ICFEDIT_size_cstack__&amp;nbsp;&amp;nbsp; = 0x4000;&lt;/P&gt;&lt;P&gt;define symbol __ICFEDIT_size_heap__&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0x4000;&lt;/P&gt;&lt;P&gt;/**** End of ICF editor section. ###ICF###*/&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what is the real size?&lt;/P&gt;&lt;P&gt;Presently I'm usng the MK70FX512VMJ12.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 08:25:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K70-internal-RAM-size/m-p/420562#M24047</guid>
      <dc:creator>jeffgu</dc:creator>
      <dc:date>2015-08-07T08:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: K70 internal RAM size</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K70-internal-RAM-size/m-p/420563#M24048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All K70s have 128k - to be absolutely sure, always check the orderable parts in the respective user's manual:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/50878i00832D1860172E56/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I don't know where you got the linker script file from but it is only allocating the RAM_U (0x20000000..0x2000ffff) and not RAM_L (0x1fff0000..0x1fffffff).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally&lt;/P&gt;&lt;P&gt;define symbol __ICFEDIT_region_RAM_start__&amp;nbsp;&amp;nbsp; = 0x1fff0000;&lt;/P&gt;&lt;P&gt;define symbol __ICFEDIT_region_RAM_end__&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0x2000FFFF;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is correct but it may be that only half of the RAM is being used due to worries about the fact that there is a restriction when accessing data in both RAM_L and RAM_U (burst accesses can't occur across the 0x20000000) but this is a very specific case and usually one can just use it as if it were a single block of memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kinetis: &lt;A href="http://www.utasker.com/kinetis.html" title="http://www.utasker.com/kinetis.html"&gt;µTasker Kinetis support&lt;/A&gt; &lt;/P&gt;&lt;P&gt;K70: &lt;A href="http://www.utasker.com/kinetis/TWR-K70F120M.html" title="http://www.utasker.com/kinetis/TWR-K70F120M.html"&gt;µTasker Kinetis TWR-K70F120M support&lt;/A&gt;&amp;nbsp; / &lt;A href="http://www.utasker.com/kinetis/EMCRAFT_K70F120M.html" title="http://www.utasker.com/kinetis/EMCRAFT_K70F120M.html"&gt;µTasker EMCRAFT K70F120M support&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;For the complete "out-of-the-box" Kinetis experience and faster time to market &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 22:30:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K70-internal-RAM-size/m-p/420563#M24048</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2015-08-07T22:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: K70 internal RAM size</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K70-internal-RAM-size/m-p/420564#M24049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You completely help solved my question.&lt;/P&gt;&lt;P&gt;The icf file is from Freescale USB stack v4.1.1, not sure you have already updated it or not in 5.0 version. Thank you any way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Aug 2015 02:56:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K70-internal-RAM-size/m-p/420564#M24049</guid>
      <dc:creator>jeffgu</dc:creator>
      <dc:date>2015-08-08T02:56:58Z</dc:date>
    </item>
  </channel>
</rss>

