当前位置:网站首页>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
边栏推荐
- window系统 本机查找端口号占用方法
- 事务的隔离级别与所带来的问题
- An article will take you to understand CSS3 fillet knowledge
- What is alicloud's experience of sweeping goods for 100 yuan?
- What grammar is it? ]
- How about small and medium-sized enterprises choose shared office?
- (2) ASP.NET Core3.1 Ocelot routing
- IPFs rudder filecoin landing at the same time, fil currency price broke a thousand
- Python basic variable type -- list analysis
- Use modelarts quickly, zero base white can also play AI!
猜你喜欢
Top 5 Chinese cloud manufacturers in 2018: Alibaba cloud, Tencent cloud, AWS, telecom, Unicom
Look! Internet, e-commerce offline big data analysis best practice! (Internet disk link attached)
Will blockchain be the antidote to the global epidemic accelerating the transformation of Internet enterprises?
An article will take you to understand CSS3 fillet knowledge
嘉宾专访|2020 PostgreSQL亚洲大会阿里云数据库专场:王涛
【学习】接口测试用例编写和测试关注点
意外的元素..所需元素..
检测证书过期脚本
An article will introduce you to CSS3 background knowledge
Using an example to understand the underlying processing mechanism of JS function
随机推荐
GitHub: the foundation of the front end
Staying up late summarizes the key points of report automation, data visualization and mining, which is different from what you think
Will blockchain be the antidote to the global epidemic accelerating the transformation of Internet enterprises?
ORA-02292: 违反完整约束条件 (MIDBJDEV2.SYS_C0020757) - 已找到子记录
2020-08-19:TCP是通过什么机制保障可靠性的?
A small goal in 2019 to become a blog expert of CSDN
递归、回溯算法常用数学基础公式
上海巨微专用蓝牙广播芯片
Use modelarts quickly, zero base white can also play AI!
嘉宾专访|2020 PostgreSQL亚洲大会阿里云数据库专场:王涛
2020-08-24:什么是小文件?很多小文件会有什么问题?很多小文件怎么解决?(大数据)
What are the highlights of Huawei mate 40 series with HMS?
检测证书过期脚本
How about small and medium-sized enterprises choose shared office?
2020-08-15:什么情况下数据任务需要优化?
Python 100 cases
Junit测试出现 empty test suite
Stickinengine architecture 12 communication protocol
An article will take you to understand CSS3 fillet knowledge
Python basic data type -- tuple analysis