JP2005107599A - Memory controller, flash memory system equipped with memory controller, and control method of flash memory - Google Patents

Memory controller, flash memory system equipped with memory controller, and control method of flash memory Download PDF

Info

Publication number
JP2005107599A
JP2005107599A JP2003336495A JP2003336495A JP2005107599A JP 2005107599 A JP2005107599 A JP 2005107599A JP 2003336495 A JP2003336495 A JP 2003336495A JP 2003336495 A JP2003336495 A JP 2003336495A JP 2005107599 A JP2005107599 A JP 2005107599A
Authority
JP
Japan
Prior art keywords
flash memory
block
zone
state
chip
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
Application number
JP2003336495A
Other languages
Japanese (ja)
Other versions
JP4461754B2 (en
Inventor
Kenzo Kida
健三 木田
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.)
TDK Corp
Original Assignee
TDK Corp
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 TDK Corp filed Critical TDK Corp
Priority to JP2003336495A priority Critical patent/JP4461754B2/en
Publication of JP2005107599A publication Critical patent/JP2005107599A/en
Application granted granted Critical
Publication of JP4461754B2 publication Critical patent/JP4461754B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Techniques For Improving Reliability Of Storages (AREA)
  • Read Only Memory (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a memory controller which can improve throughput in a flash memory system using a plurality of flash memories, the flash memory system equipped with the memory controller, and a control method of flash memories. <P>SOLUTION: The memory controller is equipped with an access control means of controlling access to a zone composed of a plurality of blocks of flash memories; and the zone is composed of blocks in flash memories of a plurality of chips and when one of the flash memories enters a state wherein a process request is rejected, the process request is supplied preferentially to a flash memory in a standby mode for a process request. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、メモリコントローラ及びメモリコントローラを備えるフラッシュメモリシステム、並びに、フラッシュメモリの制御方法に関する。   The present invention relates to a memory controller, a flash memory system including the memory controller, and a flash memory control method.

近年、メモリカードやシリコンディスクなどのメモリシステムに用いられる半導体メモリとして、フラッシュメモリが用いられることが多い。このフラッシュメモリは不揮発性メモリの一種であり、電源が投入されているか否かに関わらず、データが保持されていることが要求される。   In recent years, a flash memory is often used as a semiconductor memory used in a memory system such as a memory card or a silicon disk. This flash memory is a kind of non-volatile memory, and is required to retain data regardless of whether power is turned on.

ところで、上記のような装置に特に用いられることが多いNAND型フラッシュメモリは、メモリセルを消去状態(論理値の「1」)から書込状態(論理値の「0」)に変化させる場合には、メモリセル単位で行うことができるが、メモリセルを書込状態(論理値の「0」)から消去状態(論理値の「1」)に変化させる場合には、メモリセル単位で行うことができず、複数のメモリセルからなる所定の消去単位(ブロック)でしかこれを行うことができない。かかる一括消去動作は、一般的にブロック消去と呼ばれている。   By the way, the NAND flash memory that is often used in the above-described devices is used when a memory cell is changed from an erased state (logical value “1”) to a written state (logical value “0”). Can be performed in units of memory cells. However, when a memory cell is changed from a written state (logical value “0”) to an erased state (logical value “1”), it must be performed in memory cells. This can only be done with a predetermined erase unit (block) consisting of a plurality of memory cells. Such a batch erase operation is generally called block erase.

従って、NAND型フラッシュメモリで、データの書替えを行なう場合には、ブロック消去されている消去済ブロックに新たなデータ(書替後のデータ)を書込み、古いデータ(書替前のデータ)が書込まれていたブロックを消去するという処理を行なわなければならない。又、フラッシュメモリでは、消去処理(ブロック消去)や書込み処理等の処理を実行するための内部コマンド情報やアドレス情報等を受取ってから、その処理が完了するまでビジー状態(処理を受付けない状態)となり、このビジー状態が解除されるまでは、次の処理を行なうことができない。   Therefore, when data is rewritten in the NAND flash memory, new data (data after rewriting) is written to the erased block that has been erased, and old data (data before rewriting) is written. The process of erasing the block that has been included must be performed. Also, in the flash memory, after receiving internal command information, address information, etc. for executing processing such as erasing processing (block erasing) or writing processing, it is busy until the processing is completed (processing is not accepted). Thus, the next process cannot be performed until the busy state is canceled.

このような理由により、フラッシュメモリを用いたメモリシステム(以下、フラッシュメモリを用いたメモリシステムをフラッシュメモリシステムと言う。)の処理効率は良くなく、それを解消するため、特許文献1(特開平8−77066)のような提案がなされている。この提案では、2つのフラッシュメモリに対して同時に書込み処理や読出し処理を行なうことにより、フラッシュメモリシステムの処理効率の向上を図っている。
特開平8−77066
For these reasons, the processing efficiency of a memory system using a flash memory (hereinafter, a memory system using a flash memory is referred to as a flash memory system) is not good. 8-77066) has been proposed. In this proposal, the processing efficiency of the flash memory system is improved by simultaneously performing write processing and read processing on two flash memories.
JP-A-8-77066

特許文献1に示されているフラッシュメモリシステムでは、2つのフラッシュメモリに対して同時に書込み処理や読出し処理等を行なうため、フラッシュメモリに接続するデータバス等のバス幅を2倍にしなければならず、回路に対する負担が大きかった。又、ビジー状態が解除されるまでは、次の処理を行なうことができないという問題点については何も改善されていなかった。   In the flash memory system disclosed in Patent Document 1, since write processing and read processing are simultaneously performed on two flash memories, the bus width of a data bus connected to the flash memory must be doubled. The burden on the circuit was great. Further, nothing has been improved about the problem that the next processing cannot be performed until the busy state is canceled.

そこで、本発明は、複数のフラッシュメモリを用いたフラッシュメモリシステムで、いずれかのフラッシュメモリがビジー状態になった時に、ビジー状態でない他のフラッシュメモリに対して書込み処理や読出し処理等を行なうことにより、処理効率を向上させることができるメモリコントローラ及びメモリコントローラを備えるフラッシュメモリシステム、並びに、フラッシュメモリの制御方法を提供することを目的とする。   Therefore, the present invention is a flash memory system using a plurality of flash memories, and when any one of the flash memories is in a busy state, a write process or a read process is performed on another flash memory that is not in a busy state. Accordingly, an object of the present invention is to provide a memory controller capable of improving processing efficiency, a flash memory system including the memory controller, and a flash memory control method.

本発明に係る目的は、フラッシュメモリの複数ブロックで構成されたゾーンに対するアクセスを制御するアクセス制御手段を備えたメモリコントローラであって、
前記ゾーンが複数チップのフラッシュメモリ内のブロックで構成されており、
前記フラッシュメモリのうちのいずれかが、処理要求の受入拒否状態になった時に、処理要求の待機状態にあるフラッシュメモリに対して、優先的に処理要求を供給するように構成されていることを特徴とするメモリコントローラによって達成される。又、このメモリコントローラとフラッシュメモリを備えることを特徴とするフラッシュメモリシステムによって達成される。
An object according to the present invention is a memory controller including an access control means for controlling access to a zone composed of a plurality of blocks of flash memory,
The zone is composed of blocks in a multi-chip flash memory,
When any of the flash memories is in a processing request acceptance refusal state, the processing request is preferentially supplied to a flash memory in a processing request standby state. This is achieved by the featured memory controller. The invention is also achieved by a flash memory system including the memory controller and a flash memory.

ここで、「ゾーンが複数チップのフラッシュメモリ内のブロックで構成されており」とは、ゾーンを構成するブロックが、単一のチップ内のブロックだけで構成されておらず、複数のチップに散在していることを意味する。又、「受入拒否状態」とは、フラッシュメモリがビジー状態(処理を受付けない状態)であることを意味し、「待機状態」とは、フラッシュメモリがビジー状態(処理を受付けない状態)ではなく、処理要求を受入得る状態であることを意味する。   Here, “the zone is composed of blocks in the flash memory of multiple chips” means that the blocks constituting the zone are not composed of only blocks in a single chip, but are scattered in multiple chips. Means that The “acceptance rejected state” means that the flash memory is busy (state that does not accept processing), and the “standby state” does not mean that the flash memory is busy (state that does not accept processing). This means that the processing request can be accepted.

又、本発明によれば、前記ゾーン毎のアドレス変換テーブルを作成する変換テーブル作成手段を備えることが好ましい。   In addition, according to the present invention, it is preferable to provide a conversion table creating means for creating an address conversion table for each zone.

又、本発明によれば、前記ゾーンを構成しているチップ毎に候補テーブルを作成する候補テーブル作成手段を備えることが好ましい。   In addition, according to the present invention, it is preferable that a candidate table creating unit that creates a candidate table for each chip constituting the zone is provided.

又、本発明によれば、前記受入拒否状態が、書込み処理、読出し処理又は消去処理の実行によって生じたものであることが好ましい。   According to the present invention, it is preferable that the acceptance refusal state is a result of execution of a write process, a read process, or an erase process.

又、本発明によれば、前記待機状態にあるフラッシュメモリに対する読出し処理に基づいて、消去状態のチェックを行なうことができるように構成されていることが好ましい。   In addition, according to the present invention, it is preferable that the erasure state can be checked based on the reading process for the flash memory in the standby state.

本発明に係る目的は、複数ブロックで構成されたゾーンに対するアクセスを制御するフラッシュメモリの制御方法であって、
前記ゾーンを構成する複数チップのフラッシュメモリのうち、いずれかのチップが処理要求の受入拒否状態になった時に、処理要求の待機状態にあるフラッシュメモリに対して、優先的に処理要求を供給することを特徴とするフラッシュメモリの制御方法によって達成される。
An object of the present invention is a flash memory control method for controlling access to a zone composed of a plurality of blocks,
When one of the plurality of chips constituting the zone enters a processing request acceptance refusal state, the processing request is preferentially supplied to the flash memory in a processing request standby state. This is achieved by a flash memory control method.

ここで、「ゾーンを構成する複数チップ」とは、ゾーンを構成するブロックが、単一のチップ内のブロックだけで構成されておらず、複数のチップに散在していることを意味する。又、「受入拒否状態」とは、フラッシュメモリがビジー状態(処理を受付けない状態)であることを意味し、「待機状態」とは、フラッシュメモリがビジー状態(処理を受付けない状態)ではなく、処理要求を受入得る状態であることを意味する。   Here, “a plurality of chips constituting a zone” means that the blocks constituting the zone are not composed only of blocks in a single chip, but are scattered in a plurality of chips. The “acceptance rejected state” means that the flash memory is busy (state that does not accept processing), and the “standby state” does not mean that the flash memory is busy (state that does not accept processing). This means that the processing request can be accepted.

又、本発明によれば、前記ゾーン毎に作成されたアドレス変換テーブルを用いて、該ゾーンに対するアクセスを制御することが好ましい。   Further, according to the present invention, it is preferable to control access to the zone using an address conversion table created for each zone.

又、本発明によれば、前記ゾーンを構成しているチップ毎に作成された候補テーブルを用いて、該ゾーンに対するアクセスを制御することが好ましい。   According to the present invention, it is preferable to control access to a zone using a candidate table created for each chip constituting the zone.

又、本発明によれば、前記受入拒否状態が、書込み処理、読出し処理又は消去処理の実行によって生じたものであることが好ましい。   According to the present invention, it is preferable that the acceptance refusal state is a result of execution of a write process, a read process, or an erase process.

又、本発明によれば、前記待機状態にあるフラッシュメモリに対する読出し処理に基づいて、消去状態のチェックを行なうことが好ましい。   Further, according to the present invention, it is preferable to check the erased state based on the reading process for the flash memory in the standby state.

本発明によれば、アクセスを制御している複数チップのフラッシュメモリのうち、いずれかのチップがビジー状態(処理を受付けない状態)のときに、ビジー状態(処理を受付けない状態)でないチップに対して、書込み処理、読出し処理又は消去処理等を実行するためのコマンド情報やアドレス情報等を、優先的に供給するようにフラッシュメモリシステムが構成されているため、フラッシュメモリシステムの処理効率を向上させることができる。   According to the present invention, when one of the multiple-chip flash memories that are controlling access is in a busy state (a state in which processing is not accepted), a chip that is not in a busy state (a state in which processing is not accepted). On the other hand, the flash memory system is configured to preferentially supply command information, address information, etc. for executing write processing, read processing, erase processing, etc., thus improving the processing efficiency of the flash memory system Can be made.

又、複数チップのフラッシュメモリでゾーンを構成すれば、ホストシステム側からの要求に応じた処理が、特定のチップに集中することを避けることができるため、より効果的にフラッシュメモリシステムの処理効率を向上させることができる。   In addition, if a zone is composed of a plurality of chips of flash memory, processing according to requests from the host system can be avoided from being concentrated on a specific chip. Can be improved.

又、ビジー状態(処理を受付けない状態)でないチップに対して、書込み候補ブロックの消去状態をチェックするための読出し処理や、アドレス変換テーブルや消去済ブロック検索用テーブルを作成するための読出し処理を行なうことによっても、フラッシュメモリシステムの処理効率を向上させることができる。   Also, for a chip that is not busy (not accepting processing), read processing for checking the erase state of the write candidate block, and read processing for creating an address conversion table and an erased block search table are performed. This also improves the processing efficiency of the flash memory system.

以下、図面に基づき、本発明の実施の形態について詳細に説明する。
[フラッシュメモリシステム1の説明]
図1は、本発明に係るフラッシュメモリシステム1を概略的に示すブロック図である。図1に示したようにフラッシュメモリシステム1は、フラッシュメモリ2と、それを制御するコントローラ3で構成されている。又、フラッシュメモリシステム1は、通常ホストシステム4に着脱可能に装着されて使用され、ホストシステム4に対して一種の外部記憶装置として用いられる。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
[Description of flash memory system 1]
FIG. 1 is a block diagram schematically showing a flash memory system 1 according to the present invention. As shown in FIG. 1, the flash memory system 1 includes a flash memory 2 and a controller 3 that controls the flash memory 2. The flash memory system 1 is normally used by being detachably attached to the host system 4, and is used as a kind of external storage device for the host system 4.

尚、ホストシステム4としては、文字、音声、あるいは画像情報等の種々の情報を処理するパーソナルコンピュータやデジタルスチルカメラをはじめとする各種情報処理装置が挙げられる。   Examples of the host system 4 include various information processing apparatuses such as a personal computer and a digital still camera that process various information such as characters, sounds, and image information.

フラッシュメモリ2は、ページ単位で読出し又は書込みを、ブロック単位で消去を実行するデバイスであり、例えば、1ブロックは32ページで構成され、1ページは512バイトのユーザ領域と16バイトの冗長領域で構成されている。   The flash memory 2 is a device that executes reading or writing in units of pages and erasing in units of blocks. For example, one block is composed of 32 pages, and one page is a 512-byte user area and a 16-byte redundant area. It is configured.

コントローラ3は、ホストインターフェース制御ブロック5と、マイクロプロセッサ6と、ホストインターフェースブロック7と、ワークエリア8と、バッファ9と、フラッシュメモリインターフェースブロック10と、ECC(エラー・コレクション・コード)ブロック11と、フラッシュメモリシーケンサブロック12とから構成される。これら機能ブロックによって構成されるコントローラ3は、一つの半導体チップ上に集積されている。以下に各ブロックの機能を説明する。   The controller 3 includes a host interface control block 5, a microprocessor 6, a host interface block 7, a work area 8, a buffer 9, a flash memory interface block 10, an ECC (error collection code) block 11, And a flash memory sequencer block 12. The controller 3 constituted by these functional blocks is integrated on one semiconductor chip. The function of each block will be described below.

マイクロプロセッサ6は、コントローラ3を構成する各機能ブロック全体の動作を制御する機能ブロックである。   The microprocessor 6 is a functional block that controls the operation of the entire functional blocks constituting the controller 3.

ホストインターフェース制御ブロック5は、ホストインターフェースブロック7の動作を制御する機能ブロックである。ここで、ホストインターフェース制御ブロック5は、ホストインターフェースブロック7の動作を設定する動作設定レジスタ(図示せず)を備えており、この動作設定レジスタに基づきホストインターフェースブロック7は動作する。   The host interface control block 5 is a functional block that controls the operation of the host interface block 7. Here, the host interface control block 5 includes an operation setting register (not shown) for setting the operation of the host interface block 7, and the host interface block 7 operates based on the operation setting register.

ホストインターフェースブロック7は、ホストシステム4とデータ、アドレス情報、ステータス情報及び外部コマンド情報の授受を行なう機能ブロックである。すなわち、フラッシュメモリシステム1がホストシステム4に装着されると、フラッシュメモリシステム1とホストシステム4は、外部バス13を介して相互に接続され、かかる状態において、ホストシステム4よりフラッシュメモリシステム1に供給されるデータ等は、ホストインタ―フェースブロック7を入口としてコントローラ3の内部に取り込まれ、フラッシュメモリシステム1からホストシステム4に供給されるデータ等は、ホストインターフェースブロック7を出口としてホストシステム4に供給される。   The host interface block 7 is a functional block that exchanges data, address information, status information, and external command information with the host system 4. That is, when the flash memory system 1 is attached to the host system 4, the flash memory system 1 and the host system 4 are connected to each other via the external bus 13, and in this state, the host system 4 connects to the flash memory system 1. The supplied data or the like is taken into the controller 3 using the host interface block 7 as an entrance, and the data or the like supplied from the flash memory system 1 to the host system 4 is sent to the host system 4 using the host interface block 7 as an exit. To be supplied.

さらに、ホストインターフェースブロック7は、ホストシステム4より供給されるホストアドレス及び外部コマンドを一時的に格納するタスクファイルレジスタ(図示せず)及びエラーが発生した場合にセットされるエラーレジスタ(図示せず)等を有している。   Further, the host interface block 7 includes a task file register (not shown) for temporarily storing a host address and an external command supplied from the host system 4 and an error register (not shown) set when an error occurs. ) Etc.

ワークエリア8は、フラッシュメモリ2の制御に必要なデータが一時的に格納される作業領域であり、複数のSRAM(Static Random Access Memory)セルによって構成される機能ブロックである。   The work area 8 is a work area in which data necessary for controlling the flash memory 2 is temporarily stored, and is a functional block configured by a plurality of SRAM (Static Random Access Memory) cells.

バッファ9は、フラッシュメモリ2から読出したデータ及びフラッシュメモリ2に書込むデータを一時的に保持する機能ブロックである。すなわち、フラッシュメモリ2から読出したデータは、ホストシステム4が受け取り可能な状態になるまでバッファ9に保持され、フラッシュメモリ2に書込むデータは、フラッシュメモリ2が書込み可能な状態となるまでバッファ9に保持される。   The buffer 9 is a functional block that temporarily holds data read from the flash memory 2 and data to be written to the flash memory 2. That is, data read from the flash memory 2 is held in the buffer 9 until the host system 4 can receive data, and data to be written to the flash memory 2 is stored in the buffer 9 until the flash memory 2 becomes writable. Retained.

フラッシュメモリシーケンサブロック12は、内部コマンドに基づきフラッシュメモリ2の動作を制御する機能ブロックである。フラッシュメモリシーケンサブロック12は、複数のレジスタ(図示せず)を備え、この複数のレジスタに内部コマンドを実行する際に必要な情報が設定される。この複数のレジスタに内部コマンドを実行する際に必要な情報が設定されると、フラッシュメモリシーケンサブロック12は、その情報に基づいて処理を実行する。ここで、「内部コマンド」とは、コントローラ3からフラッシュメモリ2に与えられるコマンドであり、ホストシステム4からフラッシュメモリシステム1に与えられるコマンドである「外部コマンド」と区別される。   The flash memory sequencer block 12 is a functional block that controls the operation of the flash memory 2 based on internal commands. The flash memory sequencer block 12 includes a plurality of registers (not shown), and information necessary for executing an internal command is set in the plurality of registers. When information necessary for executing an internal command is set in the plurality of registers, the flash memory sequencer block 12 executes processing based on the information. Here, the “internal command” is a command given from the controller 3 to the flash memory 2 and is distinguished from an “external command” which is a command given from the host system 4 to the flash memory system 1.

