Chinaunix首页 | 论坛 | 博客
  • 博客访问: 48766
  • 博文数量: 25
  • 博客积分: 1415
  • 博客等级: 上尉
  • 技术积分: 270
  • 用 户 组: 普通用户
  • 注册时间: 2009-04-13 05:50
文章分类

全部博文(25)

文章存档

2011年(5)

2010年(1)

2009年(19)

我的朋友

分类: LINUX

2009-04-13 09:17:48

 

1.NAND Flash启动   采用4KB内部缓冲器

为了支持NAND Flash 的启动装载,S3C2410配置了一个叫做Steppingstone的内部SRAM缓冲器。当系统启动时,NAND Flash中的前4KB的代码自动的载入Steppingstone中,然后系统自动执行这些代码。

一般的, NAND Flash 中的前4kb(也就是装入SRAM中)的代码将把NAND FLASH 中copy到sdram中,并且使用硬件的ECC 校验 NAND中的代码,完成nand的代码拷贝sdram后,主程序将在sdram中执行。

2.Nor Flash 具有速度快,数据不易丢失,可作为存储并执行启动代码和应用程序的存储器

缺点价格昂贵。

NAND Flash 存储器 和SDRAM 价格适中。           

The distinction between Nand flash and Nor flash

Nand flash is more cheaper than nor flash.

Nand flash is used to store data typically.

The form of reading from Nand flash is block reading, but nor flash can support bit reading.

As to the speed of read ,write and erase the data, nand flash is more higher than nor flash.

ARM可配置为外启动,和内部启动方式。

阅读(1149) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~