<?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: Code build memory consumption in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Code-build-memory-consumption/m-p/548768#M10686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by karthik.s on Mon Aug 02 00:26:36 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Jesse.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 22:07:43 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T22:07:43Z</dc:date>
    <item>
      <title>Code build memory consumption</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Code-build-memory-consumption/m-p/548764#M10682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by karthik.s on Wed Jul 28 00:17:04 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;After a code is built,how and where can i find out the amount of Flash memory occupied by Stack and Program code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to identify the amount of heap memory available?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:07:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Code-build-memory-consumption/m-p/548764#M10682</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Code build memory consumption</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Code-build-memory-consumption/m-p/548765#M10683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Wed Jul 28 01:10:40 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;At the end of a build, the size of code, data and bss is displayed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Flash = code+data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RAM = data+ bss&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no way to determine the amount of stack used. The stack used depends on:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- how many nested functions are called&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- how much recursion you use&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- how many nested interrupts can occur&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- how any locals you use in each function&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- etc&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, but this is not something that we can tell you - you have to work it out yourself. Did you try the example provided by NXP? That will give you an *ESTIMATE* of your stack usage.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:07:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Code-build-memory-consumption/m-p/548765#M10683</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Code build memory consumption</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Code-build-memory-consumption/m-p/548766#M10684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by karthik.s on Wed Jul 28 01:18:15 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the info.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:07:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Code-build-memory-consumption/m-p/548766#M10684</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Code build memory consumption</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Code-build-memory-consumption/m-p/548767#M10685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Jesse.Rosenberg on Fri Jul 30 10:18:12 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You may find the example&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]&lt;/SPAN&gt;&lt;A href="http://http://ics.nxp.com/support/lpcxpresso/zip/examples.stack.usage.lpc11xx.zip"&gt;Monitor Stack Usage Example V1.1 (Jul 14, 2010)&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;[/LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at ( &lt;/SPAN&gt;&lt;A href="http://"&gt;http://ics.nxp.com/support/lpcxpresso/&lt;/A&gt;&lt;SPAN&gt; ) useful in measuring Stack/Heap usage.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:07:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Code-build-memory-consumption/m-p/548767#M10685</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Code build memory consumption</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Code-build-memory-consumption/m-p/548768#M10686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by karthik.s on Mon Aug 02 00:26:36 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Jesse.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:07:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Code-build-memory-consumption/m-p/548768#M10686</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:07:43Z</dc:date>
    </item>
  </channel>
</rss>

