QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2737|回复: 1

Nand Flash映射地址的问题

[复制链接]
发表于 2006-3-19 22:54:18 | 显示全部楼层 |阅读模式
/*
* Values specific to the LUMIT4510 board (used with s3c4510 processor)
*/
#define REG_IOPMOD                     (*(volatile unsigned *)0x03FF5000)
#define REG_IOPDATA            (*(volatile unsigned *)0x03FF500
#define NAND_FLASH_ADDRESS         0x07fd8000
/*
The connections for the NAND flash on lumit4510 board are as follows:
RB  <-> GPIO7
CLE <-> GPIO15
ALE <-> GPIO13
CE  <-> GPIO11

#define RB        (0x80)
#define CLE        (0x8000)
#define ALE        (0x2000)       
#define CE        (0x800)


这个值#define NAND_FLASH_ADDRESS         0x07fd8000
怎么得出的 请指教

这个时从CoryXie大侠的代码中看到的
发表于 2006-3-24 16:42:56 | 显示全部楼层
仔细看一下原理图,然后对比 usb、数码管的片选信号看看。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-6-7 14:17 , Processed in 0.079107 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表