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

📄 integratorcp.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.
****************************************************************************

   IntegratorCP.h
   
   Flash description for the Integrato\rAP.
   This file should be imported by the Intel Flash Routines.

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

unsigned int *FLASH_BASE = (unsigned int*)0x24000000;
unsigned int FLASH_SIZE = 16*1024*1024 - 256*1024;// Total area of Flash region in bytes
unsigned int FLASH_WIDTH = 32;			// Effective Flash width (device width * FLASH_PAR_DEVICES)
unsigned int FLASH_SEQ_DEV = 4;			// Number of sequenctial flash devices
unsigned int FLASH_PAR_DEV = 2;			// Number of devices used to provide wider access width
unsigned int FLASH_BLOCK = 128*1024;		// 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 + -