当前位置:网站首页>NAND FLASH的接口控制设计
NAND FLASH的接口控制设计
2020-11-06 22:06:00 【IPSILOG】
Nand flash是flash存储器的其中一种,Nand flash其内部采用非线性宏单元模式以及为固态大容量内存的实现提供了廉价有效的解决方案。NAND FLASH存储器具有容量较大和改写速度快等优点适用于大量数据的存储,因而在业界得到了越来越广泛的应用。NAND结构能提供极高的单元密度,可以达到高存储密度,并且写入和擦除的速度也很快。本篇文章存储芯片供应商宇芯电子介绍关于NAND Flash 的存储结构以及NAND Flash的接口控制设计。
NAND Flash 的存储结构
大多数的NAND Flash都大同小异,所不同的只是该NAND Flash芯片的容量大小和读写速度等基本特性。
块Block 是 NAND Flash 的擦除操作的基本/最小单位。页是读写操作的基本单位。
每一个页,对应还有一块区域,叫做空闲区域/冗余区域,而在 Linux系统中﹐一般叫做OOB(Out Of Band)[2]。这个区域最初基于NAND Flash 的硬件特性﹐数据在读写时候相对容易出错﹐所以为了保证数据的正确性,必须要有对应的检测和纠错机制,此机制被叫做EDC /ECC。所以设计了多余的区域﹐用于放置数据的校验值。OOB的读写操作一般是随着页的操作一起完成的,即读写页的时候,对应地就读写了OOB。OOB的主要用途:标记是否是坏块﹐存储ECC数据﹐存储一些和文件系统相关的数据。
NAND Flash的接口控制设计
由于NAND Flash只有8个I/O引脚,而且是复用的,既可以传数据﹐也可以传地址、命令。设计命令锁存使能(Command Latch Enable,CLE)和地址锁存使能( Ad-dress Latch Enable,ALE),就是先要发一个CLE(或ALE)命令,告诉NAND Flash 的控制器一声,下面要传的图1NAND Flash控制电路是命令(或地址)。这样NAND Flash内部才能根据传入的内容﹐进行对应的动作。相对于并口的NOR Flash 的48或52个引脚来说,大大减小了引脚数目,这样封装后的芯片体积小。同时减少了芯片接口﹐使用此芯片的相关的外围电路会更简化,避免了繁琐的硬件连线。
NAND Flash的接口控制电路如图1所示
版权声明
本文为[IPSILOG]所创,转载请带上原文链接,感谢
https://my.oschina.net/u/4542041/blog/4701288
边栏推荐
- 2020-08-30:裸写算法:二叉树两个节点的最近公共祖先。
- EOS founder BM: what's the difference between UE, UBI and URI?
- All the way, I was forced to talk about C code debugging skills and remote debugging
- 如何在终端启动Coda 2中隐藏的首选项?
- ERD-ONLINE 免费在线数据库建模工具
- Markdown tricks
- An article will take you to understand CSS3 fillet knowledge
- An article will introduce you to HTML tables and their main attributes
- 大会倒计时|2020 PostgreSQL亚洲大会-中文分论坛议程安排
- Why is the LS command stuck when there are too many files?
猜你喜欢
How does cglib implement multiple agents?
jenkins安装部署过程简记
From overseas to China, rancher wants to do research on container cloud market
Can you do it with only six characters?
大会倒计时|2020 PostgreSQL亚洲大会-中文分论坛议程安排
【ElasticSearch搜索引擎】
The legality of IPFs / filecoin: protecting personal privacy from disclosure
Kubernetes and OAM to build a unified, standardized application management platform knowledge! (Internet disk link attached)
2020-08-18:介绍下MR过程?
Use modelarts quickly, zero base white can also play AI!
随机推荐
How does cglib implement multiple agents?
What grammar is it? ]
An article taught you to download cool dog music using Python web crawler
From overseas to China, rancher wants to do research on container cloud market
实用工具类函数(持续更新)
Introduction to the development of small game cloud
The role of theme music in games
Vue communication and cross component listening state Vue communication
ES6 learning notes (5): easy to understand ES6's built-in extension objects
What is the tensor in tensorflow?
Zero basis to build a web search engine of its own
DC-1 target
ORA-02292: 违反完整约束条件 (MIDBJDEV2.SYS_C0020757) - 已找到子记录
An article will introduce you to HTML tables and their main attributes
非易失性MRAM存储器应用于各级高速缓存
Analysis of serilog source code -- how to use it
Stickinengine architecture 11 message queue
Hdu3974 assign the task segment tree DFS order
Elasticsearch Part 6: aggregate statistical query
Markdown tricks