フラッシュメモリインターフェースブロック10は、内部バス14を介して、フラッシュメモリ2とデータ、アドレス情報、ステータス情報及び内部コマンド情報の授受を行う機能ブロックである。   The flash memory interface block 10 is a functional block that exchanges data, address information, status information, and internal command information with the flash memory 2 via the internal bus 14.

ECCブロック11は、フラッシュメモリ2に書込むデ―タに付加されるエラーコレクションコードを生成するとともに、読出しデータに付加されたエラーコレクションコードに基づいて、読出したデータに含まれる誤りを検出・訂正する機能ブロックである。
[メモリセルの説明]
次に、図2及び3参照して図1に示したフラッシュメモリ2を構成するメモリセル16の具体的な構造について説明する。
The ECC block 11 generates an error correction code to be added to data to be written to the flash memory 2, and detects and corrects errors included in the read data based on the error correction code added to the read data. Function block.
[Description of memory cell]
Next, a specific structure of the memory cell 16 constituting the flash memory 2 shown in FIG. 1 will be described with reference to FIGS.

図2は、フラッシュメモリを構成するメモリセル16の構造を概略的に示す断面図である。同図に示したように、メモリセル16は、P型半導体基板17に形成されたN型のソース拡散領域18及びドレイン拡散領域19と、ソース拡散領域18とドレイン拡散領域19との間のP型半導体基板17を覆って形成されたトンネル酸化膜20と、トンネル酸化膜20上に形成されたフローティングゲ―ト電極21と、フローティングゲート電極21上に形成された絶縁膜22と、絶縁膜22上に形成されたコントロールゲ―ト電極23とから構成される。このような構成を有するメモリセル16が、フラッシュメモリ内で複数個直列に接続されている。   FIG. 2 is a cross-sectional view schematically showing the structure of the memory cell 16 constituting the flash memory. As shown in the figure, the memory cell 16 includes an N-type source diffusion region 18 and a drain diffusion region 19 formed in the P-type semiconductor substrate 17, and a P between the source diffusion region 18 and the drain diffusion region 19. Tunnel oxide film 20 formed to cover type semiconductor substrate 17, floating gate electrode 21 formed on tunnel oxide film 20, insulating film 22 formed on floating gate electrode 21, and insulating film 22 The control gate electrode 23 is formed on the top. A plurality of memory cells 16 having such a configuration are connected in series in the flash memory.

メモリセル16は、フローティングゲート電極21に電子が注入されているか否かによって、「消去状態(電子が蓄積されていない状態)」と「書込状態(電子が蓄積されている状態)」のいずれかの状態が示される。ここで、1つのメモリセル16は1ビットのデータに対応し、メモリセル16の「消去状態」が論理値の「1」のデータに対応し、メモリセル16の「書込状態」が論理値の「0」のデータに対応する。   The memory cell 16 has either an “erased state (a state where no electrons are accumulated)” or a “written state (a state where electrons are accumulated)” depending on whether electrons are injected into the floating gate electrode 21 or not. Is shown. Here, one memory cell 16 corresponds to 1-bit data, the “erased state” of the memory cell 16 corresponds to data of “1” of the logical value, and the “written state” of the memory cell 16 corresponds to the logical value. Corresponds to “0” data.

「消去状態」においては、フローティングゲート電極21に電子が蓄積されていないため、コントロールゲート電極23に読出し電圧(高レベル電圧)が印加されていないときには、ソース拡散領域18とドレイン拡散領域19との間の、P型半導体基板17の表面にチャネルが形成されず、ソース拡散領域18とドレイン拡散領域19は電気的に絶縁される。一方、コントロールゲート電極23に読出し電圧(高レベル電圧)が印加されると、ソース拡散領域18とドレイン拡散領域19との間の、P型半導体基板17の表面にチャネル(図示せず)が形成され、ソース拡散領域18とドレイン拡散領域19は、このチャネルによって電気的に接続される。   In the “erased state”, since electrons are not accumulated in the floating gate electrode 21, when the read voltage (high level voltage) is not applied to the control gate electrode 23, the source diffusion region 18 and the drain diffusion region 19 In the meantime, no channel is formed on the surface of the P-type semiconductor substrate 17, and the source diffusion region 18 and the drain diffusion region 19 are electrically insulated. On the other hand, when a read voltage (high level voltage) is applied to the control gate electrode 23, a channel (not shown) is formed on the surface of the P-type semiconductor substrate 17 between the source diffusion region 18 and the drain diffusion region 19. The source diffusion region 18 and the drain diffusion region 19 are electrically connected by this channel.

すなわち、「消去状態」においてはコントロールゲート電極23に読出し電圧(高レベル電圧)が印加されていない状態では、ソース拡散領域18とドレイン拡散領域19とは電気的に絶縁され、コントロールゲート電極23に読出し電圧(高レベル電圧)が印加された状態では、ソース拡散領域18とドレイン拡散領域19とは電気的に接続される。   That is, in the “erased state”, when the read voltage (high level voltage) is not applied to the control gate electrode 23, the source diffusion region 18 and the drain diffusion region 19 are electrically insulated, and the control gate electrode 23 In the state where the read voltage (high level voltage) is applied, the source diffusion region 18 and the drain diffusion region 19 are electrically connected.

図3は、「書込状態」であるメモリセル16を概略的に示す断面図である。同図に示したように、「書込状態」とは、フローティングゲート電極21に電子が蓄積されている状態を指す。フローティングゲート電極21はトンネル酸化膜20及び絶縁膜22に挟まれているため、一旦、フローティングゲート電極21に注入された電子は、きわめて長時間フローティングゲート電極21内にとどまる。この「書込状態」においては、フローティングゲート電極21に電子が蓄積されているので、コントロールゲート電極23に読出し電圧(高レベル電圧)が印加されているか否かに関わらず、ソース拡散領域18とドレイン拡散領域19との間の、P型半導体基板17の表面にはチャネル24が形成される。したがって、「書込状態」においてはソース拡散領域18とドレイン拡散領域19とは、コントロ―ルゲート電極23に読出し電圧(高レベル電圧)が印加されているか否かに関わらず、チャネル24によって常に電気的に接続状態となる。   FIG. 3 is a cross-sectional view schematically showing the memory cell 16 in the “written state”. As shown in the figure, the “written state” refers to a state in which electrons are accumulated in the floating gate electrode 21. Since the floating gate electrode 21 is sandwiched between the tunnel oxide film 20 and the insulating film 22, the electrons once injected into the floating gate electrode 21 stay in the floating gate electrode 21 for a very long time. In this “write state”, since electrons are accumulated in the floating gate electrode 21, regardless of whether or not a read voltage (high level voltage) is applied to the control gate electrode 23, A channel 24 is formed on the surface of the P-type semiconductor substrate 17 between the drain diffusion region 19. Therefore, in the “written state”, the source diffusion region 18 and the drain diffusion region 19 are always electrically connected by the channel 24 regardless of whether or not a read voltage (high level voltage) is applied to the control gate electrode 23. Connection state.

又、上記メモリセル16が消去状態であるか書込状態であるかは、次のようにして読み出すことができる。メモリセル16はフラッシュメモリ内で複数個直列に接続されている。この直列体の中で選択するメモリセル16に低レベル電圧を印加し、それ以外のメモリセル16のコントロールゲート電極23に高レベル電圧を印加する。この状態でメモリセル16の直列体が導通状態であるか否かの検出が行われる。その結果、この直列体が導通状態であれば、選択されたメモリセル16は書込状態であると判断され、絶縁状態であれば、選択されたフラッシュメモリセル16は消去状態であると判断される。このようにして、直列体に含まれる任意のメモリセル16に保持されたデータが「0」であるのか「1」であるのかを読み出すことができる。   Whether the memory cell 16 is in an erased state or a written state can be read as follows. A plurality of memory cells 16 are connected in series in the flash memory. A low level voltage is applied to the memory cell 16 selected in the series body, and a high level voltage is applied to the control gate electrode 23 of the other memory cells 16. In this state, it is detected whether or not the serial body of the memory cells 16 is in a conductive state. As a result, if the serial body is in a conductive state, it is determined that the selected memory cell 16 is in a written state, and if it is in an isolated state, it is determined that the selected flash memory cell 16 is in an erased state. The In this way, it is possible to read out whether the data held in any memory cell 16 included in the serial body is “0” or “1”.

又、消去状態であるメモリセル16を書込状態に変化させる場合は、コントロールゲート電極23が高電位側となる高電圧を印加し、トンネル酸化膜20を介してフローティングゲート電極21へ電子を注入する。この際、FN(ファウラ―ノルトハイム)トンネル電流が流れフロ―ティングゲート電極21に電子が注入される。一方、書込状態であるフラッシュメモリセル16を消去状態に変化させる場合は、コントロールゲート電極23が低電位側となる高電圧を印加し、トンネル酸化膜20を介してフローティングゲート電極21に蓄積された電子を排出する。
[フラッシュメモリのメモリ構造の説明]
次に、フラッシュメモリのメモリ構造を説明する。図4は、フラッシュメモリのメモリ構造を概略的に示す図である。図4に示したように、フラッシュメモリはデータの読出し及び書込みにおける処理単位であるページと、データの消去単位であるブロックで構成されている。
When the memory cell 16 in the erased state is changed to the written state, a high voltage is applied so that the control gate electrode 23 is on the high potential side, and electrons are injected into the floating gate electrode 21 through the tunnel oxide film 20. To do. At this time, an FN (Fowler-Nordheim) tunnel current flows and electrons are injected into the floating gate electrode 21. On the other hand, when changing the flash memory cell 16 in the written state to the erased state, a high voltage is applied to the control gate electrode 23 on the low potential side, and the voltage is stored in the floating gate electrode 21 via the tunnel oxide film 20. Discharge electrons.
[Description of flash memory structure]
Next, the memory structure of the flash memory will be described. FIG. 4 schematically shows a memory structure of the flash memory. As shown in FIG. 4, the flash memory is composed of pages, which are processing units for reading and writing data, and blocks, which are data erasing units.

