JP2007219793A - Writing method of flash memory - Google Patents

Writing method of flash memory Download PDF

Info

Publication number
JP2007219793A
JP2007219793A JP2006038998A JP2006038998A JP2007219793A JP 2007219793 A JP2007219793 A JP 2007219793A JP 2006038998 A JP2006038998 A JP 2006038998A JP 2006038998 A JP2006038998 A JP 2006038998A JP 2007219793 A JP2007219793 A JP 2007219793A
Authority
JP
Japan
Prior art keywords
flash memory
data
adjustment data
record
user adjustment
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
JP2006038998A
Other languages
Japanese (ja)
Inventor
Hiroyasu Moriguchi
広安 森口
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2006038998A priority Critical patent/JP2007219793A/en
Publication of JP2007219793A publication Critical patent/JP2007219793A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To secure the number of writing guarantees necessary when user adjustment data are stored in a flash memory used for a program memory. <P>SOLUTION: Use efficiency of the memory is improved in recording of the user adjustment data so that a variable length record organized by a plurality of memory blocks smaller than a delete unit of the flash memory 5 is used. Further, an effective data management function is provided for the records scattered around a plurality of delete blocks so that the number uniquely identifying a record is assigned. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、ディスプレイ表示装置やデジタルスチルカメラなど、マイクロプロセッサを制御用に組込んだ制御装置において、制御装置内での不揮発性メモリに対するデータの管理に関するものである。   The present invention relates to management of data for a non-volatile memory in a control device such as a display display device or a digital still camera in which a microprocessor is incorporated for control.

従来のマイクロプロセッサを制御用に組み込んだ制御装置において、特許文献1に開示されているように、電源が投入されていない状態でもデータを保持可能な不揮発性メモリを使用して保持するデータとしては、(1)プログラム本体などの製造工程で1度だけ書き込まれるデータ、(2)製造工程でのみ調整をおこなって書き込まれる工程調整データ、(3)ユーザーによる操作などで頻繁に変化するユーザー調整データの3種が存在する。特に電池駆動を前提とした携帯機器では必ずしも安定した電源が確保できるとは限らないため、電源供給の有無に拠らず状態を保存する機構が操作性向上のために必要不可欠である。   In a control device in which a conventional microprocessor is incorporated for control, as disclosed in Patent Document 1, as data held using a nonvolatile memory capable of holding data even when power is not turned on, (1) Data that is written only once in the manufacturing process of the program main body, etc. (2) Process adjustment data that is written by adjusting only in the manufacturing process, (3) User adjustment data that changes frequently due to user operations, etc. There are three types. In particular, a portable device based on battery driving cannot always secure a stable power supply, and thus a mechanism for saving the state regardless of whether or not power is supplied is indispensable for improving operability.

従来から装置の設定状態を保持する不揮発性メモリとして、EEPROMという電気的に書込み、読出しが可能で電源オフ期間中も書込んだデータを保持しているメモリが用いられていた。これらの、ユーザー調整データを格納するEEPROMやフラッシュメモリにおけるデータ書換え回数は、装置の設計寿命期間中に例えば100万回のデータ書換えを行ってもエラーをしないという保証が必要となる。   Conventionally, as a nonvolatile memory that holds the setting state of the apparatus, an EEPROM that can be electrically written and read and that holds the written data even during the power-off period has been used. The number of times data is rewritten in the EEPROM or flash memory for storing user adjustment data needs to be guaranteed that no error occurs even if data is rewritten, for example, 1 million times during the design lifetime of the apparatus.

そこで、特許文献1ではフラッシュメモリの消去ブロックとは別の固定長レコードでデータを管理し、固定長レコードの大きさが消去ブロックの大きさよりも小さい場合、フラッシュメモリの消去回数が少なくなることを利用して書換え頻度の高い小さなデータ記録に対してフラッシュメモリの書き込み寿命を伸ばしている。
特開2002−7221号公報
Therefore, in Patent Document 1, when data is managed by a fixed-length record different from the erase block of the flash memory, and the size of the fixed-length record is smaller than the size of the erase block, the number of erases of the flash memory is reduced. The write life of flash memory has been extended for small data recording that is frequently rewritten.
JP 2002-7221 A

