WO2010115332A1 - 闪存坏块的利用方法 - Google Patents

闪存坏块的利用方法 Download PDF

Info

Publication number
WO2010115332A1
WO2010115332A1 PCT/CN2009/074566 CN2009074566W WO2010115332A1 WO 2010115332 A1 WO2010115332 A1 WO 2010115332A1 CN 2009074566 W CN2009074566 W CN 2009074566W WO 2010115332 A1 WO2010115332 A1 WO 2010115332A1
Authority
WO
WIPO (PCT)
Prior art keywords
flash
bad
data
flash memory
block
Prior art date
Application number
PCT/CN2009/074566
Other languages
English (en)
French (fr)
Inventor
孙迎彤
翁俊宏
Original Assignee
国民技术股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 国民技术股份有限公司 filed Critical 国民技术股份有限公司
Publication of WO2010115332A1 publication Critical patent/WO2010115332A1/zh
Priority to US13/269,636 priority Critical patent/US8732519B2/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing
    • G06F12/023Free address space management
    • G06F12/0238Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory
    • G06F12/0246Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory in block erasable memory, e.g. flash memory
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C29/00Checking stores for correct operation ; Subsequent repair; Testing stores during standby or offline operation
    • G11C29/70Masking faults in memories by using spares or by reconfiguring
    • G11C29/78Masking faults in memories by using spares or by reconfiguring using programmable devices
    • G11C29/80Masking faults in memories by using spares or by reconfiguring using programmable devices with improved layout
    • G11C29/816Masking faults in memories by using spares or by reconfiguring using programmable devices with improved layout for an application-specific layout
    • G11C29/82Masking faults in memories by using spares or by reconfiguring using programmable devices with improved layout for an application-specific layout for EEPROMs
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C29/00Checking stores for correct operation ; Subsequent repair; Testing stores during standby or offline operation
    • G11C29/70Masking faults in memories by using spares or by reconfiguring
    • G11C29/88Masking faults in memories by using spares or by reconfiguring with partially good memories
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/72Details relating to flash memory management
    • G06F2212/7209Validity control, e.g. using flags, time stamps or sequence numbers