上記ページは、例えば512バイトのデータ領域25と、16バイトの冗長領域26によって構成される。データ領域25は、主に、ホストシステム4から供給されるデ―タが格納される領域であり、冗長領域26は、エラーコレクションコード、対応論理ブロックアドレス及びブロックステータス等の付加情報が格納される領域である。   The page is composed of, for example, a data area 25 of 512 bytes and a redundant area 26 of 16 bytes. The data area 25 is an area mainly storing data supplied from the host system 4, and the redundant area 26 stores additional information such as an error correction code, a corresponding logical block address and a block status. It is an area.

エラ―コレクションコードは、ユーザ領域25に格納されたデータに含まれる誤りを訂正するための付加情報であり、ECCブロックによって生成される。このエラ―コレクションコードに基づき、ユーザ領域25に格納されたデータに含まれる誤りが所定数以下であれば、その誤りが訂正される。   The error collection code is additional information for correcting an error included in the data stored in the user area 25, and is generated by an ECC block. Based on the error collection code, if the number of errors included in the data stored in the user area 25 is equal to or less than a predetermined number, the error is corrected.

対応論理ブロックアドレスは、そのブロックにデータが格納されている場合に、そのブロックがどの論理ブロックアドレスに対応するかを示している。尚、そのブロックにデータが格納されていない場合は、対応論理ブロックアドレスも格納されていないので、対応論理ブロックアドレスが格納されているか否かで、そのブロックが消去済ブロックであるか否かを判断することができる。つまり、対応論理ブロックアドレスが格納されていない場合は消去済ブロックであると判断する。   The corresponding logical block address indicates to which logical block address the block corresponds when data is stored in the block. If no data is stored in the block, the corresponding logical block address is not stored. Therefore, whether or not the block is an erased block depends on whether or not the corresponding logical block address is stored. Judgment can be made. That is, if the corresponding logical block address is not stored, it is determined that the block is an erased block.

ブロックステータスは、そのブロックが不良ブロック(正常にデータの書込み等を行なうことができないブロック)であるか否かを示すフラグであり、そのブロックが不良ブロックであると判断された場合には、不良ブロックであることを示すフラグが設定される。
[論理ブロックアドレスと物理ブロックアドレスの説明]
フラッシュメモリはデータの上書きができないため、データの書替えを行なう場合には、ブロック消去されている消去済ブロックに新たなデータ(書替後のデータ)を書込み、古いデータ(書替前のデータ)が書込まれていたブロックを消去するという処理を行なわなければならない。この際、消去はブロック単位で処理されるため、古いデータ(書替前のデータ)が書込まれていたページが含まれるブロックの、全ページのデータが消去されてしまう。従って、データの書替えを行なう場合、書替えるページが含まれるブロックの、他のページのデータについても、消去済ブロックに移動させる処理が必要となる。
The block status is a flag indicating whether or not the block is a bad block (a block in which data cannot be normally written). If it is determined that the block is a bad block, the block status is bad. A flag indicating a block is set.
[Description of logical block address and physical block address]
Since data cannot be overwritten in the flash memory, when rewriting data, new data (data after rewriting) is written to the erased block that has been erased, and old data (data before rewriting). The process of erasing the block in which "." Has been written must be performed. At this time, since erasure is processed in units of blocks, data of all pages of a block including a page in which old data (data before rewriting) is written is erased. Therefore, when data is rewritten, it is necessary to perform processing for moving the data of other pages of the block including the page to be rewritten to the erased block.

上記のようにデータを書替える場合、書替後のデータは書替前と異なるブロックに書込まれるため、ホストシステム側から与えられる論理ブロックアドレスと、フラッシュメモリ内でのブロックアドレスである物理ブロックアドレスとの対応関係は、データを書替える毎に動的に変化する。このため、論理ブロックアドレスと物理ブロックアドレスの対応関係を示したアドレス変換テーブルが必要となる。尚、このアドレス変換テーブルは、フラッシュメモリの冗長領域に書込まれている対応論理ブロックアドレスに基づいて作成され、データが書替えられる毎に、その書替えに関わった部分の対応関係が更新される。
[ゾーンの構成の説明]
次に、フラッシュメモリ内の複数のブロックで構成したゾーンを、論理ブロックアドレスの空間に割当てるゾーン管理について図面を参照して説明する。図5は、1024のブロックでゾーンを構成した例を示している。図5に示した例では、ゾーンは、1024のブロックB0000〜B1023で構成され、各ブロックは、読出し及び書込み処理の単位である32のページP00〜P31で構成されている。そして、このゾーンが1000ブロック分の論理ブロックアドレスの空間に割当てられている。ここで、ブロックは消去処理の単位であり、ページは読出し及び書込み処理の単位である。又、ゾーンを構成するブロックが、24ブロック分余計に割当てられているのは、不良ブロックの発生を考慮したためである。
When rewriting data as described above, since the data after rewriting is written in a different block from before rewriting, the logical block address given from the host system side and the physical block which is the block address in the flash memory The correspondence with the address changes dynamically every time data is rewritten. For this reason, an address conversion table showing the correspondence between logical block addresses and physical block addresses is required. This address conversion table is created based on the corresponding logical block address written in the redundant area of the flash memory, and each time the data is rewritten, the correspondence relationship of the part involved in the rewriting is updated.
[Description of zone configuration]
Next, zone management for assigning a zone composed of a plurality of blocks in the flash memory to a logical block address space will be described with reference to the drawings. FIG. 5 shows an example in which a zone is composed of 1024 blocks. In the example shown in FIG. 5, the zone is composed of 1024 blocks B0000 to B1023, and each block is composed of 32 pages P00 to P31 which are units of read and write processing. This zone is assigned to a logical block address space for 1000 blocks. Here, the block is a unit of erasing processing, and the page is a unit of reading and writing processing. Further, the reason why the blocks constituting the zone are allocated to the extra 24 blocks is that the occurrence of defective blocks is taken into consideration.

本発明に係るフラッシュメモリシステムでは、複数のフラッシュメモリ内のブロックで上記ゾーンを構成している。図6は、2チップのフラッシュメモリでゾーンを構成した例である。図6では、フラッシュメモリのチップ0内の512ブロックとチップ1内の512ブロックで各ゾーンを構成している。ここで、各ゾーンに割当てるブロックの、チップ0及びチップ1内での物理ブロックアドレスは特に限定されないが、チップ0内の物理ブロックアドレスの先頭から512のブロックと、チップ1内の物理ブロックアドレスの先頭から512のブロックを、ゾーン0に割当て、それ以降のゾーン(ゾーン1〜ゾーンN)についても、物理ブロックアドレスの順番で各ゾーンに順次割当てた。又、各ゾーン(ゾーン0〜ゾーンN)は、1000ブロック分の論理ブロックアドレスの空間に割当てられている。   In the flash memory system according to the present invention, the zone is composed of blocks in a plurality of flash memories. FIG. 6 shows an example in which a zone is constituted by a two-chip flash memory. In FIG. 6, each zone is composed of 512 blocks in the chip 0 of the flash memory and 512 blocks in the chip 1. Here, the physical block addresses in the chip 0 and the chip 1 of the blocks allocated to each zone are not particularly limited, but the first 512 blocks of the physical block address in the chip 0 and the physical block addresses in the chip 1 The 512 blocks from the top were assigned to zone 0, and the subsequent zones (zone 1 to zone N) were also assigned to each zone in the order of physical block addresses. Each zone (zone 0 to zone N) is assigned to a logical block address space for 1000 blocks.

本発明に係るフラッシュメモリシステムでは、上述のようなゾーンに対して後述するアドレス変換テーブルと候補テーブルを作成してゾーンの管理を行なっている。図7は、ゾーン毎に作成されるアドレス変換テーブル31と候補テーブル32、33の関係を示している。図7に示したようにアドレス変換テーブル32は、ゾーン全体に対して1テーブル作成され、候補テーブル32、33は、ゾーンを構成するチップ毎に、つまり、チップ0に対して候補テーブル32が作成され、チップ1に対して候補テーブル33が作成される。
[アドレス変換テーブルの説明]
次に、上記アドレス変換テーブルについて、図面を参照して説明する。図8は、上記アドレス変換テーブルの一例を示したものであり、各論理ブロックアドレスに対応するデータが格納されているチップの番号とそのチップ内での物理ブロックアドレスが、論理ブロックアドレス順に記述されている。ここで、図6に示したようにゾーンを構成した場合、各ゾーンを構成するチップ0内のブロックの、物理ブロックアドレスの範囲と、チップ1内のブロックの、物理ブロックアドレスの範囲が同一になるが、アドレス変換テーブルにチップの番号が記述されているため、各論理ブロックアドレスに対応するデータの格納先は一意的に特定される。又、対応するデータが格納されていない論理ブロックアドレスについては、アドレス変換テーブルのその論理ブロックアドレスに対応した部分に、チップの番号や物理ブロックアドレスではなく、対応するデータが格納されていないことを示すフラグ(以下、対応するデータが格納されていないことを示すフラグを未格納フラグと言う。)が設定される。
In the flash memory system according to the present invention, an address conversion table and a candidate table, which will be described later, are created for a zone as described above to manage the zone. FIG. 7 shows the relationship between the address conversion table 31 created for each zone and the candidate tables 32 and 33. As shown in FIG. 7, one address conversion table 32 is created for the entire zone, and the candidate tables 32 and 33 are created for each chip constituting the zone, that is, for the chip 0. Then, a candidate table 33 is created for the chip 1.
[Description of address translation table]
Next, the address conversion table will be described with reference to the drawings. FIG. 8 shows an example of the address conversion table. The number of the chip storing the data corresponding to each logical block address and the physical block address in the chip are described in the order of the logical block address. ing. Here, when the zones are configured as shown in FIG. 6, the physical block address range of the blocks in the chip 0 constituting each zone is the same as the physical block address range of the blocks in the chip 1. However, since the chip number is described in the address conversion table, the storage destination of data corresponding to each logical block address is uniquely specified. For logical block addresses that do not store corresponding data, the corresponding data is not stored in the part corresponding to the logical block address in the address conversion table, but instead of the chip number or physical block address. A flag (hereinafter, a flag indicating that corresponding data is not stored is referred to as an unstored flag) is set.

このアドレス変換テーブルを作成する場合、例えば、1000ブロック分のチップの番号と物理ブロックアドレスを記述できる領域をSRAM上に確保し、そのチップの番号と物理ブロックアドレスを記述する領域のいずれか、又は双方に初期設定として未格納フラグを設定する。その後、アドレス変換テーブルを作成するゾーンに割当てられているチップ0内のブロック(冗長領域)を順次読出していき、冗長領域に論理ブロックアドレス(対応論理ブロックアドレスとして記述されている論理ブロックアドレス)が記述されていた場合には、アドレス変換テーブルのその論理ブロックアドレスに対応した部分に、その論理ブロックアドレスが記述されていたブロックの物理ブロックアドレスを記述する。この際、物理ブロックアドレスと共にチップの番号も記述する。又、チップ1についも同様の処理を行ない、アドレス変換テーブルを作成するゾーンに割当てられているチップ0内の512ブロックとチップ1内の512ブロックについて、この処理が完了するとアドレス変換テーブルが完成する。尚、このアドレス変換テーブルの作成処理で物理ブロックアドレスとチップの番号が記述されなかった部分については、初期設定で記述された未格納フラグがそのまま残る。
[候補テーブルの説明]
次に、上記候補テーブルについて、図面を参照して説明する。この候補テーブルは、データの書込み先として準備しておく消去済ブロック(以下、データの書込み先として準備しておく消去済ブロックを書込み候補ブロックと言う。)を設定しておくテーブルである。又、この候補テーブルは、図7に示したようにゾーンを構成するチップ0内の512ブロックについて1テーブルと、チップ1内の512ブロックについて1テーブルの計2テーブルが作成される。つまり、1ゾーンに対して、そのゾーンを構成するチップ0内の512ブロックから選ばれた書込み候補ブロックと、チップ1内の512ブロックから選ばれた書込み候補ブロックが1ブロックずつ設定される。
When creating this address conversion table, for example, an area in which the chip number and physical block address for 1000 blocks can be described is secured on the SRAM, and either the area in which the chip number and physical block address are described, or An unstored flag is set as an initial setting for both. Thereafter, the blocks (redundant areas) in the chip 0 assigned to the zone for creating the address conversion table are sequentially read, and the logical block addresses (logical block addresses described as corresponding logical block addresses) are stored in the redundant areas. If it is described, the physical block address of the block in which the logical block address is described is described in the portion corresponding to the logical block address of the address conversion table. At this time, the chip number is also described together with the physical block address. The same processing is performed for the chip 1, and when this processing is completed for the 512 blocks in the chip 0 and the 512 blocks in the chip 1 assigned to the zone for creating the address conversion table, the address conversion table is completed. . Note that in the part where the physical block address and the chip number are not described in the process of creating the address conversion table, the unstored flag described in the initial setting remains as it is.
[Explanation of candidate table]
Next, the candidate table will be described with reference to the drawings. This candidate table is a table in which erased blocks prepared as data write destinations (hereinafter, erased blocks prepared as data write destinations are referred to as write candidate blocks) are set. In addition, as shown in FIG. 7, the candidate table includes two tables, one table for 512 blocks in chip 0 and one table for 512 blocks in chip 1. That is, for each zone, one block of write candidate blocks selected from 512 blocks in chip 0 and one block of write candidates selected from 512 blocks in chip 1 are set.

次に、上記候補テーブルに書込み候補ブロックとして設定される消去済ブロックの検索方法について説明する。尚、書込み候補ブロックとして設定される消去済ブロックの検索方法は、ゾーンを構成するチップ0内の512ブロックに対する場合と、チップ1内の512ブロックにする場合とで同様なので、ゾーンを構成するチップ0内の512ブロックに対する消去済ブロックの検索方法について説明する。   Next, a method for searching for erased blocks set as write candidate blocks in the candidate table will be described. The erased block search method set as the write candidate block is the same for the 512 blocks in the chip 0 constituting the zone and for the 512 blocks in the chip 1. A method of searching for erased blocks for 512 blocks within 0 will be described.

この消去済ブロックの検索方法では、ゾーンを構成するチップ0内の512ブロックに対応する512ビットの領域をSRAM上に確保し、その領域の各ビットに各ブロックを割当てた消去済ブロック検索用テーブルを設定する。図9は、この消去済ブロック検索用テーブルを概念的に示した概念図である。図9(a)に示した消去済ブロック検索用テーブルの左上のビットが、チップ0内のB0000(物理ブロックアドレスの0000)のブロックに、その隣がB0001(物理ブロックアドレスの0001)のブロックに対応するように設定していき、右下のビットをB0511(物理ブロックアドレスの0511)のブロックに対応させる。つまり、チップ0内の各ブロックを、物理ブロックアドレスの順番で、上の行から下の行へ、各行を左から右へ順次割当てていく。   In this erased block search method, a 512-bit area corresponding to 512 blocks in chip 0 constituting a zone is secured on the SRAM, and an erased block search table in which each block is assigned to each bit of the area. Set. FIG. 9 is a conceptual diagram conceptually showing this erased block search table. The upper left bit of the erased block search table shown in FIG. 9A is a block of B0000 (physical block address 0000) in chip 0, and its neighbor is a block of B0001 (physical block address 0001). Corresponding settings are made and the lower right bit is made to correspond to the block B0511 (physical block address 0511). That is, each block in the chip 0 is sequentially allocated from the upper row to the lower row and from the left to the right in the order of the physical block addresses.

ここで、各ビットに対応するチップ0内のブロックに、データが書込まれている場合は、そのビットに「0」を、データが書込まれていない場合(消去済ブロックの場合)は、そのビットに「1」を設定する。このように設定された消去済ブロック検索用テーブルは、アドレス変換テーブルを作成する際に一緒に作成することができる。つまり、各ブロックの冗長領域に記述されているデータを読出したときに、対応論理ブロックアドレス又は不良ブロックであることを示すブロックステータスが記述されていた場合は、そのブロックに対応するビットに「0」を設定し、対応論理ブロックアドレスも不良ブロックであることを示すブロックステータスも記述されていない場合は、そのブロックに対応するビットに「1」を設定する。又、作成後は、消去済ブロックにデータを書込んだ場合は、そのブロックに対応するビットを「1」から「0」に書替え、データが書込まれているブロックをブロック消去した場合は、そのブロックに対応するビットを「0」から「1」に書替えるというような更新を随時行なう。   Here, when data is written in a block in chip 0 corresponding to each bit, “0” is written in that bit, and when data is not written (in the case of an erased block), “1” is set in the bit. The erased block search table set in this way can be created together when creating the address conversion table. That is, when the data described in the redundant area of each block is read, if a corresponding logical block address or a block status indicating a defective block is described, “0” is set in the bit corresponding to the block. ”And the corresponding logical block address and the block status indicating that it is a defective block are not described,“ 1 ”is set to the bit corresponding to the block. After creation, when data is written to an erased block, the bit corresponding to that block is rewritten from “1” to “0”, and when a block in which data is written is erased, Updates such as rewriting the bit corresponding to the block from “0” to “1” are performed as needed.

この消去済ブロック検索用テーブルを用いて消去済ブロックを検索する場合は、図9(b)に示したように、各ビットを左上から右下に向かって、つまりB0000(物理ブロックアドレスの0000)に対応するビットからB0511(物理ブロックアドレスの0511)に対応するビットに向かって、上の行から下の行へ、各行を左から右へ順次検索する。例えば、B0000(物理ブロックアドレスの0000)に対応するビットから順次検索していき、B0010(物理ブロックアドレスの0010)に対応するビットが「1」であればここで検索が終了し、次回の検索は、B0011(物理ブロックアドレスの0011)に対応するビットから開始される。尚、B0511(物理ブロックアドレスの0511)に対応するビットまで検索が進んだ場合は、B0000(物理ブロックアドレスの0000)に対応するビットに戻って検索する。   When searching for an erased block using this erased block search table, as shown in FIG. 9B, each bit is shifted from the upper left to the lower right, that is, B0000 (physical block address 0000). From the bit corresponding to B0511 (physical block address 0511) to the bit corresponding to B0511 (physical block address 0511), each row is sequentially searched from left to right from the top row to the bottom row. For example, the search is sequentially performed from the bit corresponding to B0000 (physical block address 0000). If the bit corresponding to B0010 (physical block address 0010) is “1”, the search ends here and the next search is performed. Starts with a bit corresponding to B0011 (physical block address 0011). If the search proceeds to the bit corresponding to B0511 (physical block address 0511), the search returns to the bit corresponding to B0000 (physical block address 0000).

次に、上記検索で検出した消去済ブロックを、書込み候補ブロックとして設定する候補テーブルについて説明する。図10は候補テーブルのデータ項目を示す図である。この候補テーブルには、データ項目としてブロック番号、チェック要求フラグ、エラー検出フラグ及びチェックスタートページが設定されている。   Next, a candidate table for setting erased blocks detected by the above search as write candidate blocks will be described. FIG. 10 is a diagram showing data items in the candidate table. In this candidate table, a block number, a check request flag, an error detection flag, and a check start page are set as data items.

