<?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: Download size exceeded in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Download-size-exceeded/m-p/171522#M5313</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;Sorry to sound like and idiot but where do I find that file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2012 15:31:16 GMT</pubDate>
    <dc:creator>TracyZA</dc:creator>
    <dc:date>2012-06-12T15:31:16Z</dc:date>
    <item>
      <title>Download size exceeded</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Download-size-exceeded/m-p/171520#M5311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I keep getting an erro at debug time that says:&lt;/P&gt;&lt;P&gt;Failed to resume target process., The debugger download size has been exceeded. This limit is specified in the license file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the special edition but my code is really small. It just used the KBI and an LCD with a timer interruprt and serial. How can I tell what size I am actually using and how can I make it smaller. This is not large and complex code in comparison to what I have written before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 14:36:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Download-size-exceeded/m-p/171520#M5311</guid>
      <dc:creator>TracyZA</dc:creator>
      <dc:date>2012-06-12T14:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Download size exceeded</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Download-size-exceeded/m-p/171521#M5312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;have a look at the linker .map file (at the end). There should be something like this:&lt;/P&gt;&lt;P&gt;ExeFile:&lt;BR /&gt;--------&lt;BR /&gt;Number of blocks to be downloaded: 6&lt;BR /&gt;Total size of all blocks to be downloaded: 29800&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The last number is the relevant one.&lt;/P&gt;&lt;P&gt;One thing: Special Edition does not cover C++.&lt;/P&gt;&lt;P&gt;so have a look as well at the 'Lang:' portion in the map file (FILE SECTION):&lt;/P&gt;&lt;P&gt;*********************************************************************************************&lt;BR /&gt;FILE SECTION&lt;BR /&gt;---------------------------------------------------------------------------------------------&lt;BR /&gt;Events_c.obj&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Model: SMALL,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lang: ANSI-C&lt;BR /&gt;ProcessorExpert_c.obj&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Model: SMALL,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lang: ANSI-C&lt;BR /&gt;&lt;BR /&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;BK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 14:59:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Download-size-exceeded/m-p/171521#M5312</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2012-06-12T14:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Download size exceeded</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Download-size-exceeded/m-p/171522#M5313</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;Sorry to sound like and idiot but where do I find that file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 15:31:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Download-size-exceeded/m-p/171522#M5313</guid>
      <dc:creator>TracyZA</dc:creator>
      <dc:date>2012-06-12T15:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Download size exceeded</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Download-size-exceeded/m-p/171523#M5314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found it, total blocks 1718.&lt;/P&gt;&lt;P&gt;Also under file section the following appears:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;KeyBoard_c.obj Model: SMALL, Lang: ANSI-C&lt;BR /&gt;Setup_c.obj Model: SMALL, Lang: ANSI-C&lt;BR /&gt;lcd_c.obj Model: SMALL, Lang: ANSI-C&lt;BR /&gt;main_c.obj Model: SMALL, Lang: ANSI-C&lt;BR /&gt;start08_c.obj Model: SMALL, Lang: C++&lt;BR /&gt;mc9s08gt16a_c.obj Model: SMALL, Lang: ANSI-C&lt;BR /&gt;rtshc08.o (ansiis.lib) Model: SMALL, Lang: ANSI-C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I convince start08_C to not be in C++&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 15:35:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Download-size-exceeded/m-p/171523#M5314</guid>
      <dc:creator>TracyZA</dc:creator>
      <dc:date>2012-06-12T15:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Download size exceeded</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Download-size-exceeded/m-p/171524#M5315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Things are compiled in C++ if extension is for example *.cpp. Looks this is *not* the case for you.&lt;/P&gt;&lt;P&gt;Maybe you have set file specific options for the startup file in your project?&lt;/P&gt;&lt;P&gt;Go into Project_Settings\Startup_Code folder and right click on start08.c.&lt;/P&gt;&lt;P&gt;In the properties, is the compiler set to compile it as C++ file ((C/C++ Build &amp;gt; Settings &amp;gt; HC08 compiler &amp;gt; Language)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To reset the options to default, use the context menu (in CodeWarrior Projects View)&lt;/P&gt;&lt;P&gt;Resource Configuration &amp;gt; Reset to Defaults&lt;/P&gt;&lt;P&gt;on that file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;BK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 16:12:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Download-size-exceeded/m-p/171524#M5315</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2012-06-12T16:12:46Z</dc:date>
    </item>
  </channel>
</rss>

