Nor Flash & Nand Flash & OneNand Flash

本文详细介绍了三种不同类型的闪存:NOR Flash、NAND Flash 和 ONE NAND Flash 的特点及应用场景。NOR Flash 适用于中小容量存储,读取速度快,但成本较高;NAND Flash 则适合大容量存储,读写速度快且价格便宜,但无法直接访问单个字节;ONE NAND Flash 结合了两种闪存的优点,具备 NAND 的低成本和大容量以及 NOR 的快速读取能力。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

This is a very oversimplified explanation.

NOR Flash:  Expensive, low to medium capacity, very slow write times, very slow erase times, fast read times, and the ability to read 8 or 16 bits at a time.  Reading 8/16 bits at a time is important so that you can execute code, as in boot code.

 

NAND Flash:  Inexpensive, medium to high capacity, fast write times, fast erase times, fast read times, but cannot access individual bytes directly.  Reads and writes are done by the block.  Block size varies from device to device (256, 512 1024, etc bytes).  You can't use this to boot your system.  When the processor wakes up it goes to the same address every time to read it's first instruction (8, 16, 32, 64 bit opcode), then it goes to address+1 to read the next instruction.  With NAND the processor would have to know that it's first read was a block read,  otherwise it would not be able to execute your boot code in the order it was meant to be executed.

 

ONENAND Flash:  This is NAND flash with a NOR Flash interface.  It contains a buffer or two and will read a block of NAND flash into the buffer so when the processor wants to read a byte at a time the buffer will present it as such.  I don't know the price  point for this device (that's what I'm searching for).

 

?????? Flash:  This is a competitor to ONENAND Flash.  I don't know anything about it.  It may have already died off.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值