JP2001318824A - System for managing data of flash memory and recording medium with its program recorded - Google Patents

System for managing data of flash memory and recording medium with its program recorded

Info

Publication number
JP2001318824A
JP2001318824A JP2000142325A JP2000142325A JP2001318824A JP 2001318824 A JP2001318824 A JP 2001318824A JP 2000142325 A JP2000142325 A JP 2000142325A JP 2000142325 A JP2000142325 A JP 2000142325A JP 2001318824 A JP2001318824 A JP 2001318824A
Authority
JP
Japan
Prior art keywords
data
address
written
flash memory
writing
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.)
Pending
Application number
JP2000142325A
Other languages
Japanese (ja)
Inventor
Shinichi Sato
晋一 佐藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Miyagi Ltd
Original Assignee
NEC Miyagi Ltd
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 NEC Miyagi Ltd filed Critical NEC Miyagi Ltd
Priority to JP2000142325A priority Critical patent/JP2001318824A/en
Publication of JP2001318824A publication Critical patent/JP2001318824A/en
Pending legal-status Critical Current

Links

Landscapes

  • Read Only Memory (AREA)
  • For Increasing The Reliability Of Semiconductor Memories (AREA)
  • Memory System (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a data managing method for stacking rewrite data in a flash memory per data kind, and reducing the number of times of data erasing on the flash memory. SOLUTION: A data management table 1 is set for each data which are likely to be rewritten in a flash memory so that it is possible to stack the rewrite data in the flash memory per data kind.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、データ書き込みの
前に消去を必要とし、その消去回数について限度がある
例えばフラッシュメモリなどのメモリにおけるフラッシ
ュメモリのデータ管理方式およびそのプログラムを記録
した記録媒体に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data management method for a flash memory in a memory such as a flash memory which requires erasure before data writing and has a limit on the number of erasures, and a recording medium on which a program is recorded. .

【0002】[0002]

【従来の技術】従来、フラッシュメモリ上でのデータの
書き込みは、1Byteもしくは1Wordの単位で、
書き込みデータと既存のデータとのANDにより行われ
ている。そのため、一度「0」を書き込んだBitに
「1」を書き込むことはできない。従って、再度同じア
ドレスに書き込みを行うには、フラッシュメモリ上で消
去操作を行ない全Bitを「1」に戻さなければならな
い。
2. Description of the Related Art Conventionally, data writing on a flash memory is performed in units of 1 Byte or 1 Word.
This is performed by ANDing the write data with the existing data. Therefore, "1" cannot be written to the bit to which "0" has been written once. Therefore, in order to write to the same address again, it is necessary to perform an erasing operation on the flash memory to return all bits to “1”.

【0003】消去可能な最小単位は1Block(フラ
ッシュメモリデバイスによって規定された管理単位、通
常:数KByte)であるため、たとえ1Byteデー
タの再書き込みであっても、既にフラッシュメモリ上で
書き込まれている既存のデータを保存し、その後1Bl
ockの消去動作を行って、その保存データを再書き込
みを行うといった動作が必要であった。従来のフラッシ
ュメモリ上での書き込み方法の一例を図6に示す。
[0003] The minimum unit that can be erased is 1 Block (a management unit defined by a flash memory device, usually: several KB). Therefore, even if 1-byte data is rewritten, it has already been written in the flash memory. Save existing data, then 1Bl
It is necessary to perform an operation of erasing the ock and rewriting the stored data. FIG. 6 shows an example of a conventional writing method on a flash memory.

【0004】しかしながら、従来のフラッシュメモリ上
の書き込み方法では、1Blockの消去時間と既存の
データのデータ数に比例して書き込み時間が長くなり、
また、データの保存はRAMにて行うため、データを保
存している時間が長ければ長いほど、CPUによるRe
set動作などによりデータが消失してしまう可能性が
高くなるといった問題点があった。
However, in the conventional writing method on the flash memory, the writing time becomes longer in proportion to the erasing time of one block and the number of existing data.
Also, since the data is stored in the RAM, the longer the data is stored, the longer the Re by the CPU.
There is a problem that the possibility of data loss due to a set operation or the like increases.

【0005】また、従来技術の具体例として、特開平9
−259046号公報において、消去回数が少なくて済
み、メモリの長寿命化を図ることができるフラッシュメ
モリへのデータ格納方法及びフラッシュメモリからのデ
ータ読み込み方法が開示されているが、本従来技術で
は、単一種類のデータしか扱えず、複数種類のデータに
対する書き換えについては開示されていない。
As a specific example of the prior art, Japanese Patent Application Laid-Open
Japanese Patent Application Laid-Open No. 259046 discloses a method of storing data in a flash memory and a method of reading data from the flash memory which can reduce the number of times of erasing and extend the life of the memory. It can handle only a single type of data, and does not disclose rewriting of a plurality of types of data.

【0006】[0006]

【発明が解決しようとする課題】本発明は、上記問題点
に鑑みてなされたものであり、書き換えの可能性がある
データ毎にデータ管理テーブルを設定することで、デー
タ種別毎に再書き込みデータのフラッシュメモリへのス
タックを可能とし、フラッシュメモリ上でのデータの消
去回数を減少させるフラッシュメモリのデータ管理方式
およびそのプログラムを記録した記録媒体を提供するこ
とを目的とする。
SUMMARY OF THE INVENTION The present invention has been made in view of the above problems, and sets a data management table for each piece of data that may be rewritten, thereby rewriting data for each data type. It is an object of the present invention to provide a data management method for a flash memory and a recording medium on which a program thereof is recorded, which enables stacking on a flash memory and reduces the number of times of erasing data on the flash memory.

【0007】[0007]

【課題を解決するための手段】かかる目的を達成するた
めに、請求項1記載の発明は、書き換えの可能性のある
データ種別毎にデータ管理テーブルを有し、該データ管
理テーブルは、書き込みデータをスタックするデータテ
ーブルと、該スタックされたデータのアドレスデータを
先頭アドレスから順次保持するアドレステーブルとを含
み、該アドレステーブル上でアドレスデータが書き込ま
れていない箇所に対応する前記データテーブルの箇所
に、新たに書き込もうとするデータが書き込まれること
を特徴とする。
In order to achieve the above object, the invention according to claim 1 has a data management table for each type of data that can be rewritten, and the data management table includes a write data table. And an address table for sequentially holding the address data of the stacked data from the top address. The data table corresponds to a location on the address table where no address data is written. , Data to be newly written is written.

【0008】請求項2記載の発明は、請求項1記載の発
明において、前記アドレステーブル上でアドレスデータ
が最後まで書き込まれていたときは、前記データ管理テ
ーブルを含むブロックの消去動作が行われることを特徴
とする。
According to a second aspect of the present invention, in the first aspect of the invention, when address data has been written to the end of the address table, an erasing operation of a block including the data management table is performed. It is characterized by.

【0009】請求項3記載の発明は、請求項1又は2記
載の発明において、前記フラッシュメモリのデータ管理
方式は、前記データ管理テーブルのアドレスの初期化を
行う手段と、前記データテーブルの先頭データを読み込
み、該先頭データが「未書き込み」か否かを判断する手
段と、該判断の結果、「未書き込み」であれば、前記デ
ータテーブルの先頭アドレスにデータの書き込みを行う
手段と、その書き込まれたデータの前記データテーブル
上でのアドレスデータを前記アドレステーブルの先頭ア
ドレスに書き込む手段と、を有することを特徴とする。
According to a third aspect of the present invention, in the first or second aspect of the present invention, the data management method of the flash memory includes: means for initializing an address of the data management table; Means for reading whether or not the head data is "unwritten"; means for writing data to the head address of the data table if the result of the determination is "unwritten"; Means for writing address data of the obtained data on the data table to a head address of the address table.

【0010】請求項4記載の発明は、請求項3記載の発
明において、前記判断の結果、前記先頭データが一度以
上書き込みがなされたデータであると判断されたとき、
前記データテーブル上で最新に書き込まれたデータのア
ドレスデータを前記アドレステーブル内から検索する手
段と、該検索されたアドレスデータの次のアドレスから
新たに書き込もうとするデータを書き込む手段と、該新
たに書き込まれたデータの前記データテーブル上の箇所
に対応する前記アドレステーブル上の箇所に、前記新た
に書き込まれたデータの前記データテーブル上における
アドレスデータを書き込む手段と、を有することを特徴
とする。
According to a fourth aspect of the present invention, in the third aspect of the present invention, when it is determined that the first data is data that has been written at least once,
Means for searching the address table for address data of data written most recently on the data table, means for writing data to be newly written from the next address of the searched address data, Means for writing address data of the newly written data on the data table at a location on the address table corresponding to a location of the written data on the data table.

【0011】請求項5記載の発明は、請求項4記載の発
明において、前記アドレステーブル上で最新に書き込ま
れたデータのアドレスデータを検索した結果、前記アド
レステーブル上でアドレスデータが最後まで書き込まれ
ていたときは、前記データ管理テーブルを含むブロック
の消去動作を行うことを特徴とする。
According to a fifth aspect of the present invention, in the invention of the fourth aspect, as a result of searching for the address data of the most recently written data on the address table, the address data is written to the end on the address table. If so, an erasing operation of the block including the data management table is performed.

【0012】請求項6記載の発明は、書き換えの可能性
のあるデータ種別毎に備えられたデータ管理テーブルの
アドレスの初期化を行う処理と、前記データ管理テーブ
ルに含まれ書き込みデータをスタックするデータテーブ
ルの先頭データを読み込み、該先頭データが「未書き込
み」か否かを判断する処理と、該判断の結果、「未書き
込み」であれば、前記データテーブルの先頭アドレスに
データの書き込みを行う処理と、その書き込まれたデー
タの前記データテーブル上でのアドレスデータを、前記
データ管理テーブルに含まれ前記データテーブルでスタ
ックされたデータのアドレスデータを先頭アドレスから
順次保持するアドレステーブルの先頭アドレスに書き込
む処理と、を実行するためのプログラムを記録媒体に記
録したことを特徴とする。
According to a sixth aspect of the present invention, there is provided a process for initializing an address of a data management table provided for each type of data that may be rewritten, and a method of stacking write data included in the data management table. A process of reading the head data of the table and determining whether or not the head data is “unwritten”, and a process of writing data to the head address of the data table if the result of the determination is “unwritten” Then, the address data of the written data on the data table is written to the head address of the address table which is included in the data management table and holds the address data of the data stacked in the data table sequentially from the head address. Processing and a program for executing the program are recorded on a recording medium. To.

【0013】請求項7記載の発明は、請求項6記載の発
明において、前記判断の結果、前記先頭データが一度以
上書き込みがなされたデータであると判断されたとき、
前記データテーブル上で最新に書き込まれたデータのア
ドレスデータを前記アドレステーブル内から検索する処
理と、該検索されたアドレスデータの次のアドレスから
新たに書き込もうとするデータを書き込む処理と、該新
たに書き込まれたデータの前記データテーブル上の箇所
に対応する前記アドレステーブル上の箇所に、前記新た
に書き込まれたデータの前記データテーブル上における
アドレスデータを書き込む処理と、を実行させるための
プログラムを記録媒体に記録したことを特徴とする。
According to a seventh aspect of the present invention, in the invention of the sixth aspect, when the result of the determination is that the head data is data that has been written at least once,
A process of searching the address table for address data of data written most recently on the data table, a process of writing data to be newly written from the next address of the searched address data, A program for executing, at a location on the address table corresponding to a location on the data table of the written data, a process of writing address data on the data table of the newly written data. It is characterized by being recorded on a medium.

【0014】請求項8記載の発明は、請求項7記載の発
明において、前記アドレステーブル上で最新に書き込ま
れたデータのアドレスデータを検索した結果、前記アド
レステーブル上でアドレスデータが最後まで書き込まれ
ていたときは、前記データ管理テーブルを含むブロック
の消去動作を行う処理を実行させるためのプログラムを
記録媒体に記録したことを特徴とする。
According to an eighth aspect of the present invention, in the invention according to the seventh aspect, as a result of searching for the address data of the most recently written data on the address table, the address data is written to the end on the address table. The program for executing a process of erasing a block including the data management table is recorded on a recording medium.

【0015】[0015]

【発明の実施の形態】本発明は、フラッシュメモリ上に
書き換えの可能性のあるデータ種別毎にデータ管理テー
ブルを設定している。このようなデータ管理テーブルを
設定することで、データ種別毎に再書き込みデータのフ
ラッシュメモリへのスタックを可能とし、従来技術にお
いて問題の要因となっていたフラッシュメモリの消去回
数を減少させる。
DESCRIPTION OF THE PREFERRED EMBODIMENTS In the present invention, a data management table is set on a flash memory for each type of data that may be rewritten. By setting such a data management table, rewriting data can be stacked on the flash memory for each data type, and the number of erasures of the flash memory, which has been a cause of a problem in the related art, can be reduced.

【0016】データ管理テーブルとは、書き込みデータ
をスタックするデータテーブルと、そのスタックされた
データのアドレスを先頭アドレスから順次保持するアド
レステーブルとの2つのテーブルで構成され、アドレス
テーブルでアドレスデータを管理できる回数だけフラッ
シュメモリの消去回数を減らすことができる。
The data management table is composed of two tables: a data table for stacking write data and an address table for sequentially holding the addresses of the stacked data from the head address. The address table manages the address data. It is possible to reduce the number of times of erasing the flash memory as much as possible.

【0017】データ管理テーブルを使用しフラッシュメ
モリへの書き込みを行う様子を図1に示す。本図では、
N−KByteで構成されるBlock(0番目)内の
DataCデータ管理テーブル1にデータの書き換えを
行う場合について示しており、DataCアドレステー
ブル11上では、データが書き込まれていない箇所(図
中「FF」)にアドレスデータ「01」を書き込み、D
ataCデータテーブル12上では、データが書き込ま
れていない箇所(「FF」)にデータ「32」が書き込
まれている。
FIG. 1 shows the manner in which data is written to the flash memory using the data management table. In this figure,
This figure shows a case where data is rewritten in the DataC data management table 1 in the Block (0th) composed of N-KB bytes. In the DataC address table 11, a portion where data is not written ("FF" in the figure) )) To write address data "01"
On the ataC data table 12, data "32" is written at a location where no data is written ("FF").

【0018】次に、本発明の実施形態における動作を図
2のフローチャート、図3〜図5のデータ管理テーブル
の構成図を参照しながら詳細に説明する。ここでは、書
き込むデータのサイズは1byteとして説明する。
Next, the operation in the embodiment of the present invention will be described in detail with reference to the flowchart of FIG. 2 and the configuration diagrams of the data management tables of FIGS. Here, the size of the data to be written is described as 1 byte.

【0019】先ず、図3に示されるように、データ管理
テーブル1(データテーブル11、アドレステーブル1
2)のアドレスの初期化を行なう(ステップS10
1)。次に、アドレステーブル12の先頭データを読み
込み、先頭データが「未書き込み(FF)」か否かを判
定する(ステップS102)。
First, as shown in FIG. 3, the data management table 1 (data table 11, address table 1
Initialize the address in 2) (step S10)
1). Next, the head data of the address table 12 is read, and it is determined whether or not the head data is “unwritten (FF)” (step S102).

【0020】判定の結果、未書き込みであれば(ステッ
プS102/YES)、データテーブル11の先頭アド
レスにデータの書き込みを行ない(ステップS10
8)、この書き込みアドレスをアドレステーブル12の
先頭に書き込む(ステップS109)。図4に、ステッ
プS102においてアドレステーブル12の先頭のデー
タが未書き込みであったときのデータ管理テーブル1へ
の書き込み例を示す。
If the result of determination is that data has not been written (step S102 / YES), data is written to the head address of the data table 11 (step S10).
8) Write this write address at the top of the address table 12 (step S109). FIG. 4 shows an example of writing to the data management table 1 when the head data of the address table 12 has not been written in step S102.

【0021】ステップS102において、アドレステー
ブル12の先頭データが一度以上書き込みがなされたデ
ータ(アドレステーブル12先頭に書かれているアドレ
スが「FF」以外)であると判定された場合(ステップ
S102/NO)、データテーブル上において最新に書
き込まれたデータのアドレスをアドレステーブル12内
から検索する。
When it is determined in step S102 that the head data of the address table 12 is data to which data has been written at least once (the address written at the head of the address table 12 is other than "FF") (step S102 / NO) ), Searching the address table 12 for the address of the most recently written data on the data table.

【0022】この検索動作について以下に説明する。ア
ドレステーブル12上のアドレスをインクリメントして
(ステップS103)、アドレステーブル12から順次
アドレスデータを読み込み、読み込んだデータがアドレ
ステーブルの最後のデータであるか否かを判断する(ス
テップS104)。読み込んだデータがアドレステーブ
ル12の最後のデータであると判断したときは(ステッ
プS104/YES)、アドレステーブル12には書き
込みがこれ以上できない状態なので、当該データ管理テ
ーブル1上で書き込もうとする箇所以外に格納される既
存データを保存し、当該ブロックを消去する(ステップ
S105b)。
The search operation will be described below. The address on the address table 12 is incremented (step S103), the address data is sequentially read from the address table 12, and it is determined whether or not the read data is the last data in the address table (step S104). When it is determined that the read data is the last data of the address table 12 (step S104 / YES), the address table 12 cannot be written any more. Is stored, and the block is erased (step S105b).

【0023】ステップS104において、読み込んだデ
ータがアドレステーブル12に最後のデータではないと
判断したときは(ステップS104/NO)、読み込ん
だデータが未書き込みのデータであるか否かを判断する
(ステップS105)。未書き込みではない(読み込ん
だアドレスデータが「FF」以外)と判断したときは
(ステップS105/NO)、ステップS103に戻
り、未書き込みであると判断したときは(ステップS1
05/YES)、ステップS106に進む。
If it is determined in step S104 that the read data is not the last data in the address table 12 (step S104 / NO), it is determined whether the read data is unwritten data (step S104). S105). When it is determined that the data is not written (the read address data is other than “FF”) (step S105 / NO), the process returns to step S103, and when it is determined that the data is not written (step S1).
05 / YES), and proceeds to step S106.

【0024】ステップS106では、未書き込みデータ
までインクリメントされたアドレステーブル12上のア
ドレスを1デクリメントして、アドレステーブル12か
らアドレスデータを読み出し、この読み出した最新のア
ドレスデータを基にデータテーブルからデータを読み出
す。
In step S106, the address on the address table 12 that has been incremented up to the unwritten data is decremented by 1, the address data is read from the address table 12, and the data is read from the data table based on the read latest address data. read out.

【0025】次に、この最新のデータを書き込むため
に、このデータサイズ分(ここでは、1つ)だけデータ
テーブル11のアドレスを追加し(ステップS10
7)、データテーブル11上にデータの書き込みを行う
(ステップS108)。アドレステーブル12上では、
データテーブル11で追加された分のアドレスデータを
アドレステーブル12上に書き込む(ステップS10
9)。ステップS108、ステップS109における書
き込み例を図5に示す。
Next, in order to write the latest data, the address of the data table 11 is added by this data size (here, one) (step S10).
7) Write data on the data table 11 (step S108). On the address table 12,
The address data added in the data table 11 is written on the address table 12 (step S10).
9). FIG. 5 shows an example of writing in steps S108 and S109.

【0026】尚、図2のフローチャートで示される処理
は、演算回路やそのプログラムを記録媒体に記録させる
ことによって実現することができる。
The processing shown in the flowchart of FIG. 2 can be realized by recording an arithmetic circuit and its program on a recording medium.

【0027】[0027]

【発明の効果】以上の説明より明らかなように、本発明
によれば、書き換えの可能性があるデータ毎にデータ管
理テーブルを設定することで、データ種別毎に再書き込
みデータのフラッシュメモリへのスタックを可能とし、
フラッシュメモリ上でのデータの消去回数を減少させる
ことができる。
As is apparent from the above description, according to the present invention, by setting a data management table for each piece of data that may be rewritten, rewriting data to the flash memory can be stored for each data type. Enable stacking,
The number of times of erasing data on the flash memory can be reduced.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の実施形態におけるデータ管理テーブル
を使用してフラッシュメモリへの書き込みを行う様子を
示した図である。
FIG. 1 is a diagram illustrating a state in which writing to a flash memory is performed using a data management table according to an embodiment of the present invention.

【図2】本発明の実施形態におけるデータ管理方法の動
作を示したフローチャートである。
FIG. 2 is a flowchart illustrating an operation of a data management method according to an embodiment of the present invention.

【図3】本発明の実施形態におけるデータ管理テーブル
の構成を示した図である。
FIG. 3 is a diagram showing a configuration of a data management table according to the embodiment of the present invention.

【図4】アドレステーブルの先頭データが未書き込みデ
ータであったときのデータ書き込み例を示した図であ
る。
FIG. 4 is a diagram showing an example of data writing when head data of an address table is unwritten data.

【図5】アドレステーブルの先頭データが既に書き込ま
れたデータであったときのデータ書き込み例を示した図
である。
FIG. 5 is a diagram illustrating an example of data writing when head data of an address table is data that has already been written;

【図6】従来のフラッシュメモリ上でのデータ管理方法
の一例を示した図である。
FIG. 6 is a diagram showing an example of a conventional data management method on a flash memory.

【符号の説明】[Explanation of symbols]

1 データ管理テーブル 11 データテーブル 12 アドレステーブル 1 data management table 11 data table 12 address table

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 書き換えの可能性のあるデータ種別毎に
データ管理テーブルを有し、 該データ管理テーブルは、 書き込みデータをスタックするデータテーブルと、 該スタックされたデータのアドレスデータを先頭アドレ
スから順次保持するアドレステーブルとを含み、 該アドレステーブル上でアドレスデータが書き込まれて
いない箇所に対応する前記データテーブルの箇所に、新
たに書き込もうとするデータが書き込まれることを特徴
とするフラッシュメモリのデータ管理方式。
1. A data management table is provided for each type of data that can be rewritten. The data management table includes a data table for stacking write data and address data of the stacked data sequentially from a top address. Data management for a flash memory, wherein data to be newly written is written to a location of the data table corresponding to a location where address data is not written on the address table. method.
【請求項2】 前記アドレステーブル上でアドレスデー
タが最後まで書き込まれていたときは、前記データ管理
テーブルを含むブロックの消去動作が行われることを特
徴とする請求項1記載のフラッシュメモリのデータ管理
方式。
2. The data management of a flash memory according to claim 1, wherein when address data has been written to the end of the address table, an erasing operation of a block including the data management table is performed. method.
【請求項3】 前記フラッシュメモリのデータ管理方式
は、 前記データ管理テーブルのアドレスの初期化を行う手段
と、 前記データテーブルの先頭データを読み込み、該先頭デ
ータが「未書き込み」か否かを判断する手段と、 該判断の結果、「未書き込み」であれば、前記データテ
ーブルの先頭アドレスにデータの書き込みを行う手段
と、 その書き込まれたデータの前記データテーブル上でのア
ドレスデータを前記アドレステーブルの先頭アドレスに
書き込む手段と、 を有することを特徴とする請求項1又は2記載のフラッ
シュメモリのデータ管理方式。
3. A data management method for the flash memory, comprising: means for initializing an address of the data management table; reading head data of the data table; and determining whether the head data is "unwritten". Means for writing data to the head address of the data table if the result of the determination is "unwritten"; and address data for the written data on the data table. 3. A data management method for a flash memory according to claim 1, further comprising: means for writing to a start address of the flash memory.
【請求項4】 前記判断の結果、前記先頭データが一度
以上書き込みがなされたデータであると判断されたと
き、前記データテーブル上で最新に書き込まれたデータ
のアドレスデータを前記アドレステーブル内から検索す
る手段と、 該検索されたアドレスデータの次のアドレスから新たに
書き込もうとするデータを書き込む手段と、 該新たに書き込まれたデータの前記データテーブル上の
箇所に対応する前記アドレステーブル上の箇所に、前記
新たに書き込まれたデータの前記データテーブル上にお
けるアドレスデータを書き込む手段と、 を有することを特徴とする請求項3記載のフラッシュメ
モリのデータ管理方式。
4. When the result of the determination is that the head data is data that has been written at least once, the address data of the data written most recently on the data table is searched from the address table. Means for writing data to be newly written from the next address of the searched address data; and means for writing the newly written data on a location on the address table corresponding to a location on the data table. 4. A flash memory data management method according to claim 3, further comprising: means for writing address data of said newly written data on said data table.
【請求項5】 前記アドレステーブル上で最新に書き込
まれたデータのアドレスデータを検索した結果、前記ア
ドレステーブル上でアドレスデータが最後まで書き込ま
れていたときは、前記データ管理テーブルを含むブロッ
クの消去動作を行うことを特徴とする請求項4記載のフ
ラッシュメモリのデータ管理方式。
5. A block including the data management table is erased when the address data of the data written most recently is searched on the address table and the address data is completely written on the address table. 5. The data management method for a flash memory according to claim 4, wherein the operation is performed.
【請求項6】 書き換えの可能性のあるデータ種別毎に
備えられたデータ管理テーブルのアドレスの初期化を行
う処理と、 前記データ管理テーブルに含まれ書き込みデータをスタ
ックするデータテーブルの先頭データを読み込み、該先
頭データが「未書き込み」か否かを判断する処理と、 該判断の結果、「未書き込み」であれば、前記データテ
ーブルの先頭アドレスにデータの書き込みを行う処理
と、 その書き込まれたデータの前記データテーブル上でのア
ドレスデータを、前記データ管理テーブルに含まれ前記
データテーブルでスタックされたデータのアドレスデー
タを先頭アドレスから順次保持するアドレステーブルの
先頭アドレスに書き込む処理と、 を実行するためのプログラムを記録した記録媒体。
6. A process for initializing an address of a data management table provided for each type of data that may be rewritten, and reading head data of a data table included in the data management table and stacking write data. A process of determining whether or not the head data is “unwritten”; and if the result of the determination is “unwritten”, a process of writing data to the head address of the data table; Writing the address data of the data on the data table to a head address of an address table that is included in the data management table and holds the address data of the data stacked in the data table sequentially from the head address. Recording medium on which a program for recording is recorded.
【請求項7】 前記判断の結果、前記先頭データが一度
以上書き込みがなされたデータであると判断されたと
き、前記データテーブル上で最新に書き込まれたデータ
のアドレスデータを前記アドレステーブル内から検索す
る処理と、 該検索されたアドレスデータの次のアドレスから新たに
書き込もうとするデータを書き込む処理と、 該新たに書き込まれたデータの前記データテーブル上の
箇所に対応する前記アドレステーブル上の箇所に、前記
新たに書き込まれたデータの前記データテーブル上にお
けるアドレスデータを書き込む処理と、 を実行させるためのプログラムを記録した請求項6記載
の記録媒体。
7. As a result of the determination, when it is determined that the head data is data that has been written once or more, the address table of the latest written data is searched from the address table in the data table. Processing for writing new data to be written from the next address of the searched address data; and writing the newly written data to a location on the address table corresponding to a location on the data table. 7. The recording medium according to claim 6, wherein a program for executing a process of writing address data of the newly written data on the data table is recorded.
【請求項8】 前記アドレステーブル上で最新に書き込
まれたデータのアドレスデータを検索した結果、前記ア
ドレステーブル上でアドレスデータが最後まで書き込ま
れていたときは、前記データ管理テーブルを含むブロッ
クの消去動作を行う処理を実行させるためのプログラム
を記録した請求項7記載の記録媒体。
8. When the address data of the most recently written data has been searched on the address table, if the address data has been written to the end on the address table, the block including the data management table is erased. 8. The recording medium according to claim 7, wherein a program for executing a process for performing an operation is recorded.
JP2000142325A 2000-05-10 2000-05-10 System for managing data of flash memory and recording medium with its program recorded Pending JP2001318824A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000142325A JP2001318824A (en) 2000-05-10 2000-05-10 System for managing data of flash memory and recording medium with its program recorded

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000142325A JP2001318824A (en) 2000-05-10 2000-05-10 System for managing data of flash memory and recording medium with its program recorded

Publications (1)

Publication Number Publication Date
JP2001318824A true JP2001318824A (en) 2001-11-16

Family

ID=18649314

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000142325A Pending JP2001318824A (en) 2000-05-10 2000-05-10 System for managing data of flash memory and recording medium with its program recorded

Country Status (1)

Country Link
JP (1) JP2001318824A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100484485B1 (en) * 2002-10-01 2005-04-20 한국전자통신연구원 Method for storing data in non-volatile memory and apparatus therefor
JP2006268776A (en) * 2005-03-25 2006-10-05 Toshiba Corp Memory card
US8914571B2 (en) 2011-06-03 2014-12-16 Samsung Electronics Co., Ltd. Scheduler for memory
JP2021015388A (en) * 2019-07-11 2021-02-12 日立オートモティブシステムズ株式会社 Electronic control device

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100484485B1 (en) * 2002-10-01 2005-04-20 한국전자통신연구원 Method for storing data in non-volatile memory and apparatus therefor
JP2006268776A (en) * 2005-03-25 2006-10-05 Toshiba Corp Memory card
JP4738038B2 (en) * 2005-03-25 2011-08-03 株式会社東芝 Memory card
US8914571B2 (en) 2011-06-03 2014-12-16 Samsung Electronics Co., Ltd. Scheduler for memory
US9569381B2 (en) 2011-06-03 2017-02-14 Samsung Electronics Co., Ltd. Scheduler for memory
JP2021015388A (en) * 2019-07-11 2021-02-12 日立オートモティブシステムズ株式会社 Electronic control device
JP7317609B2 (en) 2019-07-11 2023-07-31 日立Astemo株式会社 electronic controller

Similar Documents

Publication Publication Date Title
JP3706167B2 (en) Semiconductor disk device
JP4832521B2 (en) Data management method in flash memory media
US7191306B2 (en) Flash memory, and flash memory access method and apparatus
US8307148B2 (en) Flash management techniques
JPH08328762A (en) Semiconductor disk device and memory management method therefor
JP2007241576A (en) Nonvolatile storage device and data writing method
US20070081401A1 (en) Apparatus for controlling flash memory and method thereof
US7231383B2 (en) Search engine for large-width data
US7519764B2 (en) Apparatus and method for detecting data validity in flash memory
JP3212960B2 (en) Data management method using flash memory
US4975872A (en) Dual port memory device with tag bit marking
US20070005929A1 (en) Method, system, and article of manufacture for sector mapping in a flash device
TWI715408B (en) Flash memory controller, memory device and method for accessing flash memory module
JP2001318824A (en) System for managing data of flash memory and recording medium with its program recorded
JP2008084184A (en) Memory controller
US7032094B2 (en) Method of controlling flash memory
JP3976764B2 (en) Semiconductor disk device
JP2004326523A (en) Storage device with rewritable nonvolatile memory, and control method of nonvolatile memory for storage device
JP3801176B2 (en) Memory control method, storage device, control program, and readable recording medium
JP4888333B2 (en) Flash disk device
JP2004206615A (en) Storage device
KR100688463B1 (en) Method for writing and erasing data of physical memory
JP4200362B2 (en) Recording medium recording control method, recording control apparatus, and electronic apparatus
JPH11259359A (en) One-time rom access method
JPH0764831A (en) Data storage device

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20050329