iLLD_TC27xD  1.0
IfxCpu_CStart1.c File Reference
#include "Ifx_Cfg.h"
#include "Scu/Std/IfxScuWdt.h"
#include "Cpu/Std/IfxCpu.h"
#include "Cpu/CStart/IfxCpu_CStart.h"
#include "IfxScu_reg.h"
#include "IfxCpu_reg.h"

Go to the source code of this file.

Macros

#define IFX_CFG_CPU_CSTART_ENABLE_TRICORE1_PCACHE   (1)
 Configuration for cache enable. More...
 
#define IFX_CFG_CPU_CSTART_ENABLE_TRICORE1_DCACHE   (1)
 
#define IFXCSTART1_PSW_DEFAULT   (0x00000980u)
 
#define IFXCSTART1_PCX_O_S_DEFAULT   (0xfff00000u)
 

Functions

IFX_EXTERN void core1_main (void)
 
void _Core1_start (void)
 

Macro Definition Documentation

#define IFX_CFG_CPU_CSTART_ENABLE_TRICORE1_DCACHE   (1)

Data Cache enabled by default

Definition at line 46 of file IfxCpu_CStart1.c.

Referenced by _Core1_start().

#define IFX_CFG_CPU_CSTART_ENABLE_TRICORE1_PCACHE   (1)

Configuration for cache enable.

Program Cache enabled by default

Definition at line 43 of file IfxCpu_CStart1.c.

Referenced by _Core1_start().

#define IFXCSTART1_PCX_O_S_DEFAULT   (0xfff00000u)

Definition at line 63 of file IfxCpu_CStart1.c.

Referenced by _Core1_start().

#define IFXCSTART1_PSW_DEFAULT   (0x00000980u)

Definition at line 62 of file IfxCpu_CStart1.c.

Referenced by _Core1_start().

Function Documentation

void _Core1_start ( void  )

Definition at line 68 of file IfxCpu_CStart1.c.

Referenced by _Core0_start().

IFX_EXTERN void core1_main ( void  )

Referenced by _Core1_start().