<?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>LPCXpresso IDEのトピックRe: Flash and RAM usage of LPC824</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Flash-and-RAM-usage-of-LPC824/m-p/550300#M11375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Mon Mar 09 02:37:00 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Information on application sizes can be found in:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Fapplication-flash-ram-size" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/application-flash-ram-size&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The LPCOpen examples have not been created with minimal code size as a primary objective. Thus the examples do pull in more code than may be required in some circumstances.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;They also tend to link with the Redlib (Nohost) C library, which many examples do not strictly require. One very easy way to quickly reduce the code size is thus to modify the C library variant that is used to Redlib (None). For details of how to do this, please see:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Fswitching-selected-c-library" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/switching-selected-c-library&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Doing this here reduces the size of the 824 blinky example thus:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;Debug
&amp;nbsp;&amp;nbsp; 4428&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; 132&amp;nbsp;&amp;nbsp; 4560&amp;nbsp;&amp;nbsp; 11d0periph_blinky.axf

Release
&amp;nbsp;&amp;nbsp; 2292&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; 132&amp;nbsp;&amp;nbsp; 2424&amp;nbsp;&amp;nbsp;&amp;nbsp; 978periph_blinky.axf&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso Support&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:27:59 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:27:59Z</dc:date>
    <item>
      <title>Flash and RAM usage of LPC824</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Flash-and-RAM-usage-of-LPC824/m-p/550299#M11374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by vddvss on Fri Mar 06 16:02:00 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi I am an absolute beginner with LPCXpresso. I have reasonable experience in programming 8 bit controllers in C (Microchip) and finally I decide to take the leap into the present with NXP's Cortex M0 processors, as a possible candidate to substitute the current 8 bit processors for relative simple tasks. The first thing I did is I bought the LPCXpresso 824 MAX board to experiment with. I plan to use LPCXpresso IDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now the firs thing is that I have downloaded the LPCOpen package for the 824, and took a look into the programs, and tried to compile them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The question is: did I interpret the following lines:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; text&amp;nbsp;&amp;nbsp; data&amp;nbsp;&amp;nbsp;&amp;nbsp; bss&amp;nbsp;&amp;nbsp;&amp;nbsp; dec&amp;nbsp;&amp;nbsp;&amp;nbsp; hexfilename&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; 4196&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; 468&amp;nbsp;&amp;nbsp; 4664&amp;nbsp;&amp;nbsp; 1238periph_blinky.axf&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;of the preipheral blinky example project right, by thinking: the program consumes 4196 bytes of code (almost 13%) out of the possible 32768 bytes when built in Release mode?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In Debug build, the same is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; text&amp;nbsp;&amp;nbsp; data&amp;nbsp;&amp;nbsp;&amp;nbsp; bss&amp;nbsp;&amp;nbsp;&amp;nbsp; dec&amp;nbsp;&amp;nbsp;&amp;nbsp; hexfilename&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; 6536&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; 468&amp;nbsp;&amp;nbsp; 7004&amp;nbsp;&amp;nbsp; 1b5cperiph_blinky.axf&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The debug build is almost 20% of the available "program memory"? This I find to be too much (coming from the world of 8 bit Microchip controllers, where similar functionality - blinky - could be realized just by a few 10's of lines).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for anyone's feedback!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:27:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Flash-and-RAM-usage-of-LPC824/m-p/550299#M11374</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Flash and RAM usage of LPC824</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Flash-and-RAM-usage-of-LPC824/m-p/550300#M11375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Mon Mar 09 02:37:00 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Information on application sizes can be found in:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Fapplication-flash-ram-size" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/application-flash-ram-size&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The LPCOpen examples have not been created with minimal code size as a primary objective. Thus the examples do pull in more code than may be required in some circumstances.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;They also tend to link with the Redlib (Nohost) C library, which many examples do not strictly require. One very easy way to quickly reduce the code size is thus to modify the C library variant that is used to Redlib (None). For details of how to do this, please see:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Fswitching-selected-c-library" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/switching-selected-c-library&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Doing this here reduces the size of the 824 blinky example thus:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;Debug
&amp;nbsp;&amp;nbsp; 4428&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; 132&amp;nbsp;&amp;nbsp; 4560&amp;nbsp;&amp;nbsp; 11d0periph_blinky.axf

Release
&amp;nbsp;&amp;nbsp; 2292&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; 132&amp;nbsp;&amp;nbsp; 2424&amp;nbsp;&amp;nbsp;&amp;nbsp; 978periph_blinky.axf&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso Support&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:27:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Flash-and-RAM-usage-of-LPC824/m-p/550300#M11375</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Flash and RAM usage of LPC824</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Flash-and-RAM-usage-of-LPC824/m-p/550301#M11376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by vddvss on Tue Mar 10 14:56:04 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much for the clarification!&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:28:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Flash-and-RAM-usage-of-LPC824/m-p/550301#M11376</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:28:00Z</dc:date>
    </item>
  </channel>
</rss>

