Static modules:
- CPU_Init.c - the file contains startup initialization code and processor runtime methods code.
- CPU_Init.h - the file contains declaration of runtime methods and their input parameter types.
For more information on processor runtime methods, refer to the documentation of specific processor component. For detailed startup code description, see Reset Scenario topic of
Implementation details.
Processor Expert static code repository:
{CodeWarrior}\Processor Expert\lib\{Processor family}\pdd2\{Processor}\system
Project static code repository:
{Project}\Static_Code\System
Generated modules:
- CPU_Config.h - configuration header file contains CPU_Init.c module parameterization constants.
- {Processor component name}.c - the file contains Common_Init() and Components_Init() methods. For more details, see Reset Scenario topic of Implementation details about these generated methods.
- {Processor component name}.h - the file contains declaration of Common_Init() and Components_Init() along with clock configuration constants.
Generated modules are placed in the:
{Project}\Generated_Code.