JP2008204528A - メモリ制御方法およびメモリシステム - Google Patents
メモリ制御方法およびメモリシステム Download PDFInfo
- Publication number
- JP2008204528A JP2008204528A JP2007037772A JP2007037772A JP2008204528A JP 2008204528 A JP2008204528 A JP 2008204528A JP 2007037772 A JP2007037772 A JP 2007037772A JP 2007037772 A JP2007037772 A JP 2007037772A JP 2008204528 A JP2008204528 A JP 2008204528A
- Authority
- JP
- Japan
- Prior art keywords
- memory
- data
- conversion
- control method
- code
- Prior art date
- Legal status (The legal status 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 status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/04—Addressing variable-length words or parts of words
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/0223—User address space allocation, e.g. contiguous or non contiguous base addressing
- G06F12/023—Free address space management
- G06F12/0238—Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory
- G06F12/0246—Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory in block erasable memory, e.g. flash memory
-
- G—PHYSICS
- G11—INFORMATION STORAGE
- G11C—STATIC STORES
- G11C16/00—Erasable programmable read-only memories
- G11C16/02—Erasable programmable read-only memories electrically programmable
- G11C16/06—Auxiliary circuits, e.g. for writing into memory
- G11C16/22—Safety or protection circuits preventing unauthorised or accidental access to memory cells
-
- G—PHYSICS
- G11—INFORMATION STORAGE
- G11C—STATIC STORES
- G11C16/00—Erasable programmable read-only memories
- G11C16/02—Erasable programmable read-only memories electrically programmable
- G11C16/06—Auxiliary circuits, e.g. for writing into memory
- G11C16/34—Determination of programming status, e.g. threshold voltage, overprogramming or underprogramming, retention
- G11C16/3418—Disturbance prevention or evaluation; Refreshing of disturbed memory data
- G11C16/3427—Circuits or methods to prevent or reduce disturbance of the state of a memory cell when neighbouring cells are read or written
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M7/00—Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
- H03M7/30—Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Memory System (AREA)
- Read Only Memory (AREA)
- Techniques For Improving Reliability Of Storages (AREA)
Abstract
【解決手段】意図せず書き換えられやすいデータを多く含む元データに対して、エラー耐性コード変換を施すことにより、意図せず書き換えられやすいデータを多く含まない変換データを生成してメモリ4に書き込む。ホストシステム1が元データを処理するときには、メモリ4は変換データを読み出す操作を行い、コード逆変換部33は変換データに対してエラー耐性コード変換に係る逆変換を施すことにより、元データと同一データである復元データを生成してホストシステム1に出力する。以上の手段により、データが繰り返し読み出されることにより、データが意図せず書き換えられる可能性を回避または低減することができる。
【選択図】図2
Description
2 メモリシステム
3 メモリコントローラ
4 メモリ
31 インターフェース部
32 アドレスデコーダ部
33 コード逆変換部
41R 元データ
41T 変換データ
41−1、41−2、41−3、41−4、41−N 変換データ領域
42−1、42−2、42−3、42−4、42−N 冗長領域
51 ビット線
52、53、54 ワード線
62 選択セル
63 非選択セル
64 選択トランジスタ
Claims (9)
- メモリに対する書き込みアクセスおよび読み出しアクセスを制御するメモリ制御方法であって、
元データにコード変換を施して生成された変換データを、前記メモリに対して書き込む変換データ書き込み工程と、
前記メモリから読み出した前記変換データに前記コード変換に係る逆変換を施して生成された復元データを、前記元データを処理するホストシステムに対して出力する復元データ出力工程と、
を備えることを特徴とするメモリ制御方法。 - 請求項1に記載のメモリ制御方法において、
前記変換データ書き込み工程は、
前記コード変換の種類を前記元データの特徴に応じて選択して、前記メモリに対して前記コード変換の種類を書き込む工程、
を含むことを特徴とするメモリ制御方法。 - 請求項1または請求項2に記載のメモリ制御方法において、
前記コード変換は、
ハフマン符号変換、
を含むことを特徴とするメモリ制御方法。 - 請求項1または請求項2に記載のメモリ制御方法において、
前記コード変換は、
ランレングス符号変換、
を含むことを特徴とするメモリ制御方法。 - 請求項1または請求項2に記載のメモリ制御方法において、
前記コード変換は、
二値反転変換、
を含むことを特徴とするメモリ制御方法。 - 請求項1または請求項2に記載のメモリ制御方法において、
前記コード変換は、
恒等変換、
を含むことを特徴とするメモリ制御方法。 - 請求項2ないし請求項6のいずれかに記載のメモリ制御方法において、
前記復元データ出力工程は、
前記メモリから読み出した前記コード変換の種類に基づいて、前記メモリから読み出した前記変換データに前記コード変換に係る逆変換を施す工程、
を含むことを特徴とするメモリ制御方法。 - 請求項1ないし請求項7のいずれかに記載のメモリ制御方法において、
前記変換データ書き込み工程および前記復元データ出力工程は、前記メモリの所定単位ごとに行われることを特徴とするメモリ制御方法。 - メモリと、メモリに対するアクセスを制御するメモリコントローラと、を備えるメモリシステムであって、
前記メモリは、
ホストシステムが処理する元データをコード変換することにより生成された変換データを格納する変換データ格納手段、
を備え、
前記メモリコントローラは、
前記メモリから読み出した前記変換データに前記コード変換に係る逆変換を施した後に、前記コード変換に係る逆変換により生成された復元データを前記ホストシステムに出力する変換データ復元手段、
を備えることを特徴とするメモリシステム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007037772A JP5028577B2 (ja) | 2007-02-19 | 2007-02-19 | メモリ制御方法およびメモリシステム |
US12/025,321 US8015370B2 (en) | 2007-02-19 | 2008-02-04 | Memory control method and memory system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007037772A JP5028577B2 (ja) | 2007-02-19 | 2007-02-19 | メモリ制御方法およびメモリシステム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2008204528A true JP2008204528A (ja) | 2008-09-04 |
JP5028577B2 JP5028577B2 (ja) | 2012-09-19 |
Family
ID=39707643
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007037772A Expired - Fee Related JP5028577B2 (ja) | 2007-02-19 | 2007-02-19 | メモリ制御方法およびメモリシステム |
Country Status (2)
Country | Link |
---|---|
US (1) | US8015370B2 (ja) |
JP (1) | JP5028577B2 (ja) |
Cited By (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010231778A (ja) * | 2009-03-04 | 2010-10-14 | Apple Inc | 不揮発性メモリに対してデータの読み出しおよび書き込みを行うためのデータホワイトニング |
JP2011028741A (ja) * | 2009-06-30 | 2011-02-10 | Panasonic Corp | 記憶装置およびメモリコントローラ |
US8255643B2 (en) | 2009-02-24 | 2012-08-28 | Samsung Electronics Co., Ltd. | Memory system and data processing method thereof |
US8339854B2 (en) | 2009-04-08 | 2012-12-25 | Samsung Electronics Co., Ltd. | Nonvolatile memory device and data randomizing method thereof |
US8432735B2 (en) | 2009-08-07 | 2013-04-30 | Samsung Electronics Co., Ltd. | Memory system and related method of programming |
US8583855B2 (en) | 2009-06-24 | 2013-11-12 | Samsung Electronics Co., Ltd. | Flash memory preprocessing system and method |
US8806302B2 (en) | 2009-02-09 | 2014-08-12 | Samsung Electronics Co., Ltd. | Semiconductor memory device and data processing method thereof |
US8874934B2 (en) | 2009-03-04 | 2014-10-28 | Samsung Electronics Co., Ltd. | Nonvolatile memory device and operating method |
US9495518B2 (en) | 2011-02-28 | 2016-11-15 | Samsung Electronics Co., Ltd. | Method of reliably reading data stored in multi-level cell (MLC) non-volatile memory |
JP2023029560A (ja) * | 2019-02-14 | 2023-03-03 | キオクシア株式会社 | 不揮発性半導体記憶装置 |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20100099961A (ko) * | 2009-03-04 | 2010-09-15 | 삼성전자주식회사 | 불휘발성 메모리 장치 및 그 동작 방법 |
JP5482275B2 (ja) * | 2009-04-01 | 2014-05-07 | セイコーエプソン株式会社 | 記憶装置、基板、液体容器、データ記憶部に書き込むべきデータをホスト回路から受け付ける方法、ホスト回路に対し電気的に接続可能な記憶装置を含むシステム |
CN101859235B (zh) * | 2009-04-01 | 2013-09-18 | 精工爱普生株式会社 | 具有多个存储装置的系统以及用于该系统的数据传输方法 |
JP5556371B2 (ja) | 2010-05-25 | 2014-07-23 | セイコーエプソン株式会社 | 記憶装置、基板、液体容器、データ記憶部に書き込むべきデータをホスト回路から受け付ける方法、ホスト回路に対し電気的に接続可能な記憶装置を含むシステム |
US10346419B1 (en) * | 2015-08-11 | 2019-07-09 | Workday, Inc. | On-the-fly structure change data conversion |
US10204043B2 (en) | 2016-03-08 | 2019-02-12 | Toshiba Memory Corporation | Memory controller, method of controlling nonvolatile memory and memory system |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH09204783A (ja) * | 1996-01-25 | 1997-08-05 | Sony Corp | 半導体不揮発性記憶装置 |
JPH1055687A (ja) * | 1996-08-09 | 1998-02-24 | Sony Corp | 不揮発性半導体記憶装置 |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6819271B2 (en) * | 1999-01-29 | 2004-11-16 | Quickshift, Inc. | Parallel compression and decompression system and method having multiple parallel compression and decompression engines |
US7177977B2 (en) | 2004-03-19 | 2007-02-13 | Sandisk Corporation | Operating non-volatile memory without read disturb limitations |
US7716415B2 (en) * | 2006-08-01 | 2010-05-11 | Sandisk Il Ltd. | Method of avoiding errors in flash memory |
-
2007
- 2007-02-19 JP JP2007037772A patent/JP5028577B2/ja not_active Expired - Fee Related
-
2008
- 2008-02-04 US US12/025,321 patent/US8015370B2/en not_active Expired - Fee Related
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH09204783A (ja) * | 1996-01-25 | 1997-08-05 | Sony Corp | 半導体不揮発性記憶装置 |
JPH1055687A (ja) * | 1996-08-09 | 1998-02-24 | Sony Corp | 不揮発性半導体記憶装置 |
Cited By (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8806302B2 (en) | 2009-02-09 | 2014-08-12 | Samsung Electronics Co., Ltd. | Semiconductor memory device and data processing method thereof |
US8255643B2 (en) | 2009-02-24 | 2012-08-28 | Samsung Electronics Co., Ltd. | Memory system and data processing method thereof |
JP2010231778A (ja) * | 2009-03-04 | 2010-10-14 | Apple Inc | 不揮発性メモリに対してデータの読み出しおよび書き込みを行うためのデータホワイトニング |
US8874934B2 (en) | 2009-03-04 | 2014-10-28 | Samsung Electronics Co., Ltd. | Nonvolatile memory device and operating method |
US8918655B2 (en) | 2009-03-04 | 2014-12-23 | Apple Inc. | Data whitening for writing and reading data to and from a non-volatile memory |
US8339854B2 (en) | 2009-04-08 | 2012-12-25 | Samsung Electronics Co., Ltd. | Nonvolatile memory device and data randomizing method thereof |
US8583855B2 (en) | 2009-06-24 | 2013-11-12 | Samsung Electronics Co., Ltd. | Flash memory preprocessing system and method |
JP2011028741A (ja) * | 2009-06-30 | 2011-02-10 | Panasonic Corp | 記憶装置およびメモリコントローラ |
US8432735B2 (en) | 2009-08-07 | 2013-04-30 | Samsung Electronics Co., Ltd. | Memory system and related method of programming |
US9495518B2 (en) | 2011-02-28 | 2016-11-15 | Samsung Electronics Co., Ltd. | Method of reliably reading data stored in multi-level cell (MLC) non-volatile memory |
JP2023029560A (ja) * | 2019-02-14 | 2023-03-03 | キオクシア株式会社 | 不揮発性半導体記憶装置 |
JP7375231B2 (ja) | 2019-02-14 | 2023-11-07 | キオクシア株式会社 | 不揮発性半導体記憶装置 |
Also Published As
Publication number | Publication date |
---|---|
US8015370B2 (en) | 2011-09-06 |
JP5028577B2 (ja) | 2012-09-19 |
US20080201538A1 (en) | 2008-08-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5028577B2 (ja) | メモリ制御方法およびメモリシステム | |
US9697076B2 (en) | Data storage device and error correction method thereof | |
JP4925301B2 (ja) | 半導体メモリシステム | |
JP5021220B2 (ja) | 不揮発性メモリ装置及びそのマルチページコピーバック方法 | |
JP5137002B2 (ja) | メモリコントローラ | |
US8423706B2 (en) | Apparatus and method to prevent data loss in nonvolatile memory | |
US20070297265A1 (en) | Nonvolatile memory, apparatus and method for determining data validity of the same | |
US10241678B2 (en) | Data storage device and data writing method capable of avoiding repeated write operation of a TLC block when interrupted | |
KR20080069389A (ko) | 플래시 메모리 장치 및 동작 방법 | |
CN103324443A (zh) | 存储控制装置、存储装置、信息处理系统及其处理方法 | |
US9520184B2 (en) | Method for writing in-system programming code into flash memory for better noise margin | |
US9405620B2 (en) | Data storage device and error correction method thereof | |
JP2006277921A (ja) | 複数のストリングを使用して状態情報を保存する方法及び不揮発性保存装置 | |
US20170103815A1 (en) | Data Storage Device and Data Maintenance Method | |
US20170285953A1 (en) | Data Storage Device and Data Maintenance Method thereof | |
TW201704996A (zh) | 包括半導體記憶體裝置的記憶體系統及其操作方法 | |
CN108108261A (zh) | 数据存储装置及其操作方法 | |
KR101348354B1 (ko) | 낸드 플래시 메모리 장치의 페이지 데이터 독출 방법 | |
JP5602984B2 (ja) | メモリコントローラ | |
KR101270685B1 (ko) | 비휘발성 메모리의 데이터 처리 장치 및 방법 | |
US8046529B2 (en) | Updating control information in non-volatile memory to control selection of content | |
US7719893B2 (en) | Nonvolatile memory and apparatus and method for deciding data validity for the same | |
JP2006221743A (ja) | 記憶システムと半導体記憶装置の書き込み方法 | |
US10658042B2 (en) | Semiconductor memory device and method of erasing data of partial page and overwriting partial page with predetermined data | |
US10019186B2 (en) | Data maintenance method for error control and data storage device using the same |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20090323 |
|
A711 | Notification of change in applicant |
Free format text: JAPANESE INTERMEDIATE CODE: A712 Effective date: 20090323 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20111013 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20111115 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120112 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20120424 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20120516 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5028577 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150706 Year of fee payment: 3 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |