evaluator.h

来自「An111 is a quite old flashing equipment.」· C头文件 代码 · 共 29 行

H
29
字号
/***************************************************************************
   Copyright ARM Limited 1998 - 2003.  All rights reserved.
****************************************************************************

   SST_Flash_Routines.h
   
   Flash description for the Evaluator 7T.
   This file should be imported by the SST Flash Routines.

   NOTE:  The Flash Memory really starts at 0x01800000, but is set to
   		  0x01820000 as the first 0x20000 bytes are reserved for the bootROM

****************************************************************************/


unsigned int *FLASH_BASE = (unsigned int*)0x01820000;	//First 0x20000 bytes reserved for boot loader etc.
unsigned int FLASH_SIZE = 0x60000;		// Total area of Flash region in bytes
unsigned int FLASH_WIDTH = 16;			// Effective Flash width (device width * FLASH_PAR_DEVICES)
unsigned int FLASH_SEQ_DEV = 1;			// Number of sequenctial flash devices
unsigned int FLASH_PAR_DEV = 1;			// Number of devices used to provide wider access width
unsigned int FLASH_BLOCK = 2048;		// Block Size

/* Define <bit width of flash>by<number of devices wide> */
//#define fc16x2
#define fc16x1
//#define fc32x1
//#define fc8x4
//#define fc8x2
//#define fc8x1

⌨️ 快捷键说明

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