Definitions

  • the present invention relates to the verification of the correct operation of the memory, and more particularly to the verification of the correct operation of the flash memory, and in particular to the use of the bad blocks of the flash memory. Background technique
  • Flash memory is a non-volatile semiconductor memory chip that has the advantages of small size, low power consumption, and low physical damage. It is an ideal storage medium for mobile digital products.
  • Flash memory can be divided into AND, NAND, NOR and DiNOR according to internal architecture and implementation technology.
  • NAND is the mainstream.
  • NAND technology has a fast flash write speed, a small chip area, and especially a large capacity.
  • the basic storage unit in NAND technology is "page".
  • One page is usually 512, 2048, 4096 or 8192 bytes.
  • Several pages are composed of blocks.
  • the block capacity is equal to the product of the page capacity and the number of pages in the block.
  • the number of pages in different flash memory varies, usually from 16 pages to 128 pages. Flash writes are in page units and must be erased before writing; flash erase is in blocks, and NAND flash is composed of multiple blocks in series.
  • NAND-type flash memory is a sequential read device that can access page-by-page data using only 8-bit I/O ports. NAND reads and erases files, especially continuous large files, at a fairly fast rate, but random access is slower because it cannot be written in bytes. NAND flash memory is prone to bad blocks. The physical mechanism of flash bad block corruption is generally that some byte bits in the page cannot be programmed. Usually, 1 cannot be programmed to 0. In order to ensure the security of flash access data, avoid bad block access. Data, usually at design time, uses a controller to manage bad blocks. When accessing data to bad blocks, the controller transfers data to a predetermined free storage interval without using bad blocks to ensure data integrity. The prior art production of flash memory generally has to undergo mass production.
  • Chinese patent application CN10139462A discloses "a method and device for dynamic compensation of flash memory", which includes preserving a set of good blocks in a flash memory as replacement blocks; by detecting, if a bad block is found, the group is good. A block in the block replaces the bad block; the bad block that is replaced is placed behind the good block of the group.
  • the method is to ensure the security of data access by reserving a good block of flash memory as a replacement block. Since NAND flash memory is prone to generate bad blocks, when the flash memory capacity increases, the number of bad blocks also increases, and only a good block is reserved. The bad blocks that are only sensitive to certain data are not fully utilized, and the capacity of the entire flash memory will also decrease.
  • FIG. 4 is a flow chart showing the prior art method of processing a bad block of flash memory.
  • the present invention is directed to avoiding the deficiencies of the prior art described above, and proposes a method for utilizing a bad block of a flash memory, the method comprising the following steps:
  • the flash bad block found by the mass production tool software scan is scanned again according to the preset "available" filter condition, and the bad block that meets the selection condition is marked and recorded in the flash controller, etc. To be used; bad blocks that do not meet the selection criteria are marked as true bad blocks are recorded in the flash controller and are no longer used; the scanning and marking process is repeated until all flash bad blocks are marked and recorded;
  • step C Place the bad blocks in the flash memory found in step B scan that meet the "available" filter condition in the replacement area for use.
  • the bad block described in step A refers to a flash block that exceeds the ECC error correction range of the flash controller.
  • the "available" filter condition described in step B is that the flash bad block is "a special bad block sensitive to data", which means that programming of certain data cannot be successful, and programming of another data can be successful. Flash bad block.
  • the step C also includes the following sub-steps:
  • the bad block indicating the "available” filter condition can accept the written data, and the write is successful; if the write data is unsuccessful, it indicates that the "available” filter condition is bad. The block cannot accept the data being written, and the write fails;
  • step C3. Execute step C2. After the write fails, the bad block of the "available" filter condition is placed in the replacement area again, waiting for the next data to be written.
  • the present invention has the following beneficial effects:
  • the prior art confirms that the bad blocks of the flash memory are determined by the ECC error correction range of the flash controller. Such a bad block error correction physical mechanism may cause some data-sensitive bad blocks to be confirmed as bad. Blocks and records are never used in the controller; the method of the present invention breaks through the prior art to confirm the mechanism of flash bad blocks, which will be beyond the ECC error correction range of the flash controller, but because it is only for certain Data cannot be accessed, and flash bad blocks that some data can access are not marked as bad blocks and are never used, as a usable flash block.
  • the available capacity of the flash memory is expanded; the use of the prior art flash memory mainly confirms the access to the flash block data according to the information recorded in the flash controller, and in the mass production phase of the flash memory, the flash block exceeding the controller ECC error correction range is confirmed. As bad blocks and recorded in the controller, therefore, these marked flash bad blocks will never be used again during the use of the flash memory, and these flash bad blocks may only be inaccessible to certain data; Method: From the mass production stage of the flash memory, the "data-sensitive flash bad block" is recorded in the controller for later use, and it is not used by the cartridge; when the flash memory is used, Putting these "data-sensitive flash bad blocks" into the replacement area is used as a normal block, thus maximizing the available capacity of the flash memory.
  • FIG. 1 is a scanning flow chart of a method for utilizing a flash memory block of the present invention in mass production of a flash memory
  • FIG. 2 is a flow chart of a method for utilizing a flash bad block in the present invention
  • FIG. 4 is a flow chart of a prior art method for processing a bad block of a flash memory. detailed description
  • the method for utilizing the flash memory block of the present invention firstly scans the flash memory block using the mass production tool software in the mass production phase of the flash memory, and finds the bad block therein and records it in the flash memory controller;
  • a good "available” filter condition scans the bad blocks scanned by the mass production tool software again, wherein the "available” filter condition is that the flash bad block is "a special bad block sensitive to data". It refers to a flash block that can't be successful in programming a particular piece of data, but can succeed in programming another piece of data. If the "available" condition is met, the flash bad block is marked as "special bad block sensitive to data”. If the "available" condition is not met, the flash bad block is marked as true.
  • the flash memory block repeat the above scanning and marking process until all flash bad blocks are marked and recorded; this stage is mainly to scan out "available""data-sensitive special bad blocks", this "pair” Data-sensitive special bad blocks "Because it is not successful to program a particular data, but other data can be successfully programmed, these special bad blocks are not completely unusable.
  • FIG. 2 shows the method of the present invention.
  • step C3. Execute step C2. After the write fails, put the "special bad block sensitive to data" into the replacement area again, waiting for the next data to be written.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)
  • Read Only Memory (AREA)

