Flash Memory Wear Management and Capacity Resizing

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Flash memory systems face performance degradation due to uneven wear of memory cells, leading to unreliable data storage and eventual unusability, with existing methods providing no linear measure of remaining life or warning before reaching end-of-life, resulting in data loss and system failure.

Innovation Solution

A method to resize the capacity of flash memory devices by providing a set of commands that allow hosts to request status, report logical unit sizes, and erase specified units, extending the usable life by updating the memory device's database and logically reformatting it, while also calculating remaining life in time units or percentage, and providing an end-of-life warning.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If flash memory cells are repetitively programmed and erased to increase storage usage, then storage capacity utilization is improved, but cell wear increases leading to premature end of life

Engineering Contradiction:
Improvestorage capacity utilizationVSAvoidcell wear resistance
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The system performs preliminary wear leveling by tracking erase counts for each physical block and proactively redistributing data before any cell reaches its wear limit. The controller monitors usage patterns and preemptively moves data from high-wear blocks to low-wear blocks, preventing premature end-of-life before it occurs.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system dynamically changes the mapping parameters between logical block addresses and physical blocks based on wear status. By adjusting the LBA-to-physical-block mapping in real-time according to erase cycle counts, the system optimizes both storage utilization and wear distribution, extending overall system life while maintaining full capacity usage.

Inventive Principle:
Principle #35Parameter changes

2Reliability

If wear leveling is implemented to distribute erase cycles evenly, then cell wear resistance is improved, but system complexity increases due to additional tracking and management overhead

Engineering Contradiction:
Improvewear distributionVSAvoidwear management complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The wear leveling system operates autonomously without requiring host intervention. The controller automatically tracks erase counts, identifies worn blocks, and redistributes data in the background, making the complexity transparent to the user while maintaining simple host-side operations.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system implements continuous feedback by monitoring erase cycle counts for each physical block and using this information to dynamically adjust data placement. The controller reads wear status, processes this feedback, and automatically remaps data to balance wear, creating a self-regulating system that manages complexity internally.

Inventive Principle:
Principle #23Feedback

3Reliability

If end of life warning is provided based on spare block count, then reliability is improved through early warning, but warning accuracy deteriorates because it does not account for linear wear progression

Engineering Contradiction:
Improveearly warning capabilityVSAvoidremaining life accuracy
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The system transitions from using discrete spare block count as the warning parameter to using a continuous linear wear metric based on average erase cycles per block. This parameter change provides a more accurate representation of actual remaining life, transforming the warning system from a coarse threshold-based alert to a precise progressive indicator.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The system replaces the mechanical counting method (tracking individual spare blocks) with a mathematical model that calculates remaining life based on erase cycle statistics. This substitution enables linear wear progression tracking and provides more accurate predictions of actual remaining operational life.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Data Source

PatentUS7596656B2Memory cards with end of life recovery and resizing
Publication Date: 2009.09.29 SANDISK TECHNOLOGIES LLC
  • US7596656B2 patent drawing
  • US7596656B2 patent drawing
  • US7596656B2 patent drawing

AI summary

A system and methods are given for providing information on the amount of life remaining for a memory having a limited lifespan, such as a flash memory card. For example, it can provide a user with the amount of the memory's expected remaining lifetime in real time units or as a percentage of estimated initial life. An end of life warning can also be provided. The memory device can be resized by host command. In an exemplary embodiment, a host can send a request to the memory device obtain its status and the size of logical units with which it operates. Based on this information, portions of the memory device can be erased, after which it can be reformatted and operated with a reduce capacity.