ここで、ブロック番号の設定部には、上記検索により検出した消去済ブロックのブロックアドレスを設定する。又、候補テーブルに設定されている書込み候補ブロックにデータを書込んだ場合は、このブロック番号の設定部に「未設定フラグ(例えば、ブロック番号の設定部にブロックアドレスが有効か又は無効かを示すビットを設け、このビットが無効を示している場合を未設定フラグとする。そして、ブロック番号の設定部にブロックアドレスを設定したときは、このビットが有効を示すようにする。)」を設定する。チェック要求フラグの設定部には、チェック要求の有無、つまり、チェックの完了前は「有りフラグ」を、チェックの完了後は「無しフラグ」を設定する。エラー検出フラグの設定部には、後述する消去状態のチェックでエラーを検出しなかったときは「OKフラグ」を、エラーを検出したときに「NGフラグ」を設定する。チェックスタートページの設定部には、後述する消去状態のチェックを中断した場合に、中断解除後に処理を続行するページを設定する。尚、候補テーブルに設定されている書込み候補ブロックにデータを書込んだ場合は、ブロック番号、チェック要求フラグ及びエラー検出フラグの設定部に「未設定フラグ」を設定し、チェックスタートページの設定部に「0」を設定する。   Here, in the block number setting section, the block address of the erased block detected by the search is set. In addition, when data is written to the write candidate block set in the candidate table, the block number setting part displays “unset flag (for example, whether the block address is valid or invalid in the block number setting part). If the bit indicates invalid, this bit is set as an unset flag, and when a block address is set in the block number setting part, this bit is set valid.) Set. In the check request flag setting section, the presence / absence of a check request is set, that is, the “present flag” is set before the check is completed, and the “not present flag” is set after the check is completed. In the error detection flag setting section, an “OK flag” is set when no error is detected in an erase state check described later, and an “NG flag” is set when an error is detected. In the check start page setting section, a page for continuing the processing after canceling the interruption when an erase state check to be described later is interrupted is set. In addition, when data is written in the write candidate block set in the candidate table, the “unset flag” is set in the setting part of the block number, check request flag and error detection flag, and the check start page setting part Set “0” to.

この候補テーブルに設定された書込み候補ブロックは、データを書込む前に、消去状態のチェックが行なわれる。この消去状態のチェックでは、候補テーブルのブロック番号の設定部に設定されているブロックの各ページのデータが全て消去状態(論理値の「1」)であるかがチェックされ、全てのビットが消去状態(論理値の「1」)であればエラー検出フラグの設定部に「OKフラグ」が、1ビットでも書込状態(論理値の「0」)のビットがあればエラー検出フラグの設定部に「NGフラグ」がセットされる。   The write candidate block set in this candidate table is checked for an erased state before data is written. In this erasure check, it is checked whether all the data of each page of the block set in the block number setting part of the candidate table is in the erasure state (logical value “1”), and all the bits are erased. If it is in the state (logical value “1”), if the “OK flag” is in the error detection flag setting part and the bit is in the write state (logical value “0”), the error detection flag setting part "NG flag" is set in

例えば、初期設定時に図10(a)に示したように、ブロック番号、チェック要求フラグ及びエラー検出フラグの設定部に「未設定フラグ」を、チェックスタートページの設定部に「0」を設定する。次に、消去済ブロックを検索し、そのブロックアドレスがB0010であれば、ブロック番号の設定部にB0010を設定し、チェック要求フラグの設定部に「有りフラグ」を設定する(図10(b))。   For example, as shown in FIG. 10A during initialization, “unset flag” is set in the setting part of the block number, check request flag and error detection flag, and “0” is set in the setting part of the check start page. . Next, an erased block is searched, and if the block address is B0010, B0010 is set in the block number setting section, and “present flag” is set in the check request flag setting section (FIG. 10B). ).

その後、消去状態のチェックを実行し、14ページまでチェックを終了した時点で処理を中断したときは、チェックスタートページに「15」を設定する(図10(c))。その後、消去状態のチェックを再開し、その処理が完了したときに、32ページ全てが正常に消去されていた場合は、図10(d)に示したように、チェック要求フラグの設定部に「無しフラグ」を、エラー検出フラグの設定部に「OKフラグ」を設定する。一方、正常に消去されていないページが検出された場合には、図10(e)に示したように、チェック要求フラグの設定部に「無しフラグ」を、エラー検出フラグの設定部に「NGフラグ」を設定する。
[本発明に係るフラッシュメモリシステムにおける処理の説明]
次に、本発明に係るフラッシュメモリシステムにおける処理について、図面を参照して説明する。本発明に係るフラッシュメモリシステムでは、フラッシュメモリが、内部コマンドを実行するためのコマンド情報やアドレス情報等を受取ってから、その処理が完了するまでの間、ビジー状態(処理を受付けない状態)になる点に着目して、このビジー状態の発生による処理効率の低下を抑えることを目的としている。
Thereafter, the check of the erased state is executed, and when the processing is interrupted when the check is finished up to the 14th page, “15” is set in the check start page (FIG. 10C). Thereafter, the check of the erasure state is resumed, and when all the 32 pages have been normally erased when the processing is completed, as shown in FIG. “None flag” and “OK flag” in the error detection flag setting section. On the other hand, when a page that has not been normally erased is detected, as shown in FIG. 10E, the “none flag” is set in the check request flag setting section and “NG” is set in the error detection flag setting section. Set the flag.
[Description of Processing in Flash Memory System According to the Present Invention]
Next, processing in the flash memory system according to the present invention will be described with reference to the drawings. In the flash memory system according to the present invention, the flash memory is in a busy state (a state in which the process is not accepted) after the command information or address information for executing the internal command is received until the process is completed. The purpose is to suppress a decrease in processing efficiency due to the occurrence of the busy state.

図11は、本発明に係るフラッシュメモリシステムの動作を説明するための概念図である。図11に示した例では、各ゾーンを2つのフラッシュメモリ35、36で構成している。ここで、例えば、ゾーン0に含まれるブロックの消去処理が行なわれ、その処理対象となったブロックがフラッシュメモリ35(チップ0)内のブロックが、ビジー状態(処理を受付けない状態)になった場合に、フラッシュメモリ36(チップ1)に対してコマンド情報やアドレス情報等を出力する場合の処理について説明する。   FIG. 11 is a conceptual diagram for explaining the operation of the flash memory system according to the present invention. In the example shown in FIG. 11, each zone is composed of two flash memories 35 and 36. Here, for example, the erasure processing of the block included in zone 0 is performed, and the block in the flash memory 35 (chip 0) is in a busy state (state in which processing is not accepted). In this case, processing when command information, address information, etc. are output to the flash memory 36 (chip 1) will be described.

この処理では、メモリコントローラ34は、CE信号(チップイネーブル信号)によりチップ0を選択して、消去処理を実行するためのコマンド情報やアドレス情報等を出力する。このコマンド情報やアドレス情報等を受取ったフラッシュメモリ35(チップ0)は、その処理が完了するまでの間、ビジー状態(処理を受付けない状態)になる。又、フラッシュメモリ35(チップ0)は、ビジー状態(処理を受付けない状態)であることを、BUSY信号(ビジー信号)によりメモリコントローラ34に通知する。この通知を受取ったメモリコントローラ34は、CE信号(チップイネーブル信号)によりチップ1を選択して、書込み処理、読出し処理又は消去処理等を実行するためのコマンド情報やアドレス情報等を出力する。   In this process, the memory controller 34 selects the chip 0 by the CE signal (chip enable signal), and outputs command information, address information, and the like for executing the erasure process. The flash memory 35 (chip 0) that has received this command information, address information, and the like is in a busy state (a state in which processing is not accepted) until the processing is completed. Further, the flash memory 35 (chip 0) notifies the memory controller 34 that it is in a busy state (state in which processing is not accepted) by a BUSY signal (busy signal). Receiving this notification, the memory controller 34 selects the chip 1 by the CE signal (chip enable signal), and outputs command information, address information, and the like for executing write processing, read processing, erase processing, and the like.

ここで、上記フラッシュメモリシステムにおける処理を、図12に示したタイミング図を参照して説明する。まず、メモリコントローラが、チップ0側のCE信号(チップイネーブル信号)を低レベルとし、内部バスにDATA信号(データ信号)として、消去処理を実行するためのコマンド情報やアドレス情報等を出力する。これに対応して、チップ0側のフラッシュメモリは、消去処理を開始し、その処理が完了するまでBUSY信号(ビジー信号)を低レベルにする。続いて、チップ0側のBUSY信号(ビジー信号)が低レベルになったことを検出したメモリコントローラは、チップ1側のCE信号(チップイネーブル信号)を低レベルとし、内部バスにDATA信号(データ信号)として、書込み処理、読出し処理又は消去処理等を実行するためのコマンド情報やアドレス情報等を出力する。この際、実行される処理が書込み処理であれば、メモリコントローラは書込みデータも出力する。又、実行される処理が読出し処理であれば、チップ1側のフラッシュメモリが読出しデータを出力する。   Here, the processing in the flash memory system will be described with reference to the timing chart shown in FIG. First, the memory controller sets the CE signal (chip enable signal) on the chip 0 side to a low level, and outputs command information, address information, and the like for executing an erasing process as a DATA signal (data signal) to the internal bus. In response to this, the flash memory on the chip 0 side starts the erasing process, and keeps the BUSY signal (busy signal) at a low level until the process is completed. Subsequently, the memory controller that has detected that the BUSY signal (busy signal) on the chip 0 side has become low level sets the CE signal (chip enable signal) on the chip 1 side to low level, and sends a DATA signal (data) to the internal bus. As the signal), command information, address information, etc. for executing a write process, a read process or an erase process are output. At this time, if the process to be executed is a write process, the memory controller also outputs write data. If the process to be executed is a read process, the flash memory on the chip 1 side outputs read data.

又、上記書込み処理、読出し処理又は消去処理等の内部コマンドは、下記のようにして実行される。例えば、チップ0側のフラッシュメモリに消去処理を実行させる場合、まず、フラッシュメモリシーケンサブロックが有するレジスタに、以下のような消去処理の設定がなされる。
1)内部コマンドとして内部消去コマンドが、フラッシュメモリシーケンサブロック内の所定のレジスタに設定される。
2)消去処理を行なうフラッシュメモリのチップの番号と、その処理の対象となるブロックの物理ブロックアドレスが、フラッシュメモリシ―ケンサブロック内の所定のレジスタに設定される。
The internal commands such as the write process, read process or erase process are executed as follows. For example, when causing the flash memory on the chip 0 side to execute the erase process, first, the following erase process is set in the register of the flash memory sequencer block.
1) An internal erase command is set as an internal command in a predetermined register in the flash memory sequencer block.
2) The chip number of the flash memory to be erased and the physical block address of the block to be processed are set in a predetermined register in the flash memory sequencer block.