Description

说 明 书
闪存坏块的利用方法
技术领域
本发明涉及存储器正确运行的校验, 尤其涉及闪存正确运行的校验, 特别 是涉及闪存坏块的利用方法。 背景技术
闪存(F lash Memory )是一种非挥发性的半导体存储芯片, 具有体积小、 功耗低、 不易受物理破坏的优点, 是移动数码产品的理想存储介质。
闪存根据内部架构和实现技术可以分为 AND、 NAND、 NOR和 DiNOR等几种, 目前以 NAND为主流。 NAND技术的闪存写回速度快、芯片面积小,特别是容量大, 因而很有优势。 NAND技术中的基本存贮单元为 "页", 一页一般为 512、 2048、 4096 或 8192 字节, 若干页组成块, 块容量等于页容量与块内页数的乘积。 不 同闪存的块内页数不尽相同, 通常为 16 页〜 128 页。 闪存的写入以页为单位, 在写之前必须先擦除; 闪存的擦除则以块为单位, NAND闪存由多个块串行排列 组成。 实际上, NAND型闪存是一种顺序读取的设备, 它仅用 8比特的 I /O端口 就可以存取按页为单位的数据。 NAND在读和擦写文件, 特别是连续的大容量文 件时, 速度相当快, 但随机存取速度则比较慢, 因为它不能按字节写。 NAND 闪 存容易产生坏块, 闪存坏块损坏的物理机制一般是页中某些字节位不能被编程, 通常是 1不能被编程为 0; 为了保证闪存存取数据的安全, 避免坏块存取数据, 通常在设计时, 用一个控制器管理坏块, 当向坏块存取数据时, 控制器即将数 据转移到预定空闲存储区间, 而不使用坏块以保证数据安全完整。 现有技术生产闪存一般都要经过量产的过程, 量产的目的是通过一定的手 段, 识别并标记出坏块, 且预留一定数量好块作为备用块, 当使用过程出现坏 块时, 就可以用这些备用块来做替换; 图 3所示为现有技术闪存量产阶段扫描闪 存并标记坏块的流程示意图。
中国专利申请 CN10139462A公开了 "一种用于瑕疵闪存动态补偿方法及装 置" , 该专利包括在闪存中预留一组好块作为替换块; 通过检测, 若发现有坏 块, 则将该组好块中的一块替换坏块; 将被替换掉的坏块放在该组好块后面。 该方法是通过预留闪存好块作为替换块来保证数据存取的安全, 由于 NAND闪存 容易产生坏块, 当闪存容量增加时, 坏块的数量也会随之增加, 仅仅只预留好 块使那些只对某些数据敏感的坏块得不到充分利用, 整个闪存的容量也会随之 下降。 可见, 现有技术并没有利用闪存坏块, 而这些闪存坏块中可能存在那种 只对某些数据敏感的坏块, 并不是所有的闪存坏块都不可以使用, 如果将这些 只是对某些数据敏感的闪存坏块全部弃之不用, 这在闪存容量不断增加的情况 下, 浪费的闪存空间就会越来越大。 图 4所示为现有技术处理闪存坏块方法的流 程示意图。
发明内容
本发明旨在避免上述现有技术的不足之处, 提出一种闪存坏块的利用方法, 所述方法包括以下步骤:
A. 借助量产工具软件扫描所有闪存, 发现其中的坏块并记录在闪存控制器 内;
B. 对量产工具软件扫描发现的闪存坏块根据事先设定的 "可供利用" 之筛 选条件再次扫描, 符合 选条件的所述坏块被标记并记录在闪存控制器内, 等 待使用; 不符合 选条件的坏块则标记为真正的坏块被记录在闪存控制器内, 不再使用; 重复所述扫描和标记过程直到所有闪存坏块都被标记和记录;
C 将步骤 B扫描发现的闪存中符合 "可供利用" 之筛选条件的坏块放在替 换区等待使用。
步骤 A中所述的坏块是指超过闪存控制器 ECC纠错范围的闪存块。
步骤 B 中所述 "可供利用" 之筛选条件是闪存坏块为 "对数据敏感的特殊 坏块", 是指那种对某些特定数据编程不能成功, 而对另外的数据编程能够成功 的闪存坏块。
所述步骤 C还包括以下分步骤:
C1. 在替换区中符合 "可供利用" 之筛选条件的坏块收到使用请求时, 固 化软件尝试对其写入数据;
C2. 如果写数据成功, 表示该 "可供利用" 之筛选条件的坏块可以接受被 写入的数据, 写入成功; 如果写数据不成功, 表示该 "可供利用" 之筛选条件 的坏块不能接受被写入的数据, 写入失败;
C3. 执行步骤 C2 , 写入失败后, 则将该 "可供利用" 之筛选条件的坏块再 次放入替换区, 等待下次被写入其他数据。
与现有技术相比较, 本发明具有以下有益效果:
能够充分利用闪存的坏块; 现有技术确认闪存坏块是以闪存控制器 ECC纠错 范围来确定的, 这种闪存坏块纠错物理机制可能导致一些对数据敏感的坏块被 确认为坏块并记录在控制器中永远不被使用; 本发明方法突破现有技术确认闪 存坏块的机制, 将那些虽然超出闪存控制器 ECC纠错范围, 但由于仅仅是对某些 数据不能存取, 而某些数据能够存取的闪存坏块不被标记为坏块永远不被使用, 将其作为一种能使用的闪存块。
扩大了闪存的可用容量; 现有技术闪存的使用主要根据闪存控制器中记录的 信息来确认对闪存块数据的存取, 在闪存量产阶段, 超出控制器 ECC纠错范围的 闪存块被确认为坏块并记录在控制器内, 因此, 在闪存的使用过程中, 这些被 标记的闪存坏块将永远不再被使用, 而这些闪存坏块可能只是对某些数据不能 存取; 本发明方法从闪存量产阶段即通过量产工具软件将那些 "对数据敏感的 闪存坏块" 记录在控制器中以便以后使用, 并不是筒单的将其不再使用; 在闪 存被使用时, 可以将这些 "对数据敏感的闪存坏块" 放入替换区作为正常的块 使用, 因此, 最大程度地扩大了闪存的可用容量。 附图说明
图 1是本发明闪存坏块的利用方法在量产闪存时的扫描流程图;
图 2是本发明利用闪存坏块方法流程图;
图 3是现有技术量产闪存的扫描流程图;
图 4是现有技术处理闪存坏块方法流程图。 具体实施方式
以下结合附图所示之优选实施例作进一步详述。
如图 1所示, 本发明闪存坏块的利用方法首先要在闪存的量产阶段使用量产 工具软件对闪存块进行扫描, 发现其中的坏块并记录在闪存控制器内; 根据事 先设定好的 "可供利用" 之筛选条件对量产工具软件扫描出的坏块进行再次扫 描,其中所述 "可供利用"之筛选条件是闪存坏块为 "对数据敏感的特殊坏块", 是指那种对某种特定数据编程不能成功, 而对另外的数据编程能够成功的闪存 坏块。 如果符合 "可供利用" 之 选条件, 则将该闪存坏块标记为 "对数据敏 感的特殊坏块" , 如果不符合 "可供利用" 之 选条件, 则将该闪存坏块标记 为真正的闪存坏块; 重复上述扫描和标记的过程, 直到所有闪存坏块都被标记 和记录; 此阶段主要是扫描出 "可供利用" 之 "对数据敏感的特殊坏块" , 这 种 "对数据敏感的特殊坏块" 因为只是对某种特定数据编程不能成功, 而对其 他的数据编程能够成功, 所以, 这些特殊坏块并不是完全不能使用。
将上述阶段闪存中 "对数据敏感的特殊坏块" 扫描标记出来后, 即可对这些 "对某种特定数据编程不能成功, 而对其他的数据编程能够成功" 的特殊闪存 坏块进行利用; 在闪存的使用阶段, 将这些 "对数据敏感的特殊坏块" 放入替 换区中和好块一起备用, 而不是现有技术将其完全弃之不用; 图 2所示为本发明 方法对这种 "对数据敏感的特殊坏块" 的利用流程示意图, 使用具体步骤如下:
C1. 在替换区中 "对数据敏感的特殊坏块" 收到使用请求时, 固化软件尝试 对其写入数据;
C2. 如果写数据成功, 表示该 "对数据敏感的特殊坏块" 可以接受被写入的 数据, 写入成功; 如果写数据不成功, 表示该 "对数据敏感的特殊坏块" 不能 接受被写入的数据, 写入失败;
C3. 执行步骤 C2 , 写入失败后, 则将该 "对数据敏感的特殊坏块" 再次放入 替换区, 等待下次被写入其他数据。

