iLLD_TC27xC  1.0
IfxEmem_cfg.h
Go to the documentation of this file.
1 /**
2  * \file IfxEmem_cfg.h
3  * \brief Emem on-chip implementation data
4  * \ingroup IfxLld_Emem
5  *
6  * \version iLLD_0_1_0_10
7  * \copyright Copyright (c) 2013 Infineon Technologies AG. All rights reserved.
8  *
9  *
10  * IMPORTANT NOTICE
11  *
12  *
13  * Infineon Technologies AG (Infineon) is supplying this file for use
14  * exclusively with Infineon's microcontroller products. This file can be freely
15  * distributed within development tools that are supporting such microcontroller
16  * products.
17  *
18  * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
19  * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF
20  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
21  * INFINEON SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL,
22  * OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
23  *
24  */
25 
26 #ifndef IFXEMEM_CFG_H
27 #define IFXEMEM_CFG_H 1
28 
29 /******************************************************************************/
30 /*----------------------------------Includes----------------------------------*/
31 /******************************************************************************/
32 
33 #include "_Reg/IfxEmem_reg.h"
34 #include "Cpu/Std/Ifx_Types.h"
35 
36 /******************************************************************************/
37 /*-----------------------------------Macros-----------------------------------*/
38 /******************************************************************************/
39 
40 #define IFXEMEM_START_ADDR_CPU_CACHED 0x9F000000UL
41 
42 #define IFXEMEM_START_ADDR_CPU 0xBF000000UL
43 
44 #define IFXEMEM_START_ADDR_BBB (0xAF000000UL)
45 
46 #define IFXEMEM_SIZE (0x100000UL)
47 
48 
49 #endif /* IFXEMEM_CFG_H */