iLLD_TC27xC
1.0
|
![]() |
Startup sequence of CPU0 execute the function to initialize the remaining available CPUs. Core Startup Sequence. Startup sequence enables all the available CPUs.
The configuration parameters IFX_CFG_CPU_CSTART_ENABLE_TRICOREx control this function. To modify the default configuration, these macros are to be defined. Create a file to define these macros, for example, Ifx_Cfg_CStart.h at ../0_Src/0_AppSw/Config/Tricore (or in DemoApp folder).
Details of configuration parameters:
Enable/Disable of Tricore CPU0 with parameter:
IFX_CFG_CPU_CSTART_ENABLE_TRICORE0
Enable/Disable of Tricore CPU1 with parameter:
IFX_CFG_CPU_CSTART_ENABLE_TRICORE1
Enable/Disable of Tricore CPU2 with parameter:
IFX_CFG_CPU_CSTART_ENABLE_TRICORE2
Following example shows, how to enable all available cores.