mlt_h8s_h8s2674_edosk2674_rom.h

来自「ecos移植到R8H系列的源码。源码包来自http://www.cetoni.d」· C头文件 代码 · 共 48 行

H
48
字号
// eCos memory layout - Wed Nov 24 13:10:23 1999

// This is a generated file - changes will be lost if ConfigTool(MLT) is run

#ifndef __ASSEMBLER__
#include <cyg/infra/cyg_type.h>
#include <stddef.h>
#endif

//
// main flash memory 4 MByte 
//
#define CYGMEM_REGION_rom (0)
#define CYGMEM_REGION_rom_SIZE (0x400000)
#define CYGMEM_REGION_rom_ATTR (CYGMEM_REGION_ATTR_R)

//
// SDRAM 
// 
#define CYGMEM_REGION_ram (0x400000)
#define CYGMEM_REGION_ram_SIZE (0x800000)
#define CYGMEM_REGION_ram_ATTR (CYGMEM_REGION_ATTR_R | CYGMEM_REGION_ATTR_W)

//
// internal RAM of H8S/2674
//
#define CYGMEM_REGION_iram (0xff4000)
#define CYGMEM_REGION_iram_SIZE (0x8000)
#define CYGMEM_REGION_iram_ATTR (CYGMEM_REGION_ATTR_R | CYGMEM_REGION_ATTR_W)

//
// heap
//
#ifndef __ASSEMBLER__
extern char CYG_LABEL_NAME (__heap1) [];
#endif
#define CYGMEM_SECTION_heap1 (CYG_LABEL_NAME (__heap1))
#define CYGMEM_SECTION_heap1_SIZE (0xc00000 - (size_t) CYG_LABEL_NAME (__heap1))

//
// shadow vector table 
//
#ifndef __ASSEMBLER__
extern char CYG_LABEL_NAME (_svects) [];
#endif
#define CYGMEM_SECTION_svects (CYG_LABEL_NAME (_svects))
#define CYGMEM_SECTION_svects_SIZE (0x200)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?