📄 flashdev.c
字号:
/***********************************************************************/
/* This file is part of the ARM Toolchain package */
/* Copyright KEIL ELEKTRONIK GmbH 2003 - 2006 */
/***********************************************************************/
/* */
/* FlashDev.C: Device Description for AT49xV32x (16-bit Bus) */
/* */
/***********************************************************************/
#include "..\FlashOS.H" // FlashOS Structures
struct FlashDevice const FlashDevice = {
FLASH_DRV_VERS, // Driver Version, do not modify!
"AT49xV32x Flash", // Device Name
EXT16BIT, // Device Type
0x000000, // Device Start Address
0x400000, // Device Size in Bytes (4MB)
1024, // Programming Page Size
0, // Reserved, must be 0
0xFF, // Initial Content of Erased Memory
100, // Program Page Timeout 100 mSec
1000, // Erase Sector Timeout 1000 mSec
// Specify Size and Address of Sectors
0x02000, 0x000000, // Sector Size 8kB (8 Sectors)
0x10000, 0x010000, // Sector Size 64kB (63 Sectors)
SECTOR_END
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -