Hi,
I have MC9S12C64CFA25, with Code Warrior Classic v5.9.0 installed.
I am a newbie on Code Warrior classic. The PE generated code is commented as:
** THIS COMPONENT MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : AD1.c
** Project : TestA
** Processor : MC9S12C64CFA25
** Component : ADC
** Version : Component 01.630, Driver 01.19, CPU db: 2.87.403
** Compiler : CodeWarrior HC12 C Compiler
** Date/Time : 5/4/2017, 1:46 PM
But the original project generated with comments (from a different PC):
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : Vectors.C
** Project : FS200_V
** Processor : MC9S12C64CFA25
** Version : Bean 02.001, Driver 02.01, CPU db: 2.87.395
** Compiler : CodeWarrior HC12 C Compiler
** Date/Time : 8/13/2010, 11:25 AM
** Abstract :
** This bean "MC9S12C32_48" implements properties, methods,
** and events of the CPU.
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?
Thank you,
David Zhou