<?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: CW10.1 code size info in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW10-1-code-size-info/m-p/190066#M4776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;CrasyCat. Now i can see all the info about the code size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Florijan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Mar 2011 20:14:27 GMT</pubDate>
    <dc:creator>Florijan</dc:creator>
    <dc:date>2011-03-11T20:14:27Z</dc:date>
    <item>
      <title>CW10.1 code size info</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW10-1-code-size-info/m-p/190062#M4772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to CW10.1. Where can I get the info about the code size of my program and/or sub programs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Florijan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 16:54:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW10-1-code-size-info/m-p/190062#M4772</guid>
      <dc:creator>Florijan</dc:creator>
      <dc:date>2011-03-10T16:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: CW10.1 code size info</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW10-1-code-size-info/m-p/190063#M4773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which MCU are you targeting (HC08, Coldfire, ...)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 22:42:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW10-1-code-size-info/m-p/190063#M4773</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2011-03-10T22:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: CW10.1 code size info</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW10-1-code-size-info/m-p/190064#M4774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am using Coldfire V1 and i will be using also s08 mcus.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;florijan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2011 02:33:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW10-1-code-size-info/m-p/190064#M4774</guid>
      <dc:creator>Florijan</dc:creator>
      <dc:date>2011-03-11T02:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: CW10.1 code size info</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW10-1-code-size-info/m-p/190065#M4775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would recommend you to take a look at the map file generated after linking.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are building code for Coldfire V1, look at the file with extension .xMAP generated in your build directory.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can see a section "&lt;FONT size="2"&gt;# Memory map&lt;/FONT&gt;" in there which shows start address and size of each section inside of your application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are building code for HCS08, look at the file with extension .map in your build directory&lt;/P&gt;&lt;P&gt;There is a section "&lt;FONT size="2"&gt;SECTION-ALLOCATION SECTION&lt;/FONT&gt;", where you can see the size of each section defined inside of the application.&lt;/P&gt;&lt;P&gt;At the end of this section you can see a summary of the amount of memory used for code and constants (READ_ONLY), or data and stack (READ_WRITE).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The .map file generated by HCS08 linker also provide information of total amount of code, constant &amp;nbsp;and data in a section called "&lt;FONT size="2"&gt;MODULE STATISTIC&lt;/FONT&gt;".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2011 17:58:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW10-1-code-size-info/m-p/190065#M4775</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2011-03-11T17:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: CW10.1 code size info</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW10-1-code-size-info/m-p/190066#M4776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;CrasyCat. Now i can see all the info about the code size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Florijan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2011 20:14:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW10-1-code-size-info/m-p/190066#M4776</guid>
      <dc:creator>Florijan</dc:creator>
      <dc:date>2011-03-11T20:14:27Z</dc:date>
    </item>
  </channel>
</rss>