しかしながら、特許文献1に記載されたフラッシュメモリの書き込み保証回数の増加方法では、固定長レコードに分割してデータを管理しているため、メモリの利用効率が悪く、さらに一括してユーザー調整データを削除するため、複数の消去ブロックをユーザー調整データの記憶領域に割り当てて、書込みと消去を分散させて1消去ブロックあたりの消去回数を抑制しようとした際に、全ての有効なデータが失われる瞬間が存在すること、特定の空き判定領域によって使用中ブロックの判定をするため、その領域自体がフラッシュの書き換え寿命などの理由で書き換え不可(ビットクリアが出来ない等)の状態に陥った際にはブロック全体が利用不可能になることなどの問題がある。   However, in the method for increasing the guaranteed number of write operations of the flash memory described in Patent Document 1, since the data is managed by dividing it into fixed-length records, the memory utilization efficiency is low, and user adjustment data is collectively collected. The moment when all the effective data is lost when trying to control the number of erases per erase block by allocating multiple erase blocks to the storage area for user adjustment data for deletion and distributing writing and erasing. When a block that is in use is determined by a specific empty determination area, the area itself falls into a state where it cannot be rewritten due to the rewrite life of the flash or the like (bit clear cannot be performed, etc.) There are problems such as the entire block becoming unavailable.

本発明は、上記課題に対し、制御用プログラムと、変更頻度の高いユーザー調整データとを同一のフラッシュメモリ内に格納する際に、従来のユーザーデータの記憶用に別途EEPROMを用意する場合と同等以上の書込み保証回数を確保することである。   The present invention is equivalent to the case where a separate EEPROM is prepared for storing conventional user data when storing the control program and frequently-adjusted user adjustment data in the same flash memory. This is to ensure the number of write guarantees described above.

本発明方法は、データ記憶領域がセクタ単位に分割され、前記セクタ単位でデータ消去可能でかつ前記セクタ単位より小さな記憶ブロック単位で書き込み可能なフラッシュメモリを備える制御装置におけるフラッシュメモリの書き込み方法であって、ユーザーの操作に伴い変化するユーザー調整データを1以上の可変数の前記記憶ブロックに分割し、前記ユーザー調整データが更新される毎に前記可変数の記憶ブロックに一意に識別可能な番号を付し、その未書込み領域に前記ユーザー調整データを順次、追記録する。   The method of the present invention is a flash memory writing method in a control device including a flash memory in which a data storage area is divided into sectors, the data can be erased in the sectors, and the data can be written in storage blocks smaller than the sectors. Then, the user adjustment data that changes according to the user's operation is divided into one or more variable numbers of the storage blocks, and each time the user adjustment data is updated, a unique identifiable number is assigned to the variable number of storage blocks. In addition, the user adjustment data is sequentially recorded in the unwritten area.

更に、前記ユーザー調整データを記憶する領域に複数の前記セクタが割り当てられており、未書込み領域が前記セクタ内に存在しない場合には、最後に追記録されたユーザー調整データを格納しているセクタの次セクタを消去し、再度前記ユーザー調整データを書き込むようにしてもよい。   Further, when a plurality of sectors are allocated to the area for storing the user adjustment data and there is no unwritten area in the sector, the sector storing the user adjustment data recorded last is stored. The next sector may be erased and the user adjustment data may be written again.

また、前記一意に識別可能な番号が、表現可能な範囲の限界に達した場合、既に記録されている他のすべて記憶ブロックの番号部分のビットをクリアすることによって重複する番号を再利用可能とするようにしてもよい。   In addition, when the uniquely identifiable number reaches the limit of the range that can be expressed, it is possible to reuse the duplicated number by clearing the bits of the number part of all the other recorded storage blocks. You may make it do.

