SSD Transfer Buffer Utilization via NAND Page Buffers

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Misplacement errors are a significant issue in Multi-Level Cell (MLC) and Triple Level Cell (TLC) NAND flash memory due to the lack of internal error checking and correction mechanisms, leading to errors when writing upper page data after reading and correcting lower page data.

Innovation Solution

Implementing a transfer buffer with an ECC engine in the SSD controller to perform error checking and correction on lower page data before writing upper page data, and using NAND page buffers to store upper page data, thereby reducing the size requirements of the transfer buffer and minimizing misplacement errors.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If a transfer buffer is used to store both lower page data and upper page data simultaneously for error correction, then misplacement errors are reduced, but the transfer buffer size increases

Engineering Contradiction:
Improvemisplacement error reductionVSAvoidtransfer buffer size
Core Design Contradiction:
ReliabilityVSQuantity of substance

Solution Approach 1:

The patent divides the data storage function into two separate buffers: a first buffer for lower page data and a second buffer for upper page data. This segmentation allows each buffer to be optimized independently and reduces the total buffer size requirement compared to a single buffer needing to hold both types of data simultaneously.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces a page buffer as an intermediary component between the NAND flash memory and the transfer buffer. The page buffer temporarily stores page data during read operations, allowing the transfer buffer to focus solely on storing corrected lower page data without needing to accommodate upper page data, thus reducing transfer buffer size requirements.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If error checking and correction is performed on lower page data before writing upper page data, then misplacement errors are corrected, but the writing process time increases

Engineering Contradiction:
Improveerror correctionVSAvoidwriting process time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent performs error checking and correction on lower page data before the upper page data writing operation begins. By completing the ECC process in advance on the lower page data, the system ensures that when upper page data is written, the lower page data is already corrected and ready, preventing misplacement errors without delaying the overall write operation.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent maintains continuous data flow by using the page buffer to hold upper page data while the transfer buffer simultaneously processes lower page data for ECC. This overlapping of operations allows error correction to proceed in parallel with data preparation, ensuring continuous useful action without unnecessary delays.

Inventive Principle:
Principle #20Continuity of useful action

3Quantity of substance

If a large transfer buffer is used to accommodate both lower and upper page data, then data storage capacity is sufficient, but the device complexity increases

Engineering Contradiction:
Improvedata storage capacityVSAvoidtransfer buffer management complexity
Core Design Contradiction:
Quantity of substanceVSDevice complexity

Solution Approach 1:

The patent segments the transfer buffer into two distinct buffers: a first buffer for lower page data and a second buffer for upper page data. This segmentation simplifies buffer management by allowing independent control and allocation of each buffer, reducing the complexity compared to managing a single large buffer that must handle both data types simultaneously.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The page buffer acts as an intermediary that simplifies the data flow between NAND flash memory and the transfer buffer. By introducing this intermediate storage layer, the system reduces the complexity of coordinating data transfers and error correction operations, as the page buffer automatically manages temporary data storage during read operations.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS9529668B2Method and system for using NAND page buffers to improve the transfer buffer utilization of a solid state drive
Publication Date: 2016.12.27 SK HYNIX NAND PRODUCT SOLUTIONS CORP
  • US9529668B2 patent drawing
  • US9529668B2 patent drawing
  • US9529668B2 patent drawing

AI summary

A page data (e.g., upper page data) received from a host is stored in a transfer buffer of a controller of a solid state drive. Another page data (e.g., lower page data) is read from a non-volatile memory (e.g., a NAND memory) to store in the transfer buffer as an error corrected page data. The error corrected page data and the page data are written to the non-volatile memory. In additional embodiments, a controller loads a page data (e.g., upper page data) received from the host in one or more NAND page buffers. The controller reads another page data (e.g., lower page data) from a NAND memory to store in a transfer buffer as an error corrected page data. The error corrected page data stored in the transfer buffer is loaded to the one or more NAND page buffers.