その後、上記消去処理の設定に基づいて、フラッシュメモリシーケンサブロックが処理を実行する。この処理が実行されると、フラッシュメモリインターフェースブロックから、内部バスを介してフラッシュメモリに内部消去コマンドを実行するためのコマンド情報やアドレス情報等が供給される。この際、上記消去処理の設定(チップの番号の設定)で、チップ0を設定しておけば、チップ0側のCE信号(チップイネーブル信号)が低レベルなるため、この消去処理がチップ0側のフラッシュメモリで開始され、処理が完了するまで、チップ0側のフラッシュメモリは、ビジー状態(処理を受付けない状態)になる。   Thereafter, the flash memory sequencer block executes the process based on the setting of the erase process. When this process is executed, command information, address information, and the like for executing an internal erase command are supplied from the flash memory interface block to the flash memory via the internal bus. At this time, if chip 0 is set in the erasure process setting (chip number setting), the CE signal (chip enable signal) on the chip 0 side becomes low level, so this erasure process is performed on the chip 0 side. Until the processing is completed, the flash memory on the chip 0 side is in a busy state (a state in which processing is not accepted).

このチップ0側のビジー状態(処理を受付けない状態)を、BUSY信号(ビジー信号)により検出し、チップ1側のフラッシュメモリに書込み処理を実行させる場合、まず、フラッシュメモリシーケンサブロックが有するレジスタに、以下のような書込み処理の設定がなされる。
1)内部コマンドとして内部書込みコマンドが、フラッシュメモリシーケンサブロック内の所定のレジスタに設定される。
2)書込み処理を行なうフラッシュメモリのチップの番号と、書込み先となるブロックの物理ブロックアドレスが、フラッシュメモリシ―ケンサブロック内の所定のレジスタに設定される。
When this busy state (state not accepting processing) on the chip 0 side is detected by the BUSY signal (busy signal) and the flash memory on the chip 1 side is caused to execute write processing, first, the register in the flash memory sequencer block is stored. The following writing process is set.
1) An internal write command is set in a predetermined register in the flash memory sequencer block as an internal command.
2) The chip number of the flash memory to be written and the physical block address of the block to be written to are set in predetermined registers in the flash memory sequencer block.

その後、上記書込みの設定に基づいて、フラッシュメモリシーケンサブロックが処理を実行する。この処理が実行されると、フラッシュメモリインターフェースブロックから、内部バスを介してフラッシュメモリに内部書込みコマンドを実行するためのコマンド情報やアドレス情報等が供給される。この際、上記書込み処理の設定(チップの番号の設定)で、チップ1を設定しておけば、チップ1側のCE信号(チップイネーブル信号)が低レベルなるため、この書込み処理がチップ1側のフラッシュメモリで開始される。   Thereafter, the flash memory sequencer block executes processing based on the write setting. When this process is executed, command information and address information for executing an internal write command are supplied from the flash memory interface block to the flash memory via the internal bus. At this time, if the chip 1 is set in the setting of the write process (chip number setting), the CE signal (chip enable signal) on the chip 1 side becomes low level. Start with flash memory.

上記のように本発明に係るフラッシュメモリシステムでは、フラッシュメモリの一方のチップがビジー状態(処理を受付けない状態)のときに、ビジー状態(処理を受付けない状態)でない他方のチップに対して、書込み処理、読出し処理又は消去処理等を実行するためのコマンド情報やアドレス情報等を出力することにより、フラッシュメモリシステムの処理効率を向上させている。尚、3チップ以上のフラッシュメモリを備えたフラッシュメモリシステムの場合も、ビジー状態(処理を受付けない状態)のチップの処理が完了するのを待たずに、ビジー状態(処理を受付けない状態)でないチップに対して、書込み処理、読出し処理又は消去処理等を実行するためのコマンド情報やアドレス情報等を順次出力するようにすれば、同様にフラッシュメモリシステムの処理効率を向上させることができる。   As described above, in the flash memory system according to the present invention, when one chip of the flash memory is in a busy state (a state where processing is not accepted), with respect to the other chip which is not busy (a state where processing is not accepted), The processing efficiency of the flash memory system is improved by outputting command information, address information, and the like for executing a write process, a read process or an erase process. Even in the case of a flash memory system having a flash memory of 3 chips or more, it is not busy state (state in which processing is not accepted) without waiting for completion of processing of a chip in busy state (state in which processing is not accepted). If command information, address information, and the like for executing write processing, read processing, erase processing, and the like are sequentially output to the chip, the processing efficiency of the flash memory system can be similarly improved.

又、上記の説明で、複数チップのフラッシュメモリでゾーンを構成するようにしたのは、ホストシステム側からの要求に応じた処理が、特定のチップに集中することを避けるためである。例えば、論理ブロックアドレスが連続したデータの書込み処理の要求をホストシステム側から受けた場合であっても、複数チップのフラッシュメモリでゾーンが構成されていれば、その処理の対象が複数のチップに分散される可能性が高くなる。尚、ビジー状態(処理を受付けない状態)でないチップに対する書込み、読出し又は消去等の処理は、ホストシステム側からの要求に基づく処理に限定されるものではない。例えば、書込み候補ブロックの消去状態をチェックするための読出し処理や、アドレス変換テーブルや消去済ブロック検索用テーブルを作成するための読出し処理であってもよい。   In the above description, the zone is constituted by a plurality of chips of flash memory in order to avoid processing corresponding to requests from the host system from being concentrated on a specific chip. For example, even when a request for writing data having consecutive logical block addresses is received from the host system side, if a zone is configured with a plurality of chips of flash memory, the processing target is assigned to a plurality of chips. The possibility of being distributed increases. Note that processing such as writing, reading, or erasing of a chip that is not in a busy state (state in which processing is not accepted) is not limited to processing based on a request from the host system side. For example, a read process for checking the erase state of a write candidate block, or a read process for creating an address conversion table or an erased block search table may be used.

尚、本発明に係るフラッシュメモリシステムのゾーンの構成は、特に限定されるものではなく、例えば、ゾーンを構成するブロックの数やチップの数は用途に合わせて適宜設定することができる。   The configuration of the zone of the flash memory system according to the present invention is not particularly limited. For example, the number of blocks and the number of chips constituting the zone can be set as appropriate according to the application.

図1は、本発明に係るフラッシュメモリシステム1を概略的に示すブロック図である。FIG. 1 is a block diagram schematically showing a flash memory system 1 according to the present invention. 図2は、フラッシュメモリ2を構成するメモリセル16の構造を概略的に示す断面図である。FIG. 2 is a cross-sectional view schematically showing the structure of the memory cell 16 constituting the flash memory 2. 図3は、書込状態であるメモリセル16を概略的に示す断面図である。FIG. 3 is a cross-sectional view schematically showing the memory cell 16 in the written state. 図4は、フラッシュメモリ2のアドレス空間の構造を概略的に示す図である。FIG. 4 is a diagram schematically showing the structure of the address space of the flash memory 2. 図5は、1024のブロックでゾーンを構成した例を示す図である。FIG. 5 is a diagram showing an example in which a zone is composed of 1024 blocks. 図6は、2チップのフラッシュメモリでゾーンを構成した例を示す図である。FIG. 6 is a diagram showing an example in which a zone is configured by a two-chip flash memory. 図7は、図6に示したゾーンに対するアドレス変換テーブルと候補テーブルの関係を示す図である。FIG. 7 is a diagram showing the relationship between the address conversion table and the candidate table for the zone shown in FIG. 図8は、アドレス変換テーブルの例を示した図である。FIG. 8 is a diagram illustrating an example of an address conversion table. 図9は、消去済ブロック検索用テーブルの例を示す概念図である。FIG. 9 is a conceptual diagram illustrating an example of an erased block search table. 図10は、候補テーブルの例として、候補テーブルのデータ項目を示す図である。FIG. 10 is a diagram illustrating data items of the candidate table as an example of the candidate table. 図11は、本発明に係るフラッシュメモリシステムの処理を説明するための概念図である。FIG. 11 is a conceptual diagram for explaining the processing of the flash memory system according to the present invention. 図12は、本発明に係るフラッシュメモリシステムの処理を説明するためのタイミング図である。FIG. 12 is a timing chart for explaining the processing of the flash memory system according to the present invention.

符号の説明Explanation of symbols

1 フラッシュメモリシステム
2、35、36 フラッシュメモリ
3 コントローラ
4 ホストコンピュータ
5 ホストインターフェース制御ブロック
6 マイクロプロセッサ
7 ホストインターフェースブロック
8 ワークエリア
9 バッファ
10 フラッシュメモリインターフェースブロック
11 ECCブロック
12 フラッシュメモリシーケンサブロック
13 外部バス
14 内部バス
16 メモリセル
17 P型半導体基板
18 ソース拡散領域
19 ドレイン拡散領域
20 トンネル酸化膜
21 フローティングゲート電極
22 絶縁膜
23 コントロールゲート電極
24 チャネル
25 ユーザ領域
26 冗長領域
31 アドレス変換テーブル
32、33 候補テーブル
1 Flash memory system 2, 35, 36 Flash memory 3 Controller 4 Host computer 5 Host interface control block 6 Microprocessor 7 Host interface block 8 Work area 9 Buffer 10 Flash memory interface block 11 ECC block 12 Flash memory sequencer block 13 External bus 14 Internal bus 16 Memory cell 17 P-type semiconductor substrate 18 Source diffusion region 19 Drain diffusion region 20 Tunnel oxide film 21 Floating gate electrode 22 Insulating film 23 Control gate electrode 24 Channel 25 User area 26 Redundant area 31 Address conversion table 32, 33 Candidate table

Claims (11)

