00001 00039 #ifndef CHIP_MEMORY_MAP_H_INCLUDED 00040 #define CHIP_MEMORY_MAP_H_INCLUDED 00041 00042 /* Internal memories */ 00043 #define CPU_SRAM_BASE 0x0100 00044 #define CPU_SRAM_SIZE 0x2000 00045 #define FLASH_BASE 0x0000 00046 #define FLASH_SIZE 0x20000 00047 00048 /* Used by the linker script to place the writeable data sections */ 00049 #define DATA_SRAM_BASE CPU_SRAM_BASE 00050 00051 #endif /* CHIP_MEMORY_MAP_H_INCLUDED */
1.6.3