<?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 Development ToolsのトピックRe: Bean vs Component</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Bean-vs-Component/m-p/667620#M5970</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennie,&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;Sorry I didn't state my question clearly. My project is created by someone else long timer ago with classic V5.0.&lt;/P&gt;&lt;P&gt;Now I am using classic V5.2. With V5.0 all PE component code is generated as beans, while V5.2 is generated as components. They are not in the same format. For example, #define TIMER_INTERVAL 0x10U for bean code&lt;/P&gt;&lt;P&gt;while component code may be in the format of #define TIMER_INTERVAL 16.&lt;/P&gt;&lt;P&gt;Because we have made many changes to the generated code, it is very difficult to find the differences if generated code is in different format. So I want to have the same format as the previous V5.0. Your web site only has V5.2 classic available to download.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;David Zhou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 May 2017 12:45:39 GMT</pubDate>
    <dc:creator>davidzhou</dc:creator>
    <dc:date>2017-05-05T12:45:39Z</dc:date>
    <item>
      <title>Bean vs Component</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Bean-vs-Component/m-p/667618#M5968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have MC9S12C64CFA25, with Code Warrior Classic v5.9.0 installed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a newbie on Code Warrior classic. The PE generated code is commented as:&lt;/P&gt;&lt;P&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;THIS COMPONENT&lt;/STRONG&gt; MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.&lt;BR /&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Filename&amp;nbsp; : AD1.c&lt;BR /&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Project&amp;nbsp;&amp;nbsp; : TestA&lt;BR /&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Processor : MC9S12C64CFA25&lt;BR /&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Component : ADC&lt;BR /&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Version&amp;nbsp;&amp;nbsp; : Component 01.630, Driver 01.19, CPU db: 2.87.403&lt;BR /&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Compiler&amp;nbsp; : CodeWarrior HC12 C Compiler&lt;BR /&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date/Time : 5/4/2017, 1:46 PM&lt;/P&gt;&lt;P&gt;But the original project generated with comments (from a different PC):&lt;/P&gt;&lt;P&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;THIS BEAN MODULE IS GENERATED BY THE TOOL&lt;/STRONG&gt;. DO NOT MODIFY IT.&lt;BR /&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Filename&amp;nbsp; : Vectors.C&lt;BR /&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Project&amp;nbsp;&amp;nbsp; : FS200_V&lt;BR /&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Processor : MC9S12C64CFA25&lt;BR /&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Version&amp;nbsp;&amp;nbsp; : Bean 02.001, Driver 02.01, CPU db: 2.87.395&lt;BR /&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Compiler&amp;nbsp; : CodeWarrior HC12 C Compiler&lt;BR /&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date/Time : 8/13/2010, 11:25 AM&lt;BR /&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Abstract&amp;nbsp; :&lt;BR /&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This bean "MC9S12C32_48" implements properties, methods,&lt;BR /&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and events of the CPU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess they are similar. But I prefer to generate code as bean-beased, instead of component-based. How to make a selection for bean-based code generation? I have seen bean library in the installation folder. Do I need to enable or something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;David Zhou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 18:11:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Bean-vs-Component/m-p/667618#M5968</guid>
      <dc:creator>davidzhou</dc:creator>
      <dc:date>2017-05-04T18:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bean vs Component</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Bean-vs-Component/m-p/667619#M5969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Roughly, we can classify processor expert components as CPU component and non-CPU component.&lt;/P&gt;&lt;P&gt;for non-CPU component (for example ADC component), we can right click then choose "don't write generated component modules". thus all this component generated files will not be overwritten.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/18410iDFA3B0609282FE4C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However this feature can't work for CPU component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this answer your question?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 08:36:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Bean-vs-Component/m-p/667619#M5969</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2017-05-05T08:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Bean vs Component</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Bean-vs-Component/m-p/667620#M5970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennie,&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;Sorry I didn't state my question clearly. My project is created by someone else long timer ago with classic V5.0.&lt;/P&gt;&lt;P&gt;Now I am using classic V5.2. With V5.0 all PE component code is generated as beans, while V5.2 is generated as components. They are not in the same format. For example, #define TIMER_INTERVAL 0x10U for bean code&lt;/P&gt;&lt;P&gt;while component code may be in the format of #define TIMER_INTERVAL 16.&lt;/P&gt;&lt;P&gt;Because we have made many changes to the generated code, it is very difficult to find the differences if generated code is in different format. So I want to have the same format as the previous V5.0. Your web site only has V5.2 classic available to download.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;David Zhou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 12:45:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Bean-vs-Component/m-p/667620#M5970</guid>
      <dc:creator>davidzhou</dc:creator>
      <dc:date>2017-05-05T12:45:39Z</dc:date>
    </item>
  </channel>
</rss>