フラッシュメモリの複数ブロックで構成されたゾーンに対するアクセスを制御するアクセス制御手段を備えたメモリコントローラであって、
前記ゾーンが複数チップのフラッシュメモリ内のブロックで構成されており、
前記フラッシュメモリのうちのいずれかが、処理要求の受入拒否状態になった時に、処理要求の待機状態にあるフラッシュメモリに対して、優先的に処理要求を供給するように構成されていることを特徴とするメモリコントローラ。
A memory controller comprising access control means for controlling access to a zone composed of a plurality of blocks of flash memory,
The zone is composed of blocks in a multi-chip flash memory,
When any of the flash memories is in a processing request acceptance refusal state, the processing request is preferentially supplied to a flash memory in a processing request standby state. A featured memory controller.
前記ゾーン毎のアドレス変換テーブルを作成する変換テーブル作成手段を備えることを特徴とする請求項1記載のメモリコントローラ。 2. The memory controller according to claim 1, further comprising conversion table creating means for creating an address conversion table for each zone. 前記ゾーンを構成しているチップ毎に候補テーブルを作成する候補テーブル作成手段を備えることを特徴とする請求項1又は2記載のメモリコントローラ。 3. The memory controller according to claim 1, further comprising candidate table creating means for creating a candidate table for each chip constituting the zone. 前記受入拒否状態が、書込み処理、読出し処理又は消去処理の実行によって生じたものであることを特徴とする請求項1乃至3記載のメモリコントローラ。 4. The memory controller according to claim 1, wherein the acceptance refusal state is caused by execution of a write process, a read process, or an erase process. 前記待機状態にあるフラッシュメモリに対する読出し処理に基づいて、消去状態のチェックを行なうことができるように構成されていることを特徴とする請求項1乃至4記載のメモリコントローラ。 5. The memory controller according to claim 1, wherein the memory controller is configured to be able to check an erased state based on a read process for the flash memory in the standby state. 請求項1乃至5記載のいずれかのメモリコントローラとフラッシュメモリを備えることを特徴とするフラッシュメモリシステム。 6. A flash memory system comprising the memory controller according to claim 1 and a flash memory. 複数ブロックで構成されたゾーンに対するアクセスを制御するフラッシュメモリの制御方法であって、
前記ゾーンを構成する複数チップのフラッシュメモリのうち、いずれかのチップが処理要求の受入拒否状態になった時に、処理要求の待機状態にあるフラッシュメモリに対して、優先的に処理要求を供給することを特徴とするフラッシュメモリの制御方法。
A flash memory control method for controlling access to a zone configured by a plurality of blocks,
When one of the plurality of chips constituting the zone enters a processing request acceptance refusal state, the processing request is preferentially supplied to the flash memory in a processing request standby state. A method for controlling a flash memory.
前記ゾーン毎に作成されたアドレス変換テーブルを用いて、該ゾーンに対するアクセスを制御することを特徴とする請求項7記載のフラッシュメモリの制御方法。 8. The flash memory control method according to claim 7, wherein access to the zone is controlled using an address conversion table created for each zone. 前記ゾーンを構成しているチップ毎に作成された候補テーブルを用いて、該ゾーンに対するアクセスを制御することを特徴とする請求項7又は8記載のフラッシュメモリの制御方法。 9. The flash memory control method according to claim 7, wherein access to the zone is controlled using a candidate table created for each chip constituting the zone. 前記受入拒否状態が、書込み処理、読出し処理又は消去処理の実行によって生じたものであることを特徴とする請求項7乃至9記載のフラッシュメモリの制御方法。 10. The flash memory control method according to claim 7, wherein the acceptance refusal state is caused by execution of a write process, a read process, or an erase process. 前記待機状態にあるフラッシュメモリに対する読出し処理に基づいて、消去状態のチェックを行なうことを特徴とする請求項7乃至10記載のフラッシュメモリの制御方法。 11. The flash memory control method according to claim 7, wherein the erase state is checked based on a read process for the flash memory in the standby state.
JP2003336495A 2003-09-26 2003-09-26 MEMORY CONTROLLER, FLASH MEMORY SYSTEM PROVIDED WITH MEMORY CONTROLLER, AND FLASH MEMORY CONTROL METHOD Expired - Lifetime JP4461754B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003336495A JP4461754B2 (en) 2003-09-26 2003-09-26 MEMORY CONTROLLER, FLASH MEMORY SYSTEM PROVIDED WITH MEMORY CONTROLLER, AND FLASH MEMORY CONTROL METHOD

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003336495A JP4461754B2 (en) 2003-09-26 2003-09-26 MEMORY CONTROLLER, FLASH MEMORY SYSTEM PROVIDED WITH MEMORY CONTROLLER, AND FLASH MEMORY CONTROL METHOD

Publications (2)

Publication Number Publication Date
JP2005107599A true JP2005107599A (en) 2005-04-21
JP4461754B2 JP4461754B2 (en) 2010-05-12

Family

ID=34532585

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003336495A Expired - Lifetime JP4461754B2 (en) 2003-09-26 2003-09-26 MEMORY CONTROLLER, FLASH MEMORY SYSTEM PROVIDED WITH MEMORY CONTROLLER, AND FLASH MEMORY CONTROL METHOD

Country Status (1)

Country Link
JP (1) JP4461754B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007249662A (en) * 2006-03-16 2007-09-27 Toshiba Corp Memory card and control method of memory card
JP2008112335A (en) * 2006-10-31 2008-05-15 Tdk Corp Memory controller and flash memory system equipped with memory controller and method for controlling flash memory
US7634697B2 (en) 2006-09-11 2009-12-15 Samsung Electronics Co., Ltd. Semiconductor memory device, memory system having semiconductor memory device, and method for testing memory system
KR101446832B1 (en) * 2008-02-04 2014-10-07 애플 인크. Memory mapping techniques
JP2014238871A (en) * 2014-08-01 2014-12-18 マイクロン テクノロジー, インク. Controller providing single virtualized ecc algorithm, storage system including this controller, and method of managing this storage system

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007249662A (en) * 2006-03-16 2007-09-27 Toshiba Corp Memory card and control method of memory card
US8180951B2 (en) 2006-03-16 2012-05-15 Kabushiki Kaisha Toshiba Memory system and method of controlling the memory system
US7634697B2 (en) 2006-09-11 2009-12-15 Samsung Electronics Co., Ltd. Semiconductor memory device, memory system having semiconductor memory device, and method for testing memory system
JP2008112335A (en) * 2006-10-31 2008-05-15 Tdk Corp Memory controller and flash memory system equipped with memory controller and method for controlling flash memory
JP4569554B2 (en) * 2006-10-31 2010-10-27 Tdk株式会社 MEMORY CONTROLLER, FLASH MEMORY SYSTEM HAVING MEMORY CONTROLLER, AND FLASH MEMORY CONTROL METHOD
KR101446832B1 (en) * 2008-02-04 2014-10-07 애플 인크. Memory mapping techniques
JP2014238871A (en) * 2014-08-01 2014-12-18 マイクロン テクノロジー, インク. Controller providing single virtualized ecc algorithm, storage system including this controller, and method of managing this storage system

Also Published As

Publication number Publication date
JP4461754B2 (en) 2010-05-12

Similar Documents

Publication Publication Date Title
US9075740B2 (en) Memory system
JP4171749B2 (en) Memory controller and flash memory system
JPH06111589A (en) Batched-erasure nonvolatile semiconductor memory device
JP2005190288A (en) Memory controller, flash memory system therewith, and method for controlling flash memory
TW202147118A (en) Memory system and memory controller
JP2002358246A (en) Nonvolatile memory system
JP4461754B2 (en) MEMORY CONTROLLER, FLASH MEMORY SYSTEM PROVIDED WITH MEMORY CONTROLLER, AND FLASH MEMORY CONTROL METHOD
JP4236485B2 (en) MEMORY CONTROLLER, FLASH MEMORY SYSTEM PROVIDED WITH MEMORY CONTROLLER, AND FLASH MEMORY CONTROL METHOD
JP4661191B2 (en) Memory controller, flash memory system, and flash memory control method
JP4173410B2 (en) Memory controller and flash memory system including the memory controller
JP4433792B2 (en) MEMORY CONTROLLER, FLASH MEMORY SYSTEM PROVIDED WITH MEMORY CONTROLLER, AND FLASH MEMORY CONTROL METHOD
JP4251950B2 (en) MEMORY CONTROLLER, FLASH MEMORY SYSTEM PROVIDED WITH MEMORY CONTROLLER, AND FLASH MEMORY CONTROL METHOD
JP4419525B2 (en) MEMORY CONTROLLER, FLASH MEMORY SYSTEM PROVIDED WITH MEMORY CONTROLLER, AND FLASH MEMORY CONTROL METHOD
JP4194473B2 (en) Memory controller and flash memory system including the memory controller
JP4213053B2 (en) MEMORY CONTROLLER, FLASH MEMORY SYSTEM PROVIDED WITH MEMORY CONTROLLER, AND FLASH MEMORY CONTROL METHOD
JP4177292B2 (en) MEMORY CONTROLLER, FLASH MEMORY SYSTEM, AND FLASH MEMORY CONTROL METHOD
JP2005316793A (en) Flash memory system and control method of flash memory
JP4203994B2 (en) MEMORY CONTROLLER, FLASH MEMORY SYSTEM PROVIDED WITH MEMORY CONTROLLER, AND FLASH MEMORY CONTROL METHOD
JP4068594B2 (en) Flash memory controller, flash memory system, and flash memory control method
JP4561110B2 (en) MEMORY CONTROLLER, FLASH MEMORY SYSTEM PROVIDED WITH MEMORY CONTROLLER, AND FLASH MEMORY CONTROL METHOD
JP4304167B2 (en) Memory controller, flash memory system, and flash memory control method
JP4222879B2 (en) MEMORY CONTROLLER, FLASH MEMORY SYSTEM PROVIDED WITH MEMORY CONTROLLER, AND FLASH MEMORY CONTROL METHOD
JP4282410B2 (en) Flash memory control circuit, and memory controller and flash memory system provided with the control circuit
JP4332108B2 (en) Memory controller, flash memory system, and flash memory control method
JP2011243116A (en) Memory system and data transfer method therefor

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060818

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20091020

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20091110

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20091228

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20091228

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100106

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: 20100126

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: 20100208

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130226

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4461754

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: 20140226

Year of fee payment: 4

EXPY Cancellation because of completion of term