×

NAND Flash存储器垃圾回收算法

消耗积分:0 | 格式:pdf | 大小:85 KB | 2011-03-31

刘明

分享资料个

The flash translation layer is an additional software layer between the file system and the
NAND flash memory (see Figure 1), which allows operating systems to read and write to
NAND flash memory devices in the same way as disk drives. It provides the translation from
virtual to physical addresses and includes wear leveling and garbage collection software
modules, which it calls when required.
NAND flash memories have relatively long erase times, as erase operations are done one
block at a time. With the flash translation layer this long erase time becomes transparent,
because instead of erasing a block to be able to rewrite it, the FTL simply writes the data to
another physical page and marks the data contained in the previous physical page as
invalid.
The garbage collection module is used to free this invalid memory space to allow further
program operations.
Refer to single level cell, and multilevel cell large page NAND flash memory datasheets for
the full list of NAND flash memories covered by this application note and for further

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(1)
发评论
蓝色玻璃雨 2014-10-13
0 回复 举报
binggo!收藏 收起回复

下载排行榜

全部1条评论

快来发表一下你的评论吧 !