⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 evaluator.h

📁 An111 is a quite old flashing equipment. It s the source code to drive old equipment.
💻 H
字号:
/***************************************************************************
   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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -