您好,欢迎来电子发烧友网! ,新用户?[免费注册]

您的位置:电子发烧友网 > 电子资料下载 > 存储器技术 >

NAND Flash存储器垃圾回收算法

大小:85 KB 人气: 2011-03-31 需要积分:0
简单幸福的空间

用户级别:高级会员

贡献文章:

贡献资料:

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

非常好我支持^.^

(0) 0%

不好我反对

(0) 0%

      发表评论

      用户评论
      评价:好评中评差评

      发表评论,获取积分! 请遵守相关规定!