<?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のトピックRe: CodeWarrior Limits</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-Limits/m-p/137267#M1981</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Size limitation is on size of the generated object code.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Crasycat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 May 2006 17:08:27 GMT</pubDate>
    <dc:creator>CrasyCat</dc:creator>
    <dc:date>2006-05-29T17:08:27Z</dc:date>
    <item>
      <title>CodeWarrior Limits</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-Limits/m-p/137266#M1980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just wondering with the HC12 codewarrior limits if the limit of 32K means 32K bytes of source code (ie the file size of main.c) or if it means the size of code that is loading into the micro(hex file size)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mr. Flex&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2006 08:45:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-Limits/m-p/137266#M1980</guid>
      <dc:creator>MrFlex</dc:creator>
      <dc:date>2006-05-29T08:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior Limits</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-Limits/m-p/137267#M1981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Size limitation is on size of the generated object code.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Crasycat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2006 17:08:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-Limits/m-p/137267#M1981</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2006-05-29T17:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior Limits</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-Limits/m-p/137268#M1982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hello CrasyCat.&lt;BR /&gt;&lt;BR /&gt;I wondered which is the generated object code, because I have a project in codewarrior and my list of files, &lt;SPAN class="definition"&gt;which include also the User Modules, the add of the size code of the each file result is less than 32768, and when I make the project I&lt;/SPAN&gt; &lt;SPAN class="definition"&gt;receive the next error:&lt;BR /&gt;&lt;/SPAN&gt;This limited version allows only &lt;SPAN class="definition"&gt;32768 bytes of C code.&lt;BR /&gt;&lt;BR /&gt;I attach the image with the structure of my files project.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards.&lt;SPAN class="comment"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 04:27:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-Limits/m-p/137268#M1982</guid>
      <dc:creator>luisemmi</dc:creator>
      <dc:date>2008-07-29T04:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior Limits</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-Limits/m-p/137269#M1983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The code size includes the code of any module, not just user modules. As the user modules using more than 31k, it just needs a little bit of the ANSI library to go over 32k (and depending on the code, it might use a lot of the ANSI library). Check the map file, I think it gets created in those cases too and it should show what got allocated.&lt;BR /&gt;&lt;BR /&gt;Daniel&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 06:53:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-Limits/m-p/137269#M1983</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2008-07-29T06:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior Limits</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-Limits/m-p/137270#M1984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Dear Daniel,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;Thanks for the help. Now I understand my problem very well. Yes, I know that the file .map tell me the size of&amp;nbsp;C code in total, but this file show me that number when the process of making the project is complete, and to do that I need a license or my project have less than 32k of C code, otherwise, I am not able to know what is the total of C code of my project. This problem is because I analyse what is the better choise of license for me.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Well, thanks again for the help.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Best regards.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 02:15:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-Limits/m-p/137270#M1984</guid>
      <dc:creator>luisemmi</dc:creator>
      <dc:date>2008-07-31T02:15:36Z</dc:date>
    </item>
  </channel>
</rss>