Claims

权 利 要 求 书
1.一种闪存坏块的利用方法, 包括以下步骤:
A. 借助量产工具软件扫描所有闪存, 发现其中的坏块并记录在闪存控制器 内;
B. 对量产工具软件扫描发现的闪存坏块根据事先设定的 "可供利用" 之筛 选条件再次扫描, 符合 选条件的所述坏块被标记并记录在闪存控制器内, 等 待使用; 不符合 选条件的坏块则标记为真正的坏块被记录在闪存控制器内, 不再使用; 重复所述扫描和标记过程直到所有闪存坏块都被标记和记录;
C 将步骤 B扫描发现的闪存中符合 "可供利用" 之筛选条件的坏块放在替 换区等待使用。
2.根据权利要求 1所述的闪存坏块的利用方法, 其特征在于: 步骤 A中所 述的坏块是指超过闪存控制器 ECC糾错范围的闪存块。
3.根据权利要求 1所述的闪存坏块的利用方法, 其特征在于: 步骤 B中所 述 "可供利用" 之筛选条件是闪存坏块为 "对数据敏感的特殊坏块", 是指那种 对某些特定数据编程不能成功, 而对另外的数据编程能够成功的闪存坏块。
4.根据权利要求 1 所述的闪存坏块的利用方法, 其特征在于: 所述步骤 C 还包括以下分步骤:
C1.在替换区中符合 "可供利用" 之筛选条件的坏块收到使用请求时, 固化 软件尝试对其写入数据; C2.如果写数据成功, 表示该 "可供利用" 之筛选条件的坏块可以接受被写 入的数据, 写入成功; 如果写数据不成功, 表示该 "可供利用" 之筛选条件的 坏块不能接受被写入的数据, 写入失败;
C3.执行步骤 C2 , 写入失败后, 则将该 "可供利用"之筛选条件的坏块再次 放入替换区, 等待下次被写入其他数据。
PCT/CN2009/074566 2009-04-10 2009-10-22 闪存坏块的利用方法 WO2010115332A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/269,636 US8732519B2 (en) 2009-04-10 2011-10-10 Method for using bad blocks of flash memory

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200910106561.9 2009-04-10
CN200910106561A CN101859604B (zh) 2009-04-10 2009-04-10 闪存坏块的利用方法

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/269,636 Continuation US8732519B2 (en) 2009-04-10 2011-10-10 Method for using bad blocks of flash memory

