<?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>CodeWarrior for MCUのトピックFlash Down load Size</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Flash-Down-load-Size/m-p/265043#M10022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There must be an easier way.&amp;nbsp; How can I see the number of bytes the final program occupies in the flash memory without downloading it or getting out my calculator and viewing the s19 file.&amp;nbsp;&amp;nbsp; Right now the only clean way seems to be monitor the progress window when it is downloading.&amp;nbsp; I am not always connected to my development board so there must be a better /easier way.&amp;nbsp; Code Warrior 10.2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2013 03:53:38 GMT</pubDate>
    <dc:creator>SecondTechCo</dc:creator>
    <dc:date>2013-02-20T03:53:38Z</dc:date>
    <item>
      <title>Flash Down load Size</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Flash-Down-load-Size/m-p/265043#M10022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There must be an easier way.&amp;nbsp; How can I see the number of bytes the final program occupies in the flash memory without downloading it or getting out my calculator and viewing the s19 file.&amp;nbsp;&amp;nbsp; Right now the only clean way seems to be monitor the progress window when it is downloading.&amp;nbsp; I am not always connected to my development board so there must be a better /easier way.&amp;nbsp; Code Warrior 10.2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 03:53:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Flash-Down-load-Size/m-p/265043#M10022</guid>
      <dc:creator>SecondTechCo</dc:creator>
      <dc:date>2013-02-20T03:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Down load Size</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Flash-Down-load-Size/m-p/265044#M10023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The answer might depend on the compiler/linker used. I would check the map file generated by the linker. E.g. for S08 the linker shows that information at the end of the map file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 04:46:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Flash-Down-load-Size/m-p/265044#M10023</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-02-20T04:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Down load Size</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Flash-Down-load-Size/m-p/265045#M10024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;William, was this suggestion helpful?&lt;/P&gt;&lt;P&gt;Let us know! :smileywink:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 22:43:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Flash-Down-load-Size/m-p/265045#M10024</guid>
      <dc:creator>Monica</dc:creator>
      <dc:date>2013-02-21T22:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Down load Size</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Flash-Down-load-Size/m-p/265046#M10025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not really too helpful. I checked the Xmap file which is all i have.&amp;nbsp; It might be in there somehwere but I cant find it.&amp;nbsp; With Code warrior 10.2 eclispe IDE, I would expect a nice decimal number dispalyed in a window easy to find.&amp;nbsp; Its one of the most important pieces of information.&amp;nbsp; When I click debug and monitor the progress windows its clearly there.&amp;nbsp; Thats too much work to do especially when you dont have your baord around.&amp;nbsp;&amp;nbsp; Seems way to difficult for a modern IDE.&amp;nbsp; Isnt there a simple way&amp;nbsp; to know ??????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 22:56:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Flash-Down-load-Size/m-p/265046#M10025</guid>
      <dc:creator>SecondTechCo</dc:creator>
      <dc:date>2013-02-21T22:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Down load Size</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Flash-Down-load-Size/m-p/265047#M10026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How things are presented in the map file depends on the linker/tool chain.&lt;/P&gt;&lt;P&gt;For S08 linker, it is at the end of the map file:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Number of blocks to be downloaded: 7&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Total size of all blocks to be downloaded: 338&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;Which means: 338 bytes of code in Flash. Of course there is more details, but this is what I usually need.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;It is reported as well in the Console view:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Generating DWARF data version 2.0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Code Size: 338&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;For gcc, there is a good additinonal utility to report the code size:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2012/09/24/code-size-information-with-gcc-for-armkinetis/" title="http://mcuoneclipse.com/2012/09/24/code-size-information-with-gcc-for-armkinetis/"&gt;Code Size Information with gcc for ARM/Kinetis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;For ColdFire, it shows it in the xMAP:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;# Memory map:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; v_addr&amp;nbsp;&amp;nbsp; p_addr&amp;nbsp;&amp;nbsp; size&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 00000000 00000000 00000300 .interrupts interrupts&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 00000420 00000420 000008BC .text&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; code&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 20000000 00000CDC 00000004 .data&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 20000004 20000004 00000004 .bss&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 20000008 00000CE0 00000018 .romp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 00000400 00000400 00000018 .cfmprotect cfmprotrom&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 40000000 40000000 00000000 .ipsbar&amp;nbsp;&amp;nbsp;&amp;nbsp; ipsbar&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/EM&gt;Here the information is in the .text part which is the code size (plus the other (smaller) parts in ROM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know it is different for every compiler. But once I know where to look for it, that works for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 08:27:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Flash-Down-load-Size/m-p/265047#M10026</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-02-22T08:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Down load Size</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Flash-Down-load-Size/m-p/265048#M10027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&amp;nbsp; Still seems like a very odd way to get to the answer but i guess its the only way.&amp;nbsp;&amp;nbsp;&amp;nbsp; Thats certainly something that should be fixed.&amp;nbsp; I much prefer the way its done in the progress window&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 13:33:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Flash-Down-load-Size/m-p/265048#M10027</guid>
      <dc:creator>SecondTechCo</dc:creator>
      <dc:date>2013-02-22T13:33:44Z</dc:date>
    </item>
  </channel>
</rss>

