integratorcp.h

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

H
24
字号
/***************************************************************************
   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 + =
减小字号Ctrl + -
显示快捷键?