本発明は、可変数の記憶ブロックに対して書き込みを行うので、従来の固定長レコードで書き込む場合に比して消去頻度を減らすことが出来る。更に、単一のセクタに書き込みと消去を行う場合よりも書き込み保証回数を高めつつ、ユーザー調整データ領域が枯渇し一括して消去する場合に一時的に全ての有効なデータが失われていた状態が発生していた問題をも解決することができる。   Since the present invention writes to a variable number of storage blocks, the erasing frequency can be reduced as compared with the case of writing with a conventional fixed-length record. In addition, while the number of guaranteed writes is higher than when writing and erasing to a single sector, the user adjustment data area is exhausted and all valid data is temporarily lost when erasing all at once. The problem that has occurred can also be solved.

以下、本発明の実施の形態について図面を用いて説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

(実施の形態1)
図1は、本発明の実施の形態によるフラッシュメモリの書き込み方法を実現する制御装置の構成を示すブロック図である。本制御装置は、種々演算と処理を行う中央処理装置(以下、CPU)1と、主にCPU1で実行するプログラムとデータを記憶する不揮発性メモリであるフラッシュメモリ5と、主にCPU1で処理するデータを記憶する読み書き可能の揮発性メモリであるRAM4と、主にI/O機能を提供する周辺装置3と、そしてそれらを繋ぐバス2などから構成されている。一般にフラッシュメモリ5とRAM4を合わせて、主記憶、メインメモリあるいはシステムメモリ等と呼ばれるが、ここではシステムメモリとする。
(Embodiment 1)
FIG. 1 is a block diagram showing a configuration of a control device for realizing a flash memory writing method according to an embodiment of the present invention. This control device performs processing by a central processing unit (hereinafter referred to as CPU) 1 that performs various operations and processing, a flash memory 5 that is a non-volatile memory that mainly stores programs and data executed by the CPU 1, and is mainly processed by the CPU 1. The RAM 4 is a readable / writable volatile memory for storing data, the peripheral device 3 mainly provides an I / O function, and the bus 2 that connects them. In general, the flash memory 5 and the RAM 4 are collectively referred to as a main memory, a main memory, or a system memory.

図2は、実施の形態1に於けるフラッシュメモリ5上のメモリ配置を示す概念図である。フラッシュメモリ5の領域には、CPU1で実行されるプログラムコード8、同様にプログラム実行の際に参照される定数データ9、製造工程で設定されプログラム実行の際に参照される工場調整データ10、ユーザー操作に基づき変化するユーザー調整データ11が置かれる。この内、ユーザー調整データ11以外のものは、工場出荷までに1回書き込まれるだけで、書き換えることは稀であるので、固定的なデータを配置する場所である固定データ域6に配置され、ユーザー調整データ11は可変データ域7に配置される。この固定データ域6、可変データ域7はフラッシュメモリ5上の配置を概念的に決めただけのものであり、フラッシュメモリ5の特性は同一である。従って、固定データ域6は書き換えを実施しない領域(ライトワンスメモリのような領域)、可変データ域7は書き換えを実施する領域(消去/書き込み可能な領域)として扱われる。また、それぞれは、フラッシュメモリ5の連続した複数のセクタからなる。   FIG. 2 is a conceptual diagram showing a memory arrangement on the flash memory 5 in the first embodiment. In the area of the flash memory 5, program code 8 executed by the CPU 1, constant data 9 similarly referred to when executing the program, factory adjustment data 10 set during the manufacturing process and referred to when executing the program, user User adjustment data 11 that changes based on the operation is placed. Of these, data other than the user adjustment data 11 is written once by factory shipment and rarely rewritten, so it is arranged in the fixed data area 6 where the fixed data is arranged, and the user The adjustment data 11 is arranged in the variable data area 7. The fixed data area 6 and the variable data area 7 are merely determined conceptually on the flash memory 5, and the characteristics of the flash memory 5 are the same. Accordingly, the fixed data area 6 is treated as an area where rewriting is not performed (an area like a write-once memory), and the variable data area 7 is treated as an area where rewriting is performed (an erasable / writable area). Each of the flash memory 5 includes a plurality of continuous sectors.

