📄 mlt_h8s_h8s2638_edk2638ex_romram.h
字号:
// 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
//
// on-chip flash memory 128 KByte
//
#define CYGMEM_REGION_rom (0)
#define CYGMEM_REGION_rom_SIZE (0x20000)
#define CYGMEM_REGION_rom_ATTR (CYGMEM_REGION_ATTR_R)
//
// SRAM memory size 512 KByte
//
#define CYGMEM_REGION_ram (0x200000)
#define CYGMEM_REGION_ram_SIZE (0x80000)
#define CYGMEM_REGION_ram_ATTR (CYGMEM_REGION_ATTR_R | CYGMEM_REGION_ATTR_W)
//
// internal RAM of H8S/2638
//
#define CYGMEM_REGION_iram (0xffb000)
#define CYGMEM_REGION_iram_SIZE (0x3fc0)
#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 (0x280000 - (size_t) CYG_LABEL_NAME (__heap1))
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -