Static modules:
- Vectors.c - the file contains interrupt vector table and unused interrupts subroutines implementation.
- Peripherals_Init.c - the file contains Peripherals_Init() method which calls all peripheral initialization methods supported for selected processor. See Reset Scenario topic of Implementation details for details on Peripherals_Init() method.
- Peripherals_Init.h - the file contains Peripherals_Init() method declaration.
- PDD_Includes.h - the file includes all PDD modules supported for selected processor. Intended to be included in the application code to access PDD macros. For more information on PDD, see Physical device drivers.
- PE_Types.h - the file contains common Processor Expert types, constants, and macros implementation.
- PE_Error.h - the file contains error code constants.
Processor Expert static code repository at: {CodeWarrior}\Processor Expert\lib\{Processor family}\pdd2\{Processor}\system
Project static code repository at: {Project}\Static_Code\System
Generated modules:
- Vectors_Config.h - configuration header file contains Vectors.c module parameterization constants.
- Init_Config.h - the file includes all components configuration and interface header files.
Generated modules are placed at: {Project}\Generated_Code