ここで、フラッシュメモリ5のデータ記録領域は、セクタ単位に分割されており、そのセクタが消去単位となる。また、書き込みは、セクタより小さい単位(記録ブロック)で行われる。また、ユーザー調整データ11を可変データ域7に書き込む際は、そのデータ容量に合わせて可変する数の記録ブロックからなる可変長のレコードに記録される。また、可変長のレコードは一意に識別可能なレコード番号が付与される。   Here, the data recording area of the flash memory 5 is divided into sector units, and the sectors serve as erase units. Writing is performed in units (recording blocks) smaller than sectors. Further, when the user adjustment data 11 is written in the variable data area 7, it is recorded in a variable-length record comprising a number of recording blocks that are variable in accordance with the data capacity. A variable-length record is given a record number that can be uniquely identified.

図3は、実施の形態1に於けるユーザー調整データ11を記録するための記録処理を示すフローチャートである。また、図4は図3に於けるレコード番号初期化処理(ステップ101)での処理を示すフローチャートである。   FIG. 3 is a flowchart showing a recording process for recording the user adjustment data 11 in the first embodiment. FIG. 4 is a flowchart showing processing in the record number initialization processing (step 101) in FIG.

以下、図1、2を参照し、図3、4の動作フローにしたがって説明する。   The operation will be described below with reference to FIGS.

通常、ユーザー調整データ11の記録処理は、ユーザーによるメニュー操作や電源断処理などで発生する。その際に、ユーザー調整データ11はレコードの形式で書き込まれ、各レコードは、先頭が16ビット(2バイト)のレコード番号、次にレコード長、レコードデータ本体と続き、最後にデータ妥当性確認のためのチェックサムデータで終わる。ユーザー調整データ11の記録処理が発生する際には、必ずシステムの起動やユーザーインターフェース部分が既に動作しており、これらのシステムの動作に必要となるため、最新(最後)のユーザー調整データ11を示すレコード、レコード番号、セクタ位置等の情報は解かっている。また、これらの情報はチェックサムによって妥当性が確認されているレコードで1〜65534のレコード番号の内、最大のレコード番号をもつものを単純な線形検索によって発見できる最新(最後)のユーザー調整データを示すレコードからすべて自明に求められる。   Normally, the recording process of the user adjustment data 11 occurs by a menu operation by the user or a power-off process. At that time, the user adjustment data 11 is written in the form of a record. Each record starts with a 16-bit (2 byte) record number, followed by the record length, the record data body, and finally the data validation. Ends with checksum data. When the recording process of the user adjustment data 11 occurs, the system activation and the user interface part are already in operation and are necessary for the operation of these systems. Therefore, the latest (last) user adjustment data 11 is stored. Information such as the record to be shown, the record number, and the sector position is known. The latest (last) user-adjusted data that can be found by a simple linear search among the records whose validity is confirmed by the checksum and having the largest record number among the record numbers 1 to 65534 All are obvious from the record that indicates.

最初に、最新のレコード番号に1を加えた番号を次レコードの番号とし、その次レコード番号が未使用領域を示すかどうかを判定する(ステップS100)。次に、次レコード番号が未使用領域を示す番号になっていた場合は、図4に示すレコード番号初期化処理(ステップS101)を行う。それ以外の場合は、最新レコードが存在するセクタ上の未使用領域の残量がこれから追記しようとするレコードよりも大きいか否かを判定し(ステップS102)、未使用領域が不足する場合はユーザー調整データの記憶域に割り当てられた次のセクタを消去して次レコードの記録位置をその先頭にする(ステップS103)。未使用領域が不足していない場合は次レコードの記録位置は当然その未使用領域の先頭になる。新規レコードを「レコード番号(2バイト)、レコード長(1バイト)、レコードデータ(可変長)、チェックサム(1バイト)」の形式で書き込み(ステップS104)レコードの追加記録処理は終了する。   First, a number obtained by adding 1 to the latest record number is set as the number of the next record, and it is determined whether or not the next record number indicates an unused area (step S100). Next, when the next record number is a number indicating an unused area, a record number initialization process (step S101) shown in FIG. 4 is performed. In other cases, it is determined whether or not the remaining amount of the unused area on the sector where the latest record exists is larger than the record to be added (step S102). The next sector assigned to the adjustment data storage area is erased, and the recording position of the next record is set to the head (step S103). If the unused area is not insufficient, the recording position of the next record is naturally the head of the unused area. A new record is written in the format of “record number (2 bytes), record length (1 byte), record data (variable length), checksum (1 byte)” (step S104), and the record additional recording process ends.

