JP2000331493A - Semiconductor memory which can quickly access - Google Patents

Semiconductor memory which can quickly access

Info

Publication number
JP2000331493A
JP2000331493A JP13969999A JP13969999A JP2000331493A JP 2000331493 A JP2000331493 A JP 2000331493A JP 13969999 A JP13969999 A JP 13969999A JP 13969999 A JP13969999 A JP 13969999A JP 2000331493 A JP2000331493 A JP 2000331493A
Authority
JP
Japan
Prior art keywords
area
data
semiconductor memory
address value
logical address
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
JP13969999A
Other languages
Japanese (ja)
Other versions
JP3865530B2 (en
Inventor
Kunihiro Katayama
国弘 片山
Shinya Iguchi
慎也 井口
Katsumi Ouchi
勝美 大内
Takayuki Tamura
隆之 田村
Kazuo Nakamura
一男 中村
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP13969999A priority Critical patent/JP3865530B2/en
Publication of JP2000331493A publication Critical patent/JP2000331493A/en
Application granted granted Critical
Publication of JP3865530B2 publication Critical patent/JP3865530B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To enable writing data in an arbitrary physical address region being already erased by comparing a theoretical address value registered for each region with a theoretical address value given by an address signal line and accessing a region in which coincidence is detected. SOLUTION: A theoretical address value storing region 103 stores a theoretical address value of stored data of a data storing region 102. A theoretical address input 104 inputs a theoretical address value access-required by a host. An address value comparing circuit 105 compares a theoretical address value stored in the theoretical address value storing region 103 with a theoretical address value access-required by a host. A data storing region 102 in which coincidence is detected by the address value comparing circuit 105 is always one or less. Also, a flag register 111 sets a flag indicating that invalid data is stored and a flag indicating that erasing invalid data is finished and the region is in a writable state.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は半導体メモリを記憶
媒体とする記憶装置に関連し、特にアクセスを高速化す
るためのアドレス変換とデータ転送方式、およびそれを
実現するための構成に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a storage device using a semiconductor memory as a storage medium, and more particularly to an address conversion and data transfer system for speeding up access, and a configuration for realizing the system.

【0002】[0002]

【従来の技術】電気的に書き換え可能な不揮発性メモ
リ、特にフラッシュメモリは、衝撃や振動に強く、低消
費電力、高速アクセスなどの特性から、磁気ディスクに
置き換わり得る記憶媒体として、着目されている。
2. Description of the Related Art An electrically rewritable nonvolatile memory, particularly a flash memory, has attracted attention as a storage medium that can be replaced with a magnetic disk because of its characteristics such as resistance to shock and vibration, low power consumption, and high-speed access. .

【0003】しかし半導体記憶装置の不利な点として容
量価格比が挙げられる。半導体の集積度が年々向上して
いるとはいえ、記憶1ビットごとにトランジスタを少な
くとも一つ必要とする半導体メモリと、単なる磁気平面
上に磁気を帯びさせる磁気ディスクとでは1ビットに必
要なコストに大きな隔たりがある。さらに半導体メモリ
では磁気ディスクと比較して不良ビットの発生率が高
く、歩留まりの悪化を招き、価格低下を容易にできな
い。そこで、従来より、不良を持つ半導体メモリでも使
用可能となるような不良救済処理を記憶装置内で行い、
メモリチップの歩留まりを向上させ、価格低下を促進し
ている。
However, a disadvantage of the semiconductor memory device is a capacity price ratio. Although the degree of integration of semiconductors has been improving year by year, the cost required for one bit is required for a semiconductor memory that requires at least one transistor for every one bit of storage and a magnetic disk that is simply magnetized on a magnetic plane. There is a big gap. Furthermore, the occurrence rate of defective bits in a semiconductor memory is higher than that in a magnetic disk, which causes a decrease in yield and makes it difficult to reduce the price. Therefore, conventionally, a defect relief process that can be used even in a semiconductor memory having a defect is performed in a storage device,
It improves the yield of memory chips and promotes price reduction.

【0004】不良救済の方式としては、特開平3-310848
に開示されている。これによると、不良のある不揮発性
メモリを記憶媒体とする場合、不良の領域を代替する領
域を備え、また不良の場所とその代替え場所を特定でき
る情報を記憶しておき、不良の領域に該当する記憶デー
タをアクセスする際には、不良場所をアクセスせずに代
替え場所をアクセスするよう制御する、というものであ
る。この場合、マイクロプロセッサなどのコントロール
ユニットが存在し、アクセスする領域が不良の領域に該
当しないか、の判断、および不良に該当する領域であっ
た場合には割り当てられている代替え領域を探し出して
アクセスするように制御することとなる。そのために
は、不良の領域とその代替え領域を示すアドレス変換テ
ーブルを備える必要があり、マイクロプロセッサはそれ
をもとにアクセス箇所を特定する。また、書き込み時に
も、書き込む領域が不良の領域に該当しないか確認し、
不良の領域であった場合には別の代替え領域に書き込み
を行う。その際、フラッシュメモリにおいては書き込も
うとするセクタの消去処理が必要であり、消去処理が終
了してから格納データをメモリに転送し、書き込み処理
を行う。
As a method of relieving a defect, Japanese Patent Laid-Open No. 3-310848
Is disclosed. According to this, when a defective non-volatile memory is used as a storage medium, an area for replacing a defective area is provided, and information for identifying a defective location and its replacement location is stored. When accessing stored data to be performed, control is performed so that an alternative location is accessed without accessing a defective location. In this case, if a control unit such as a microprocessor exists, it is determined whether the area to be accessed does not correspond to the defective area, and if the area corresponds to the defective area, the assigned area is searched for and accessed. Control. For that purpose, it is necessary to provide an address conversion table indicating a defective area and its replacement area, and the microprocessor specifies an access location based on the address conversion table. Also, at the time of writing, check that the area to be written does not correspond to a defective area,
If the area is defective, writing is performed in another alternative area. At that time, in the flash memory, the erasing process of the sector to be written is necessary, and after the erasing process is completed, the stored data is transferred to the memory and the writing process is performed.

【0005】[0005]

【発明が解決しようとする課題】上記従来技術では、マ
イクロプロセッサなどの制御ユニットにより判断、およ
びアドレス変換処理などが必要となり、処理時間が必要
となる。また書き込みアクセスの際には使用可能領域か
不良領域かに関わらず、以前の格納データを消去してか
ら書き込むという動作が必要になる。以上の点でアクセ
スの高速化という課題に関しては考慮がされておらず、
問題となった。
In the above-mentioned prior art, the judgment and the address conversion processing are required by a control unit such as a microprocessor, and the processing time is required. In addition, at the time of write access, an operation of erasing previously stored data and then writing is required, regardless of whether the area is an available area or a defective area. In view of the above, the issue of high-speed access has not been considered,
Was a problem.

【0006】[0006]

【課題を解決するための手段】上記課題は、不良か否か
の判断、および代替え処理をメモリチップ内部で行うこ
とにより高速化する。また、これによりホストより指定
される論理アドレスと実際の記憶媒体の記憶場所を示す
物理アドレスの相関を考慮したアドレス設定をする必要
がないため、書き込みにおいて、任意の消去済み物理ア
ドレスの領域に書き込めるようになる。
SUMMARY OF THE INVENTION The object of the present invention is to increase the speed by determining whether or not there is a defect and performing a replacement process inside the memory chip. In addition, since it is not necessary to set an address in consideration of the correlation between the logical address specified by the host and the physical address indicating the actual storage location of the storage medium, it is possible to write in any erased physical address area in writing. Become like

【0007】具体的には、各々に物理アドレスが割り当
てられた複数の領域に分割され、アドレス信号線より与
えられるアドレス値に従って特定の前記領域のデータの
格納および読み出しが可能で、少なくとも前記領域ごと
に電気的に書き換え可能な不揮発性半導体メモリにおい
て、前記領域ごとに論理アドレス値を登録可能な記憶領
域と、該登録した論理アドレス値と前記アドレス信号線
より与えられる論理アドレス値とを比較するアドレス比
較手段とを備え、該アドレス比較手段により一致が検出
された領域のアクセスを行う。
More specifically, the memory device is divided into a plurality of areas each assigned a physical address, and data can be stored and read in a specific area according to an address value given from an address signal line. In a nonvolatile semiconductor memory electrically rewritable, a storage area in which a logical address value can be registered for each area, and an address for comparing the registered logical address value with a logical address value given from the address signal line And comparing means for accessing an area in which a match is detected by the address comparing means.

【0008】また上記記載の不揮発性半導体メモリを搭
載した半導体記憶装置において、ある領域の書き換えが
指示された場合には、消去が行われている領域への書き
込みを行い、その際前記論理アドレス値を登録可能な領
域に、格納データの論理アドレス値を登録し、該論理ア
ドレス値の格納データが以前に格納されていた領域は、
格納データおよび論理アドレス値の登録を消去する。
In the semiconductor memory device having the above-described nonvolatile semiconductor memory, when rewriting of a certain area is instructed, writing is performed in an area where erasing is performed, and at that time, the logical address value is set. The logical address value of the stored data is registered in an area where the logical address value can be registered.
Delete the registration of the stored data and the logical address value.

【0009】また、上記記載の不揮発性半導体メモリを
搭載した半導体記憶装置において、該半導体記憶装置と
しての記憶容量より搭載する前記不揮発性半導体メモリ
による記憶容量の総量が多いようにすることにより、常
に格納データが存在しない領域を確保し、ある領域の書
き換えが指示された場合には、前記格納データが存在し
ない領域への書き込みを行う。
Further, in the semiconductor memory device having the above-described nonvolatile semiconductor memory mounted thereon, the total amount of the storage capacity of the mounted nonvolatile semiconductor memory is always larger than the storage capacity of the semiconductor memory device. An area where no stored data exists is secured, and when rewriting of a certain area is instructed, writing to an area where no stored data exists is performed.

【0010】また記載の不揮発性半導体メモリを搭載し
た半導体記憶装置において、ある領域の書き換えによ
り、以前に格納されていた格納データと論理アドレスの
登録値の消去は、書き換えの指示を行ったホストに対し
て、書き換えの完了を報告した後に行う。
In the semiconductor memory device having the nonvolatile semiconductor memory described above, the erasure of the stored data and the registered value of the logical address previously stored by rewriting a certain area can be performed by a host which has issued a rewriting instruction. On the other hand, after the completion of rewriting is reported.

【0011】さらに、上記記載の不揮発性半導体メモリ
を搭載した半導体記憶装置において、ある領域の書き換
えにより、以前に格納されていた格納データと論理アド
レスの登録値が消去されるべき状態であることと、消去
が行われたことを示すフラグを各領域に設け、消去が完
了したことを示された領域を新規の書き込みにおいて選
択する、書き込み領域選択手段を設ける。
Further, in the semiconductor memory device equipped with the above-mentioned nonvolatile semiconductor memory, it is necessary to rewrite a certain area so that previously stored data and registered values of logical addresses are to be erased. , A flag indicating that erasing has been performed is provided in each area, and a writing area selecting means for selecting an area indicating that erasing has been completed in new writing is provided.

【0012】また、不揮発性半導体メモリを1以上と、
磁気ディスクインターフェース手段を備えた半導体記憶
装置でもある。
[0012] Further, one or more nonvolatile semiconductor memories are provided.
It is also a semiconductor storage device provided with magnetic disk interface means.

【0013】[0013]

【発明の実施の形態】本発明の実施の携帯の1例を図1
を用いて説明する。図1は本発明を実現する半導体メモ
リ内部の構成例である。図中、101はメモリチップ、
102はメモリチップ内部で複数の領域に分割されたデ
ータ格納領域、103はデータ格納領域102の格納デ
ータの論理アドレス値を格納する論理アドレス値格納領
域、104はホストよりアクセス要求のある論理アドレ
ス値を入力するアドレスバス線、105は論理アドレス
格納領域103に格納された論理アドレス値とホストよ
りアクセス要求された論理アドレス値104を比較する
アドレス比較回路、106はデータ格納領域102をア
クセスするための制御回路、107はアクセス制御回路
106から出力されるアクセス制御信号であり、通常複
数のデータ格納領域より一つが選ばれ、選ばれたデータ
格納領域は格納データを出力する。108は本メモリチ
ップに与えられるアクセス制御信号、109は比較回路
105の結果より一致したデータ格納領域にのみアクセ
ス制御信号107を与えるための選択回路、110は選
択されたデータ格納領域102のアクセスデータ出力で
ある。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 shows an example of a mobile phone according to an embodiment of the present invention.
This will be described with reference to FIG. FIG. 1 shows an example of the configuration inside a semiconductor memory for realizing the present invention. In the figure, 101 is a memory chip,
102 is a data storage area divided into a plurality of areas inside the memory chip, 103 is a logical address value storage area for storing a logical address value of data stored in the data storage area 102, and 104 is a logical address value requested by the host to access. , An address comparison circuit for comparing the logical address value stored in the logical address storage area 103 with the logical address value 104 requested to be accessed by the host, and 106 for accessing the data storage area 102 A control circuit 107 is an access control signal output from the access control circuit 106. Usually, one is selected from a plurality of data storage areas, and the selected data storage area outputs stored data. 108, an access control signal applied to the memory chip; 109, a selection circuit for applying an access control signal 107 only to a data storage area that matches the result of the comparison circuit 105; 110, access data of the selected data storage area 102 Output.

【0014】なお、論理アドレス格納領域103に格納
される論理アドレス値は常に同一チップ内では唯一のも
のであり、従って、アドレス比較回路105で一致が検
出されるデータ格納領域は常に一つ以下(どれも選択さ
れないこともあり得る)である。もし論理アドレス格納
領域103に格納される論理アドレス値が同一チップ内
で同じものが2つあり、かつそのアドレスがアドレスバ
ス線104により選択された場合には、複数のデータ格
納領域をアクセスすることによるデータの衝突を防ぐた
め、物理アドレスの大小により優先順位がつけられる、
オープンドレインなどで異なるレベルのデータ出力の衝
突でも電流が流れないようにする、などの工夫が必要で
ある。また、このような時にはエラーであることを示す
ステータスレジスタ、信号出力などを設定することも有
効である。
It should be noted that the logical address value stored in the logical address storage area 103 is always unique in the same chip, and therefore, the address comparison circuit 105 always detects one or less data storage areas for matching ( None may be selected). If two logical address values stored in the logical address storage area 103 are the same in the same chip and the address is selected by the address bus line 104, a plurality of data storage areas are accessed. Priority is given to the size of physical address to prevent data collision due to
It is necessary to take measures such as preventing the current from flowing even when data outputs of different levels collide with open drains. In such a case, it is also effective to set a status register indicating an error, a signal output, and the like.

【0015】また111はフラグレジスタであり、無効
となったデータが格納されていることを示すフラグと、
無効なデータの消去が完了して書き込み可能な状態であ
ることを示す2つのフラグが設定されている。フラグレ
ジスタ111の値はアドレス比較による選択回路107
において、無効なデータが格納されている場合には、ア
クセスがマスクされるように用いられる。また、書き込
みを行う領域の選択において、消去が完了した領域だけ
を選択するように用いることができる。以上の構成のメ
モリチップを実現し、図2に示した手順によれば、高速
アクセスが可能になる。(1)はある時点におけるメモ
リチップ内のデータ格納状況であり、データ格納領域1
02のうちaとbにそれぞれ論理アドレス1、2のデータ
が格納されており、論理アドレス格納領域103にはそ
れぞれ1、2というアドレス値が格納されている。また
c、dには何も格納されておらず、あらかじめ消去された
状態になっている。(2)では(1)の状態にここまで
で書き込まれていなかった論理アドレス3のデータが書
き込まれたことを示しており、cのデータ格納領域に3
のデータが、論理アドレス格納領域には3が書き込まれ
たことを示す。この時cはあらかじめ消去されていたた
め、書き込み動作しか行う必要がない。(3)は(2)
の状態ですでに書き込まれている1の書き換えを行った
ことを示している。書き込む場所は、何も書き込まれて
いないdの領域に対して行われ、この時も消去動作を行
わないで書き込みだけが行われる。(4)は(3)に引
き続いて行われる動作であり、dへの論理アドレス1の
書き込みにより無効となったaに書き込まれているデー
タの消去を行ったものである。この動作はもしdへの論
理アドレス1のデータの書き込みが行われているのと平
行して行うことができるのであれば、(3)と平行して
行う。そのためには複数チップ使用時であればa、dを別
チップとなるように割り当てればよい。
A flag register 111 includes a flag indicating that invalid data is stored,
Two flags are set to indicate that the erasure of invalid data has been completed and is in a writable state. The value of the flag register 111 is determined by the selection circuit 107 based on the address comparison.
In, when invalid data is stored, the access is masked. Further, in selecting a region to be written, it can be used to select only the region where erasing has been completed. A memory chip having the above configuration is realized, and according to the procedure shown in FIG. 2, high-speed access is possible. (1) is a data storage state in the memory chip at a certain point in time.
02, data of logical addresses 1 and 2 are stored in a and b, respectively, and the logical address storage area 103 stores address values of 1 and 2 respectively. Also
No data is stored in c and d, and they have been erased in advance. (2) indicates that the data of the logical address 3 which has not been written so far has been written in the state of (1), and 3 is stored in the data storage area of c.
Indicates that 3 has been written to the logical address storage area. At this time, since c has been erased in advance, it is only necessary to perform a write operation. (3) is (2)
Indicates that the already written 1 has been rewritten. The writing is performed on the area d where nothing is written. At this time, only the writing is performed without performing the erasing operation. (4) is an operation performed subsequent to (3), in which data written to a, which has become invalid by writing the logical address 1 to d, is erased. This operation is performed in parallel with (3) if it can be performed in parallel with the writing of the data of the logical address 1 to d. For this purpose, if a plurality of chips are used, a and d may be assigned to be different chips.

【0016】もし、これをしない場合には、dへの論理
アドレス1のデータの書き込みが終了してホストに処理
終了を知らせた後に行うようにする。一方読み出し時に
はアドレスバス線104で指定されたアクセス論理アド
レス値と一致するアドレス値が格納されているアドレス
格納領域103を検出し、対応するデータ格納領域10
2のデータを出力する。以上の動作により、書き込みに
おいては消去動作に要する時間が書き込み性能に影響を
与えないため、書き込み性能を向上させると同時に、読
み出し時にはデータが格納されている物理アドレスをマ
イクロプロセッサなどで演算して求めたり検索したりす
る時間が不要になるため、読み出し性能を向上させる。
そしてこれは不良ビットを含むメモリを使用した場合に
も、その領域を書き込み時に選択しなければ問題が起き
ないため、メモリの歩留まりも向上する。
If this is not done, the process is performed after the writing of the data at the logical address 1 to d has been completed and the host has been notified of the end of the processing. On the other hand, at the time of reading, an address storage area 103 storing an address value matching the access logical address value specified by the address bus line 104 is detected, and the corresponding data storage area 10 is detected.
2 is output. By the above operation, the time required for the erasing operation does not affect the writing performance in the writing, so that the writing performance is improved, and at the same time, the physical address where the data is stored is calculated by a microprocessor or the like in the reading. Since reading and searching time is not required, read performance is improved.
Even if a memory including a defective bit is used, no problem occurs unless the area is selected at the time of writing, so that the yield of the memory is also improved.

【0017】図3は、本メモリチップを用いた記憶装置
の全体構成図である。図中301は本発明のメモリチッ
プを記憶媒体とする記憶装置、302は記憶装置301
のホストとなる情報機器の制御バスおよび信号、303
はホストとのインターフェースを行うためのレジスタや
信号を送受するインターフェース回路で、例えば磁気デ
ィスクインターフェースとして一般的なATAインターフ
ェースや、周辺機器インターフェースとして一般的なSC
SI、またシリアルのUSBなどのインターフェースが考え
られる。304は図1に示したメモリチップ、305は
ホストからのデータや、記憶装置から読み出されるデー
タを一時的に格納するバッファメモリ、306はバッフ
ァメモリ305とインターフェース回路303、および
メモリチップ304のアクセスデータの転送を制御する
ための転送制御回路、307はホストから指定された論
理アドレスのデータが格納されているメモリチップ30
4を特定してアクセス制御を行うためのチップ選択回路
である。次に読み出し動作について図4を参照しながら
説明する。
FIG. 3 is an overall configuration diagram of a storage device using the present memory chip. In the figure, reference numeral 301 denotes a storage device using the memory chip of the present invention as a storage medium, and 302 denotes a storage device 301.
303, a control bus and signals of an information device to be a host
Is an interface circuit that sends and receives registers and signals for interfacing with the host.For example, a general ATA interface as a magnetic disk interface and a general SC as a peripheral device interface
Interfaces such as SI and serial USB are conceivable. 304 is a memory chip shown in FIG. 1, 305 is a buffer memory for temporarily storing data from the host and data read from the storage device, 306 is access data of the buffer memory 305 and the interface circuit 303, and the memory chip 304 307 is a transfer control circuit for controlling the transfer of the memory chip 30 storing the data of the logical address designated by the host.
4 is a chip selection circuit for specifying and controlling access. Next, the read operation will be described with reference to FIG.

【0018】ホストはアクセスしたいデータに対応する
論理アドレスを制御信号302により指定する(a)。
これを受けたインターフェース回路301は、チップ選
択回路307に論理アドレスを送る。チップ選択回路3
07では論理アドレス値よりチップの特定を行う(b)
が、最も単純な方法では論理アドレス値の上位ビットを
デコードしてメモリチップを特定する。しかし前述のよ
うに高速化のために書き換え時にはそれまで格納してい
たメモリチップとは別のメモリチップを割り当てるよう
な場合には、メモリチップ内部にチップ選択の機能を持
たせる必要があり、このような場合にはチップ選択回路
307は不要になる。もちろん1チップしか用いない装
置ではチップ回路307は不要である。メモリチップ内
部にチップ選択の機能を持たせるためには、使用するチ
ップ数のエンコードビット分だけ余分にアドレス入力ビ
ット数と論理アドレス格納領域のビット数を備えること
により実現できる。
The host specifies a logical address corresponding to data to be accessed by the control signal 302 (a).
The interface circuit 301 receiving this sends the logical address to the chip selection circuit 307. Chip selection circuit 3
In 07, the chip is specified from the logical address value (b)
However, in the simplest method, the memory chip is identified by decoding the upper bits of the logical address value. However, as described above, when rewriting for the purpose of speeding up, when assigning a memory chip different from the memory chip that had been stored so far, it is necessary to provide a chip selection function inside the memory chip. In such a case, the chip selection circuit 307 becomes unnecessary. Of course, the chip circuit 307 is unnecessary in an apparatus using only one chip. In order to provide the function of chip selection inside the memory chip, it can be realized by providing the number of address input bits and the number of bits of the logical address storage area extra by the encode bits of the number of chips to be used.

【0019】例えば1メモリチップで1K個のデータ領
域の容量を持っているとすれば、アドレスビット数は1
0ビットで必要十分であるが、4チップ同時使用を考慮
する場合アドレスビット数を12ビット備えておく。ま
た論理アドレス格納領域のビット数も同様の12ビット
備え、データ格納時には12ビットのアドレス値として
登録する。これにより12ビット論理アドレス指定で4
チップ分の4Kデータ格納領域から一つのデータ格納領
域を特定することができるようになる。この場合使用し
ているメモリチップの全ての領域の論理アドレス格納領
域の論理アドレス値は異なっていなければならない。以
上によりチップ選択、というよりアクセスするデータ格
納領域の特定が完了したら、該データ格納領域のデータ
をアクセスする。このアクセスはメモリチップが内部で
自動的に格納領域を特定して行われることになる
(c)。そして自動的に読み出されたデータはデータ転
送制御回路306の制御のもとにメモリチップ304よ
りバッファメモリ305に転送される(d)。
For example, if one memory chip has a capacity of 1K data areas, the number of address bits is 1
0 bits is necessary and sufficient, but when considering simultaneous use of 4 chips, 12 address bits are provided. The number of bits of the logical address storage area is also 12 bits, and is registered as a 12-bit address value when storing data. This allows 4 bits for 12-bit logical addressing.
One data storage area can be specified from the 4K data storage area for chips. In this case, the logical address values of the logical address storage areas of all the areas of the memory chip used must be different. As described above, when the data storage area to be accessed is specified rather than selected, the data in the data storage area is accessed. This access is performed by the memory chip automatically specifying the storage area internally (c). Then, the automatically read data is transferred from the memory chip 304 to the buffer memory 305 under the control of the data transfer control circuit 306 (d).

【0020】このとき、データ信頼性向上のために誤り
検出や訂正を行う機能が付加されることは記憶装置とし
て有効な方法である。もちろんこの場合にはメモリチッ
プのデータ格納領域に併せて誤り訂正、検出コードを格
納する領域を確保し、データ格納時に算出したコードを
格納しておく必要がある。バッファ305に転送され格
納された読み出しデータは転送制御回路によりインター
フェース回路を通してホストに転送される(e)。
At this time, adding a function of performing error detection and correction to improve data reliability is an effective method as a storage device. Of course, in this case, it is necessary to secure an area for storing error correction and detection codes in addition to the data storage area of the memory chip, and to store the code calculated at the time of data storage. The read data transferred to and stored in the buffer 305 is transferred to the host through the interface circuit by the transfer control circuit (e).

【0021】以上により読み出し処理が完了する。一方
書き込み処理は、ホストからアクセスする論理アドレス
値の指定(f)と、書き込みデータが転送される(g)。
転送されたデータはバッファメモリ305に格納され、
その間チップ選択回路307が論理アドレス値からチッ
プの特定を行う(h)。ただし、読み出しアクセス時と
同様単純にアドレス値によりチップ選択ができないよう
にしている場合には、一定の規則を作ってメモリチップ
を選択する方法が良い。例えば書き込み順にメモリチッ
プを順番に巡回して割り当てていくようにすれば、一部
のメモリチップに書き換えが集中して劣化が偏って進行
するというようなことがなくなる。メモリチップが特定
され、選択されたメモリチップは、消去済みの領域の一
つを選択し(i)、バッファ305から送られてくるデ
ータを格納する(j)。また、もし可能であれば、これ
と平行して、同論理アドレス値の以前のデータが書き込
まれていたデータ格納領域に消去動作を行う(k)。も
し平行動作が不可能であれば、先の書き込み動作が終了
した後、消去動作を行う(m)。このとき書き込み動作
が終了した時点でホストに書き込み終了を知らせる
(l)ことにより、書き込み処理の消去動作時間分の短
縮が可能となる。なお、あらかじめ消去した部分に書き
込みを行うことを確実にするためには、ホストから認識
されている記憶容量よりも、実際に記憶媒体上に存在す
る記憶容量の方が大きいように設定を行い、ホストから
全容量分の書き込みを行っていても、書き換えを行う場
合にはすでに消去してある領域が存在するようにするこ
とにより、書き込みの高速化を確実にすることができ
る。
Thus, the reading process is completed. On the other hand, in the write processing, designation of a logical address value to be accessed from the host (f) and write data are transferred (g).
The transferred data is stored in the buffer memory 305,
During that time, the chip selection circuit 307 specifies a chip from the logical address value (h). However, when the chip selection cannot be simply performed based on the address value as in the case of the read access, a method of selecting a memory chip based on a certain rule is preferable. For example, if the memory chips are sequentially circulated and assigned in the writing order, it is possible to prevent the rewriting from being concentrated on some of the memory chips and the deterioration to progress unevenly. The memory chip is specified, and the selected memory chip selects one of the erased areas (i) and stores the data sent from the buffer 305 (j). If possible, in parallel with this, an erasing operation is performed on the data storage area where the previous data of the same logical address value has been written (k). If the parallel operation is not possible, the erase operation is performed after the previous write operation is completed (m). In this case, by notifying the host of the end of the write operation when the write operation is completed (l), it is possible to reduce the time required for the erase operation of the write processing. In order to ensure that writing is performed on the previously erased portion, a setting is made so that the storage capacity actually present on the storage medium is larger than the storage capacity recognized by the host, Even if writing is performed for the entire capacity from the host, when rewriting is performed, by ensuring that an area that has already been erased exists, the writing can be speeded up reliably.

【0022】しかしここで問題となるのは、消去処理を
行っているときにホストは書き込み処理が終了したとい
うことで電源を遮断するなどの終了処理を行ってしまう
可能性があるということである。消去動作途中で電源が
遮断されると、格納データは曖昧な状態となり、次に読
み出された時にどのようなデータとなるか不明である。
However, the problem here is that the host may perform termination processing such as shutting off the power supply when the writing processing is completed during the erasing processing. . If the power is cut off during the erasing operation, the stored data is in an ambiguous state, and it is unclear what data will be read next time.

【0023】これは特に論理アドレス格納領域の格納デ
ータにおいて深刻である。つまり、論理アドレス値に信
頼性がなくなり、他の正常な領域のアドレス値と一致し
てアクセスの障害になる可能性がある。そのため消去動
作途中で電源が遮断された、あるいはそれに類すること
が起きて消去が完了していない場合にはそれを示すフラ
グがその領域に立つようにし、格納データが書き換えら
れて無効になったことを示すフラグと組み合わせるて以
降のアクセスに識別子として用いられると上記問題が解
決する(図7参照)。図7に示されているように、例え
ばフラグが立っている領域はアドレスの一致検出を行わ
ない、電源投入時の初期処理時に消去を再度行って完全
に消去が行われるようにする、などの方法が有効であ
る。
This is particularly serious for data stored in the logical address storage area. In other words, there is a possibility that the reliability of the logical address value is lost, and the logical address value coincides with the address value of another normal area, thereby causing an access obstacle. For this reason, if the power was shut down during the erase operation or something similar occurred and the erase was not completed, the flag indicating this was set in that area, and the stored data was rewritten and invalidated The above problem can be solved by combining the flag with a flag indicating that is used as an identifier for subsequent access (see FIG. 7). As shown in FIG. 7, for example, an area where a flag is set is not subjected to address coincidence detection, and erasure is performed again at the time of initial processing at power-on so that erasure is completely performed. The method is effective.

【0024】また書き込み場所の特定も考慮する必要が
ある。つまり、書き込み時にはそれ以前の格納領域とは
異なり、また、他のデータが書き込まれていない、消去
がすでに行われている領域を選択しなければならない。
これには消去が行われている領域にフラグを立ててお
き、書き込み領域の選択に用いるようにし、物理アドレ
スの小さい方から検索していって選択する、という方法
が単純である。
It is also necessary to consider the specification of the writing location. In other words, at the time of writing, it is necessary to select an area that is different from the previous storage area, and in which other data has not been written and that has already been erased.
A simple method is to set a flag in an area where erasing is performed, use the flag for selection of a writing area, and search and select from a smaller physical address.

【0025】しかし、この方式によれば物理アドレスの
小さい領域が頻繁に選択されることになり、使用頻度に
よる劣化の進行に偏りが生じてしまう。そこで、例えば
当該論理アドレス値のデータが以前に格納されていた領
域から検索を開始するようにすれば、一様に使用される
ことが期待できる。
However, according to this method, a region having a small physical address is frequently selected, and the progress of deterioration due to the frequency of use is biased. Therefore, for example, if the search is started from the area where the data of the logical address value has been stored before, it can be expected that the data is used uniformly.

【0026】なお、上記発明のメモリチップは、消去で
きるデータの最小単位が、ホストが記憶装置に対して扱
うデータの単位容量に等しいものとすると非常に簡単で
制御が単純化するが、一致しない場合にも本発明の適用
は可能である。特にメモリチップ面積の縮小を目的とし
て、メモリ上で消去できるデータの最小単位がホスト間
で扱うデータ単位より大きい場合が考えられるが、制御
の複雑化を招くものの消去できる領域の一部だけを書き
換えるということことにより、十分可能である。図5は
このようなメモリを想定した構成を示している。501
はホスト間で扱うデータ容量の4倍の容量が最小消去単
位であるメモリチップ、502はメモリチップ501の
最小消去単位、503はホスト間で扱うデータの最小単
位、504はホスト間で扱うデータの最小単位503ご
とに設けられた論理アドレス格納領域である。ホストか
らのデータ書き込みではデータ単位503の容量で書き
込みが行われるため、書き込み単位ごとに論理アドレス
値を登録する必要がある。そのためリードアクセス時の
アドレス比較もこの単位で行われる必要がある。書き換
えが行われる際には、ホストの単位503で行われるこ
とになるため、最小消去単位502の一部だけを消去す
ることとなる。ただし、部分的に消去できるわけではな
いため、最小消去単位502に格納されているデータを
一旦読み出して退避して該領域を消去し、消去したい部
分のデータだけ消去状態のままにして退避したデータを
書き戻す、という処理が必要になる。
In the memory chip of the present invention, if the minimum unit of erasable data is assumed to be equal to the unit capacity of data handled by the host with respect to the storage device, the control is very simple and the control is simplified. In this case, the present invention can be applied. In particular, for the purpose of reducing the memory chip area, it is conceivable that the minimum unit of data that can be erased in the memory is larger than the data unit handled between the hosts. However, although the control becomes complicated, only a part of the area that can be erased is rewritten. That is enough. FIG. 5 shows a configuration assuming such a memory. 501
Is a memory chip whose capacity is four times as large as the data capacity handled between the hosts, 502 is the smallest erase unit of the memory chip 501, 503 is the smallest unit of data handled between hosts, and 504 is the smallest unit of data handled between hosts. This is a logical address storage area provided for each minimum unit 503. In the data write from the host, the write is performed with the capacity of the data unit 503, so it is necessary to register the logical address value for each write unit. Therefore, the address comparison at the time of read access must also be performed in this unit. When rewriting is performed, since the rewriting is performed in the host unit 503, only a part of the minimum erasing unit 502 is erased. However, since the data cannot be partially erased, the data stored in the minimum erasing unit 502 is temporarily read out and saved, and the area is erased. Must be written back.

【0027】図6にはその処理の1例を示している。図
では、論理アドレス3が書き換えられて、別の領域に新
たに書き込まれたために、このブロックのアドレス3の
データは無効で不要になり、この部分だけ消去を行った
ものである。この後、書き込み可能となった領域には他
の論理アドレスの書き換え時に新規書き込み領域として
使用することになる。このため、一つの消去領域全体を
消去状態にしたとき、異なる場所であれば部分的に複数
回に分けて書き込みを行うことが可能なメモリチップで
あることが前提となる。
FIG. 6 shows an example of the processing. In the figure, since the logical address 3 has been rewritten and newly written in another area, the data at the address 3 of this block is invalid and unnecessary, and only this part is erased. Thereafter, the writable area is used as a new writing area when rewriting another logical address. For this reason, it is premised that a memory chip capable of partially performing writing a plurality of times at different locations when one entire erasing area is in an erasing state.

【0028】[0028]

【発明の効果】本発明により、不良ビットや不良領域を
持つメモリを記憶媒体に使った場合でも、書き込みにお
いては消去に要する時間を節約することができ、読み出
しにおいては不良の発生したセクタをアクセスすること
なくアドレス変換、アドレス検索などの時間のかかる処
理を一切不要としてデータをアクセスすることができ、
性能を向上させることができる。またアドレス変換にお
いて、複雑な処理を不要とするため、外部にマイクロプ
ロセッサなどの複雑な処理を実行できる手段が必要でな
く、構成の単純化が図れる効果もある。
According to the present invention, even when a memory having a defective bit or a defective area is used as a storage medium, the time required for erasing can be saved in writing, and a sector in which a defect has occurred can be accessed in reading. You can access data without any time-consuming processing such as address conversion and address search without performing
Performance can be improved. Further, in the address conversion, since complicated processing is not required, there is no need for an external means for executing complicated processing such as a microprocessor, and there is an effect that the configuration can be simplified.

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

【図1】本発明のメモリチップの内部構成例FIG. 1 is an example of the internal configuration of a memory chip of the present invention.

【図2】メモリチップ内のブロックへの書き込み手順例FIG. 2 shows an example of a writing procedure to a block in a memory chip.

【図3】本発明のフラッシュメモリチップを用いた記憶
装置のブロック図
FIG. 3 is a block diagram of a storage device using a flash memory chip of the present invention.

【図4】ホスト間のアクセス時タイムチャートFIG. 4 is a time chart at the time of access between hosts.

【図5】メモリチップの最小消去容量単位がホスト間で
扱われるデータの最小単位より大きなチップの構成例
FIG. 5 is a configuration example of a chip in which a minimum erasing capacity unit of a memory chip is larger than a minimum unit of data handled between hosts;

【図6】メモリの1つの消去単位が、ホストで扱う単位
の4つ分にあたる場合の書き換え処理手順
FIG. 6 is a diagram illustrating a rewriting process when one erasing unit of a memory corresponds to four units handled by the host;

【図7】各領域に備えたフラグの使用例FIG. 7 is an example of using a flag provided for each area.

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

101…メモリチップ、102…データ格納領域、10
3…論理アドレス格納領域、104…論理アドレス入
力、105…アドレス値比較回路、107…メモリ制御
信号、109…アクセス選択回路、110…読み出しデ
ータ、301…記憶装置、304…メモリチップ、30
5…データバッファ、306…転送制御回路、307…
チップ選択回路
101: memory chip, 102: data storage area, 10
3 ... Logical address storage area, 104 ... Logical address input, 105 ... Address value comparison circuit, 107 ... Memory control signal, 109 ... Access selection circuit, 110 ... Read data, 301 ... Storage device, 304 ... Memory chip, 30
5 data buffer 306 transfer control circuit 307
Chip selection circuit

───────────────────────────────────────────────────── フロントページの続き (72)発明者 大内 勝美 神奈川県川崎市麻生区王禅寺1099番地 株 式会社日立製作所システム開発研究所内 (72)発明者 田村 隆之 神奈川県川崎市麻生区王禅寺1099番地 株 式会社日立製作所システム開発研究所内 (72)発明者 中村 一男 東京都小平市上水本町五丁目20番1号 株 式会社日立製作所半導体グループ内 Fターム(参考) 5B025 AD01 AD04 AD05 AD08 AE05 5B060 AA02 AA14 AB28 AC11 5L106 AA10 CC09 CC16  ──────────────────────────────────────────────────続 き Continued on the front page (72) Katsumi Ouchi 1099 Ozenji Temple, Aso-ku, Kawasaki City, Kanagawa Prefecture Inside System Development Laboratory, Hitachi, Ltd. (72) Takayuki Tamura 1099 Ozenji Temple, Aso-ku, Aso-ku, Kawasaki City, Kanagawa Prefecture Hitachi, Ltd. System Development Laboratory (72) Inventor Kazuo Nakamura 5-2-1, Kamizuhoncho, Kodaira-shi, Tokyo F-term in Hitachi Semiconductor Group 5B025 AD01 AD04 AD05 AD08 AE05 5B060 AA02 AA14 AB28 AC11 5L106 AA10 CC09 CC16

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】各々に物理アドレスが割り当てられた複数
の領域に分割され、アドレス信号線より与えられるアド
レス値に従って特定の前記領域のデータの格納および読
み出しが可能で、少なくとも前記領域ごとに電気的に書
き換え可能な不揮発性半導体メモリにおいて、 前記領域ごとに論理アドレス値を登録した記憶領域と、 該登録した論理アドレス値と前記アドレス信号線より与
えられる論理アドレス値とを比較するアドレス比較手段
とを備え、 該アドレス比較手段により一致が検出された領域のアク
セスを行うことを特徴とする不揮発性半導体メモリ。
A plurality of areas each of which is assigned a physical address, wherein data can be stored and read in a specific area in accordance with an address value given from an address signal line; A rewritable nonvolatile semiconductor memory, comprising: a storage area in which a logical address value is registered for each of the areas; and an address comparing means for comparing the registered logical address value with a logical address value given from the address signal line. A nonvolatile semiconductor memory, comprising: accessing a region where a match is detected by said address comparing means.
【請求項2】請求項1記載の不揮発性半導体メモリを搭
載した半導体記憶装置において、 前記領域に対して書き換えが指示された場合には、消去
が行われている領域への書き込みを行い、 前記論理アドレス値を登録可能な領域に、格納データの
論理アドレス値を登録し、 該論理アドレス値の格納データが以前に格納されていた
領域は、格納データおよび論理アドレス値の登録を消去
することを特徴とする半導体記憶装置。
2. The semiconductor memory device according to claim 1, wherein when rewriting is instructed to said area, writing is performed in an area where erasing is performed. The logical address value of the storage data is registered in the area where the logical address value can be registered. In the area where the storage data of the logical address value has been stored before, the storage data and the registration of the logical address value are deleted. A semiconductor memory device characterized by the following.
【請求項3】請求項2記載の半導体記憶装置において、 当該半導体記憶装置としての記憶容量より搭載する前記
不揮発性半導体メモリによる記憶容量の総量が多いよう
にすることにより、格納データが存在しない領域を確保
し、前記領域に対する書き換えが指示された場合には、
前記格納データが存在しない領域への書き込みを行うこ
とを特徴とする半導体記憶装置
3. The semiconductor memory device according to claim 2, wherein the total amount of storage capacity of said non-volatile semiconductor memory mounted is larger than the storage capacity of said semiconductor storage device, so that an area where stored data does not exist. Is secured, and when rewriting to the area is instructed,
Semiconductor memory device for writing data in an area where the stored data does not exist
【請求項4】請求項2記載の不揮発性半導体メモリを搭
載した半導体記憶装置において、 前記領域に対する書き換えにより、以前に格納されてい
た格納データと論理アドレスの登録値の消去は、書き換
えの指示を行ったホストに対して、書き換えの完了を報
告した後に行うことを特徴とする半導体記憶装置。
4. A semiconductor memory device having a nonvolatile semiconductor memory according to claim 2, wherein the rewriting of the area causes the previously stored data and the registered value of the logical address to be erased. A semiconductor memory device, which is performed after reporting completion of rewriting to a host that has performed rewriting.
【請求項5】請求項2記載の半導体記憶装置において、 前記領域に対する書き換えにより、以前に格納されてい
た格納データと論理アドレスの登録値が消去されるべき
状態であることと、消去が行われたことを示すフラグを
各領域に設け、消去が完了したことを示された領域を新
規の書き込みにおいて選択する、書き込み領域選択手段
を設けたことを特徴とする不揮発性半導体メモリを搭載
した半導体記憶装置。
5. The semiconductor memory device according to claim 2, wherein the stored data and the registered value of the logical address stored previously are to be erased by rewriting the area, and erasing is performed. Semiconductor memory mounted with a non-volatile semiconductor memory, wherein a flag indicating that the erasure has been completed is provided in each area, and an area indicating that erasure has been completed is selected in a new writing operation. apparatus.
JP13969999A 1999-05-20 1999-05-20 Nonvolatile semiconductor memory and semiconductor memory device Expired - Fee Related JP3865530B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP13969999A JP3865530B2 (en) 1999-05-20 1999-05-20 Nonvolatile semiconductor memory and semiconductor memory device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP13969999A JP3865530B2 (en) 1999-05-20 1999-05-20 Nonvolatile semiconductor memory and semiconductor memory device

Publications (2)

Publication Number Publication Date
JP2000331493A true JP2000331493A (en) 2000-11-30
JP3865530B2 JP3865530B2 (en) 2007-01-10

Family

ID=15251372

Family Applications (1)

Application Number Title Priority Date Filing Date
JP13969999A Expired - Fee Related JP3865530B2 (en) 1999-05-20 1999-05-20 Nonvolatile semiconductor memory and semiconductor memory device

Country Status (1)

Country Link
JP (1) JP3865530B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113127383A (en) * 2021-04-21 2021-07-16 广州众诺电子技术有限公司 Chip rewriting method, device and equipment

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113127383A (en) * 2021-04-21 2021-07-16 广州众诺电子技术有限公司 Chip rewriting method, device and equipment
CN113127383B (en) * 2021-04-21 2023-11-10 广州众诺微电子有限公司 Chip rewriting method, device and equipment

Also Published As

Publication number Publication date
JP3865530B2 (en) 2007-01-10

Similar Documents

Publication Publication Date Title
US6172906B1 (en) Increasing the memory performance of flash memory devices by writing sectors simultaneously to multiple flash memory devices
US6262918B1 (en) Space management for managing high capacity nonvolatile memory
JP4524309B2 (en) Memory controller for flash memory
US6134151A (en) Space management for managing high capacity nonvolatile memory
US7424593B2 (en) Increasing the memory performance of flash memory devices by writing sectors simultaneously to multiple flash memory devices
KR101300657B1 (en) Memory system having nonvolatile memory and buffer memory and data read method thereof
JP3692313B2 (en) Nonvolatile memory control method
US20070016719A1 (en) Memory device including nonvolatile memory and memory controller
US7564721B2 (en) Method and apparatus for improving storage performance using a background erase
JP3421581B2 (en) Storage device using nonvolatile semiconductor memory
JP2008146254A (en) Storage device, computer system and data processing method for storage device
JPH0728690A (en) Flash memory system
US11216381B2 (en) Data storage devices and data processing methods
CN115878033B (en) Solid state disk and mapping table management method thereof
JP2000331493A (en) Semiconductor memory which can quickly access
US10559359B2 (en) Method for rewriting data in nonvolatile memory and semiconductor device
CN112988037A (en) Static wear leveling method, terminal and computer-readable storage medium
CN113010458B (en) Memory management method, memory controller and memory device
KR100490603B1 (en) Control method and apparatus for operations of flash memory system
JPH0431136B2 (en)
JP2004355559A (en) Data rewrite method for nonvolatile memory

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20040309

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20060209

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060214

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060410

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060704

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060825

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20061003

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20091013

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20101013

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20111013

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20111013

Year of fee payment: 5

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

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

Free format text: PAYMENT UNTIL: 20111013

Year of fee payment: 5

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20111013

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20121013

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20121013

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20131013

Year of fee payment: 7

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees