標題: 關于如何識別SLC還是MLC [打印本頁]

作者: 電13691982107    時間: 2018-7-19 10:28
標題: 關于如何識別SLC還是MLC
Nand Flash設計中,有個命令叫做Read ID,讀取ID,意思是讀取芯片的ID,就像大家的身份證一樣,這里讀取的ID中,是:
讀取好幾個字節(jié),一般最少是4個,新的芯片,支持5個甚至更多,從這些字節(jié)中,可以解析出很多相關的信息,比如:
此Nand Flash內部是幾個芯片(chip)所組成的,
每個chip包含了幾片(Plane),
每一片中的頁大小,塊大小,等等。
在這些信息中,其中有一個,就是識別此flash是SLC還是MLC。下面這個就是最常見的Nand Flash的datasheet中所規(guī)定的,第3個字節(jié),3rd byte,所表示的信息,其中就有SLC/MLC的識別信息:


Description
I/O7
I/O6
I/O5 I/O4
I/O3 I/O2
I/O1 I/O0
Internal
Chip Number
1
2
4
8




0 0
0 1
1 0
1 1
Cell Type
2 Level Cell
4 Level Cell
8 Level Cell
16 Level Cell



0 0
0 1
1 0
1 1

Number of
Simultaneously
Programmed Pages
1
2
4
8


0 0
0 1
1 0
1 1


Interleave Program
Between multiple chips
Not Support
Support

0
1



Cache Program
Not Support
Support
0
1





1.Nand Flash3ID的含義







歡迎光臨 (http://www.torrancerestoration.com/bbs/) Powered by Discuz! X3.1