この内、レコード番号初期化処理(ステップS101)は、図5に示すように、ユーザー調整データ記録域の先頭セクタから順に初期化処理が終わったか判定し(ステップS105)、未処理の場合はセクタの先頭レコードから順にレコードが未使用領域(番号が0〜65534)かどうか判定し(ステップS106)、使用済み(有効)レコードであれば、レコード番号を0に書き換え(ステップS108)、次のレコードに進む(ステップS109)。ステップS106の未使用領域判定ステップで未使用レコードを発見した場合は、次のセクタに処理を進め(ステップS107)、さらに未処理のセクタが無くなるまでくりかえす。   Among these, the record number initialization process (step S101) determines whether the initialization process has been completed in order from the first sector of the user adjustment data recording area as shown in FIG. 5 (step S105). It is determined whether the record is an unused area (number is 0 to 65534) in order from the first record (step S106). If it is a used (valid) record, the record number is rewritten to 0 (step S108), and the next record (Step S109). If an unused record is found in the unused area determination step in step S106, the process proceeds to the next sector (step S107), and is repeated until there are no more unprocessed sectors.

以上のように本実施の形態によれば、可変数の記憶ブロックに対して書き込みを行うので、従来の固定長レコードで書き込む場合に比して、効率よく書込みが行なえ、消去頻度を減らすことが出来る。更に、単一のセクタに書き込みと消去を行う場合よりも書き込み保証回数を高めつつ、ユーザー調整データ領域が枯渇し一括して消去する場合に一時的に全ての有効なデータが失われていた状態が発生していた問題をも解決することができる。   As described above, according to the present embodiment, since writing is performed on a variable number of storage blocks, writing can be performed more efficiently and erasing frequency can be reduced as compared with the case of writing with a conventional fixed-length record. I can do it. In addition, while the number of guaranteed writes is higher than when writing and erasing to a single sector, the user adjustment data area is exhausted and all valid data is temporarily lost when erasing all at once. The problem that has occurred can also be solved.

また、番号を単純に昇順で新規レコードに割り当てた場合、レコード番号がデータ構造上存在する表現可能範囲の限界に達した際に番号が一巡して最新の番号を識別することが出来なくなるため、これを避けるために全ビットが「1」の場合は未使用、それ以外を使用済領域として番号を割り付け、さらに全ビットが「0」の場合を無効レコード番号とし、番号が一巡する場合は既存の有効レコードのすべての番号を無効レコード番号に書き換えることにより、番号の再割り当てを可能とする。つまり、新しいレコード番号が振り出せなくなった場合、既存の全ての有効なレコードのレコード番号を書き換えて、レコード番号を再利用可能とすることができる。   In addition, when assigning numbers to new records simply in ascending order, when the record number reaches the limit of the representable range that exists in the data structure, it becomes impossible to identify the latest number by cycling through the number, In order to avoid this, if all bits are “1”, the numbers are assigned as unused areas, other areas are assigned as used areas, and when all bits are “0”, invalid record numbers are assigned. The number can be reassigned by rewriting all the valid record numbers to invalid record numbers. That is, when a new record number cannot be generated, the record numbers of all existing valid records can be rewritten so that the record numbers can be reused.

また、ユーザー調整データの記録用に複数のセクタを割り当てている場合は、個別の前記可変長レコードの追記毎に最後のレコードが存在するセクタ内にある未書込み領域と次レコードの大きさを比較し、未書込み領域が不足する場合は次セクタ(ただし、セクタ列の最後の場合は先頭となる)を消去し、レコードの書込みを次セクタに行う。   In addition, when multiple sectors are allocated for recording user adjustment data, the size of the next record is compared with the unwritten area in the sector where the last record exists for each additional recording of the variable-length record. If the unwritten area is insufficient, the next sector (however, if it is the last sector column) is erased, and the record is written to the next sector.

以上により、本発明のフラッシュメモリの書き込み方法によれば、従来に比して1セクタあたりの消去回数を大幅に減らし、書込み保証回数を実質的に増加させることができるので信頼性の高い制御装置を提供することが可能となる。   As described above, according to the flash memory writing method of the present invention, the number of erasures per sector can be greatly reduced and the number of write guarantees can be substantially increased as compared with the prior art. Can be provided.

本発明にかかるフラッシュメモリの書き込み方法は、新たなコストの投下無しにフラッシュメモリの利用効率と耐障害性の向上を同時に得られるという利点があり、不揮発性メオリを用いる制御装置に有用である。   The flash memory writing method according to the present invention has an advantage that the utilization efficiency and fault tolerance of the flash memory can be improved at the same time without dropping new costs, and is useful for a control device using a nonvolatile memory.

本発明の実施の形態1によるフラッシュメモリの書き込み方法を実現する制御装置の構成を示すブロック図The block diagram which shows the structure of the control apparatus which implement | achieves the writing method of the flash memory by Embodiment 1 of this invention 同制御装置に於けるメモリ配置を示す概念図Conceptual diagram showing memory layout in the same control device 同制御装置に於けるユーザー調整データの記録処理を示すフローチャートFlow chart showing recording process of user adjustment data in the control device 同制御装置に於けるレコード番号初期化処理を示すフローチャートFlowchart showing record number initialization processing in the same control device

符号の説明Explanation of symbols

1 CPU
2 バス
3 周辺装置
4 RAM
5 フラッシュメモリ
6 固定データ域
7 可変データ域
8 プログラムコード
9 定数データ
10 工場調整データ
11 ユーザー調整データ
1 CPU
2 Bus 3 Peripheral device 4 RAM
5 Flash memory 6 Fixed data area 7 Variable data area 8 Program code 9 Constant data 10 Factory adjustment data 11 User adjustment data

Claims (3)

データ記憶領域がセクタ単位に分割され、前記セクタ単位でデータ消去可能でかつ前記セクタ単位より小さな記憶ブロック単位で書き込み可能なフラッシュメモリを備える制御装置におけるフラッシュメモリの書き込み方法であって、
ユーザーの操作に伴い変化するユーザー調整データを1以上の可変数の前記記憶ブロックに分割し、
前記ユーザー調整データが更新される毎に前記可変数の記憶ブロックに一意に識別可能な番号を付し、その未書込み領域に前記ユーザー調整データを順次、追記録するフラッシュメモリの書き込み方法。
A method of writing a flash memory in a control device comprising a flash memory in which a data storage area is divided into sectors, erasable in units of sectors, and writable in units of storage blocks smaller than the units of sectors,
Dividing user adjustment data that changes according to user operations into one or more variable number of the storage blocks,
A flash memory writing method in which each time the user adjustment data is updated, a uniquely identifiable number is assigned to the variable number of storage blocks, and the user adjustment data is sequentially recorded in an unwritten area.
前記ユーザー調整データを記憶する領域に複数の前記セクタが割り当てられており、未書込み領域が前記セクタ内に存在しない場合には、最後に追記録されたユーザー調整データを格納しているセクタの次セクタを消去し、再度前記ユーザー調整データを書き込む請求項1記載のフラッシュメモリの書き込み方法。 When a plurality of sectors are allocated to the area for storing the user adjustment data, and an unwritten area does not exist in the sector, the sector that stores the user adjustment data recorded last is stored. 2. The flash memory writing method according to claim 1, wherein a sector is erased and the user adjustment data is written again. 前記一意に識別可能な番号が、表現可能な範囲の限界に達した場合、既に記録されている他のすべて記憶ブロックの番号部分のビットをクリアすることによって重複する番号を再利用可能とする請求項1記載のフラッシュメモリの書き込み方法。 When the uniquely identifiable number reaches the limit of the range that can be expressed, the duplicated number can be reused by clearing the bit of the number part of all the other storage blocks already recorded. Item 2. A flash memory writing method according to Item 1.
JP2006038998A 2006-02-16 2006-02-16 Writing method of flash memory Pending JP2007219793A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006038998A JP2007219793A (en) 2006-02-16 2006-02-16 Writing method of flash memory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006038998A JP2007219793A (en) 2006-02-16 2006-02-16 Writing method of flash memory

Publications (1)

Publication Number Publication Date
JP2007219793A true JP2007219793A (en) 2007-08-30

Family

ID=38497037

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006038998A Pending JP2007219793A (en) 2006-02-16 2006-02-16 Writing method of flash memory

Country Status (1)

Country Link
JP (1) JP2007219793A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5395163B2 (en) * 2009-03-12 2014-01-22 パナソニック株式会社 Memory management device and memory area setting method
CN108279852A (en) * 2017-12-27 2018-07-13 浙江恒业电子有限公司 Method for improving NORFLASH service lifes in intelligent electric energy meter

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5395163B2 (en) * 2009-03-12 2014-01-22 パナソニック株式会社 Memory management device and memory area setting method
CN108279852A (en) * 2017-12-27 2018-07-13 浙江恒业电子有限公司 Method for improving NORFLASH service lifes in intelligent electric energy meter

Similar Documents

Publication Publication Date Title
JP4844639B2 (en) MEMORY CONTROLLER, FLASH MEMORY SYSTEM HAVING MEMORY CONTROLLER, AND FLASH MEMORY CONTROL METHOD
JP4518951B2 (en) Automatic wear leveling in non-volatile storage systems.
JP5336060B2 (en) Nonvolatile memory device and method of operating the same
KR100818035B1 (en) Method, system and computer program for data management on storage medium
JP4356686B2 (en) Memory device and memory control method
JP5480913B2 (en) Storage device and memory controller
US20040205290A1 (en) Memory device
US8296503B2 (en) Data updating and recovering methods for a non-volatile memory array
WO2007000862A1 (en) Memory controller, nonvolatile storage device, nonvolatile storage system, and data writing method
JP4666081B2 (en) MEMORY CONTROLLER, FLASH MEMORY SYSTEM HAVING MEMORY CONTROLLER, AND FLASH MEMORY CONTROL METHOD
JP2012128545A (en) Memory controller and data recording apparatus
JP2008123314A (en) Information recording method and information recording system to semiconductor storage device
JPWO2008139689A1 (en) Memory controller, semiconductor recording device, and rewrite count notification method
JP4488048B2 (en) MEMORY CONTROLLER, FLASH MEMORY SYSTEM HAVING MEMORY CONTROLLER, AND FLASH MEMORY CONTROL METHOD
JP4737223B2 (en) MEMORY CONTROLLER, FLASH MEMORY SYSTEM HAVING MEMORY CONTROLLER, AND FLASH MEMORY CONTROL METHOD
JP4235646B2 (en) Memory controller and flash memory system
JP2007219793A (en) Writing method of flash memory
JP2012068765A (en) Memory controller, flash memory system with memory controller, and control method of flash memory
JP4434171B2 (en) Memory controller and flash memory system
JP4419415B2 (en) Recording method
KR100514756B1 (en) Cash processing method for writing in flash memory using file system
JP4952742B2 (en) MEMORY CONTROLLER, FLASH MEMORY SYSTEM HAVING MEMORY CONTROLLER, AND FLASH MEMORY CONTROL METHOD
JP2009276883A (en) Semiconductor auxiliary storage device
KR101067464B1 (en) File system and data management method
JP4000124B2 (en) MEMORY CONTROLLER, FLASH MEMORY SYSTEM PROVIDED WITH MEMORY CONTROLLER, AND FLASH MEMORY CONTROL METHOD