Publications (1)

Publication Number Publication Date
WO2010115332A1 true WO2010115332A1 (zh) 2010-10-14

Family

ID=42935633

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/074566 WO2010115332A1 (zh) 2009-04-10 2009-10-22 闪存坏块的利用方法

Country Status (3)

Country Link
US (1) US8732519B2 (zh)
CN (1) CN101859604B (zh)
WO (1) WO2010115332A1 (zh)

Families Citing this family (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102253899A (zh) * 2011-07-28 2011-11-23 张岭 一种提高闪存芯片存储单元使用效率的方法
CN102880554B (zh) * 2012-10-09 2013-12-25 邹粤林 提高闪存芯片存储效率的方法、闪存存储系统及其控制器
US9152488B2 (en) 2013-06-25 2015-10-06 Sandisk Technologies Inc. Storage module and low-complexity methods for assessing the health of a flash memory device
US9455048B2 (en) * 2013-06-28 2016-09-27 Sandisk Technologies Llc NAND flash word line management using multiple fragment pools
US9501400B2 (en) * 2013-11-13 2016-11-22 Sandisk Technologies Llc Identification and operation of sub-prime blocks in nonvolatile memory
TWI515737B (zh) * 2013-12-09 2016-01-01 慧榮科技股份有限公司 資料儲存裝置以及其資料抹除方法
US9823860B2 (en) * 2014-03-14 2017-11-21 Nxp B.V. One-time programming in reprogrammable memory
US9760303B2 (en) 2015-09-29 2017-09-12 Sandisk Technologies Llc Partially-bad block operation in 3-D nonvolatile memory
US9997258B2 (en) 2016-05-10 2018-06-12 Sandisk Technologies Llc Using non-volatile memory bad blocks
CN106486170B (zh) * 2016-09-06 2019-11-26 深圳忆数存储技术有限公司 固态硬盘的潜在坏块定位方法及装置
CN106527997B (zh) * 2016-11-25 2019-07-16 西安电子科技大学 基于扩序列的NAND Flash坏块重复利用的方法及装置
KR20180087494A (ko) * 2017-01-23 2018-08-02 에스케이하이닉스 주식회사 메모리 장치, 메모리 시스템 및 메모리 시스템의 동작 방법
TWI687933B (zh) * 2017-03-03 2020-03-11 慧榮科技股份有限公司 資料儲存裝置及其區塊釋放方法
KR102395434B1 (ko) 2017-03-20 2022-05-09 삼성전자주식회사 비휘발성 메모리 장치 및 이를 포함하는 메모리 시스템
US10324859B2 (en) * 2017-06-26 2019-06-18 Western Digital Technologies, Inc. Multi-plane memory management
US10346232B2 (en) 2017-08-16 2019-07-09 Western Digital Technologies, Inc. Non-volatile storage with failure prediction
US10223216B1 (en) 2017-10-30 2019-03-05 Western Digital Technologies, Inc. Non-volatile storage system that reclaims bad blocks
CN108182960A (zh) * 2018-01-12 2018-06-19 江苏华存电子科技有限公司 一种提升储存装置可用容量的坏块管理方法
KR102410306B1 (ko) * 2018-01-29 2022-06-20 에스케이하이닉스 주식회사 메모리 시스템 및 그것의 동작 방법
CN110471620B (zh) * 2019-07-09 2022-11-22 深圳市德明利技术股份有限公司 一种闪存的数据引导方法和装置以及设备
CN115470052B (zh) * 2022-07-04 2023-11-10 上海江波龙数字技术有限公司 存储芯片的坏块检测方法、检测装置及存储介质
CN117789808B (zh) * 2024-02-26 2024-05-24 合肥康芯威存储技术有限公司 一种存储器及其坏块纠错方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101110058A (zh) * 2006-07-20 2008-01-23 何纯淳 闪速存储器的回收方法
CN101320594A (zh) * 2008-05-21 2008-12-10 深圳市硅格半导体有限公司 一种闪存芯片的物理操作方法
CN101369462A (zh) * 2007-08-17 2009-02-18 芯邦科技(深圳)有限公司 一种用于瑕疵闪存动态补偿方法及装置
CN101369463A (zh) * 2007-08-17 2009-02-18 芯邦科技(深圳)有限公司 闪存检测分类方法

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100472460B1 (ko) * 2002-07-04 2005-03-10 삼성전자주식회사 메모리의 결함 복구 방법 및 그에 적합한 장치
KR100645058B1 (ko) * 2004-11-03 2006-11-10 삼성전자주식회사 데이터 신뢰성을 향상시킬 수 있는 메모리 관리 기법
WO2007010829A1 (ja) * 2005-07-15 2007-01-25 Matsushita Electric Industrial Co., Ltd. 不揮発性記憶装置、メモリコントローラ及び不良領域検出方法
US7657701B2 (en) * 2007-01-03 2010-02-02 The General Electric Company System and method of flash memory wear leveling using distributed write cycles
KR101091844B1 (ko) * 2007-05-17 2011-12-12 삼성전자주식회사 고속으로 배드 블록을 검색하는 플래시 메모리 시스템 및그것의 배드 블록 관리 방법
US8095851B2 (en) * 2007-09-06 2012-01-10 Siliconsystems, Inc. Storage subsystem capable of adjusting ECC settings based on monitored conditions
US7796451B2 (en) * 2007-12-10 2010-09-14 Unity Semiconductor Corporation Integrated circuits and methods to compensate for defective memory in multiple layers of memory
WO2009124320A1 (en) * 2008-04-05 2009-10-08 Fusion Multisystems, Inc. Apparatus, system, and method for bad block remapping
US8301942B2 (en) * 2009-04-10 2012-10-30 International Business Machines Corporation Managing possibly logically bad blocks in storage devices
JP5426438B2 (ja) * 2009-04-30 2014-02-26 株式会社東芝 不揮発性半導体記憶装置
KR101090394B1 (ko) * 2009-12-24 2011-12-07 주식회사 하이닉스반도체 예비 영역을 유동적으로 관리하는 반도체 스토리지 시스템 및 그 제어 방법
US8363443B2 (en) * 2010-02-01 2013-01-29 Unity Semiconductor Corporation Circuits and techniques to compensate data signals for variations of parameters affecting memory cells in cross-point arrays

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101110058A (zh) * 2006-07-20 2008-01-23 何纯淳 闪速存储器的回收方法
CN101369462A (zh) * 2007-08-17 2009-02-18 芯邦科技(深圳)有限公司 一种用于瑕疵闪存动态补偿方法及装置
CN101369463A (zh) * 2007-08-17 2009-02-18 芯邦科技(深圳)有限公司 闪存检测分类方法
CN101320594A (zh) * 2008-05-21 2008-12-10 深圳市硅格半导体有限公司 一种闪存芯片的物理操作方法

Also Published As

Publication number Publication date
CN101859604A (zh) 2010-10-13
US8732519B2 (en) 2014-05-20
US20120060054A1 (en) 2012-03-08
CN101859604B (zh) 2012-10-24

Similar Documents

Publication Publication Date Title
WO2010115332A1 (zh) 闪存坏块的利用方法
TWI425523B (zh) 混合型快閃儲存裝置及其操作方法
US8046645B2 (en) Bad block identifying method for flash memory, storage system, and controller thereof
JP4954974B2 (ja) 少なくとも一つの共通データi/oバスに接続された複数の不揮発性メモリ中における論理データ・ブロックをフラッシュ・ブロックに記憶する方法およびシステム
TWI557561B (zh) 記憶體管理方法、記憶體控制電路單元與記憶體儲存裝置
US8533385B2 (en) Method for preventing read-disturb happened in non-volatile memory and controller thereof
US7564721B2 (en) Method and apparatus for improving storage performance using a background erase
CN108595345B (zh) 管理闪存中所储存的数据的方法及相关记忆装置与控制器
US8738842B2 (en) Solid state disk controller and data processing method thereof
US20090265505A1 (en) Data writing method, and flash storage system and controller using the same
US20100042774A1 (en) Block management method for flash memory, and storage system and controller using the same
TWI498899B (zh) 資料寫入方法、記憶體控制電路單元與記憶體儲存裝置
US20100180069A1 (en) Block management method for flash memory, and storage system and controller using the same
US20100057979A1 (en) Data transmission method for flash memory and flash memory storage system and controller using the same
TWI454913B (zh) 資料寫入方法、記憶體控制器與記憶體儲存裝置
TWI479315B (zh) 記憶體儲存裝置、其記憶體控制器與資料寫入方法
US9552287B2 (en) Data management method, memory controller and embedded memory storage apparatus using the same
CN101667157A (zh) 闪存数据传输方法、闪存储存系统及控制器
US20100088540A1 (en) Block management and replacement method, flash memory storage system and controller using the same
CN108228093B (zh) 使用后台介质扫描来监控存储器的方法和装置
JP2010262507A5 (zh)
US20090210612A1 (en) Memory controller, nonvolatile memory device, and nonvolatile memory system
JP4762323B2 (ja) アクセス制御装置、情報処理装置、アクセス制御プログラム及びアクセス制御方法
JP2006338083A (ja) メモリコントローラ
US20090182932A1 (en) Method for managing flash memory blocks and controller using the same

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 09842893

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 09842893

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC, EPO FORM 1205A DATED 28.02.2012

122 Ep: pct application non-entry in european phase

Ref document number: 09842893

Country of ref document: EP

Kind code of ref document: A1