JP2006164355A - Counter device and counting method - Google Patents

Counter device and counting method Download PDF

Info

Publication number
JP2006164355A
JP2006164355A JP2004351591A JP2004351591A JP2006164355A JP 2006164355 A JP2006164355 A JP 2006164355A JP 2004351591 A JP2004351591 A JP 2004351591A JP 2004351591 A JP2004351591 A JP 2004351591A JP 2006164355 A JP2006164355 A JP 2006164355A
Authority
JP
Japan
Prior art keywords
counter
bits
count value
data
bit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2004351591A
Other languages
Japanese (ja)
Inventor
Masatake Takagi
正剛 高木
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.)
Kyocera Document Solutions Inc
Original Assignee
Kyocera Mita 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 Kyocera Mita Corp filed Critical Kyocera Mita Corp
Priority to JP2004351591A priority Critical patent/JP2006164355A/en
Priority to CN 200510125638 priority patent/CN1782924B/en
Priority to US11/289,367 priority patent/US7551706B2/en
Publication of JP2006164355A publication Critical patent/JP2006164355A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Read Only Memory (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To reduce device load and to increase reliability of a counted value without increasing memory capacity and cost. <P>SOLUTION: "1" is beforehand written into all bits in a low-order counter 2a and counting is conducted from bit OFF (1→0). by making the bit to OFF from ON, "256" are counted by 32 bytes without sector erase. When all bits become "0", all bits are reset to "1" and the above counting operation is repeated. When all bits of the low-order counter 2a are reset to "1" from "0", a high-order counter 2b for carry is incremented for one at a time from the low-order bit in the above counting operation. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、不揮発性メモリを使用したカウンタ装置およびカウント方法に関する。   The present invention relates to a counter device and a counting method using a nonvolatile memory.

プリンタや複写機は、多くのカウンタを不揮発性メモリ(フラッシュメモリ:登録商標)で管理している。カウンタは、印刷枚数をカウントするもので、課金目的などでも使用されるため、高い信頼性が要求される。ところで、不揮発性メモリは、使用頻度が高いビットほど信頼性が低くなっていく。そこで、メーカは、書き込み保証回数を設定しており、それを超えた場合には不揮発性メモリの信頼性が著しく低下する(メーカ保証されない)。   Printers and copiers manage many counters in a non-volatile memory (flash memory: registered trademark). The counter counts the number of printed sheets and is also used for billing purposes, so high reliability is required. By the way, the reliability of the nonvolatile memory becomes lower as the bit is used more frequently. Therefore, the manufacturer sets the guaranteed number of times of writing, and if the number is exceeded, the reliability of the nonvolatile memory is remarkably lowered (not guaranteed by the manufacturer).

不揮発性メモリは、そのデバイス特性により、カウンタが更新される度に、カウンタ値を不揮発性メモリ上の同じ箇所に上書きすることはできない。つまり、不揮発性メモリでは、セクタと呼ばれる単位で記憶領域が分けられており、データ更新時に、OFFとなっているビットをONにするためには、一旦、セクタ内のデータを全てビットON(0xff)にするセクタ消去を行った後、新たなデータを書き込む必要がある。   Due to the device characteristics of the nonvolatile memory, the counter value cannot be overwritten at the same location on the nonvolatile memory every time the counter is updated. In other words, in the nonvolatile memory, the storage area is divided in units called sectors, and in order to turn ON the bits that are OFF when updating data, all the data in the sector is once turned ON (0xff). It is necessary to write new data after performing sector erasure.

一般に、カウンタとしては、図4に示すように、予め全ビットに「0」を書き込んでおき、カウントする際には、下位ビットから1ビットづつカウントアップしていく。上述したように、不揮発性メモリでは、OFFとなっているビットをONにするためには、一旦、セクタ内のデータを全てビットON(0xff)にするセクタ消去を行う必要がある。したがって、この場合、図5に示すように、カウンタ値を更新する度に、セクタ消去を行うことになり、カウンタのビット数分の書き込みが発生する。このため、上述したように、不揮発性メモリの信頼性低下が早まることなる。カウンタ値の信頼性を高めるためには、書き換え回数は少ないほうが望ましい。   Generally, as a counter, as shown in FIG. 4, “0” is written in advance to all bits, and when counting, the lower bits are counted up bit by bit. As described above, in the non-volatile memory, in order to turn on a bit that is turned off, it is necessary to perform sector erasing that once sets all data in the sector to bit ON (0xff). Therefore, in this case, as shown in FIG. 5, every time the counter value is updated, sector erasure is performed, and writing for the number of bits of the counter occurs. For this reason, as described above, the reliability of the nonvolatile memory is rapidly lowered. In order to increase the reliability of the counter value, it is desirable that the number of rewrites is small.

そこで、カウンタ値の更新時におけるセクタ消去回数を少なくするための技術がいくつか提案されている(例えば特許文献1、特許文献2参照)。この従来技術では、図6に示すように、予め、カウンタの全ビットに「1」を書き込んでおき、ビットOFF(1→0)によりカウントを行う。ビットをONからOFFにすることで、カウンタのバイト数分はセクタ消去なしでカウントできるようになっている。
特開2001−118391号公報 特開平11−110983号公報
Thus, several techniques for reducing the number of sector erasures at the time of updating the counter value have been proposed (see, for example, Patent Document 1 and Patent Document 2). In this prior art, as shown in FIG. 6, “1” is written in advance to all bits of the counter, and counting is performed by bit OFF (1 → 0). By turning the bit from ON to OFF, the number of bytes of the counter can be counted without sector erasure.
JP 2001-118391 A JP-A-11-110983

しかしながら、上述した従来技術では、ビット数=最大カウンタ値となってしまうため、最大カウント値分のビット数が必要となる。例えば、数十万単位のカウントを行う場合には、数十万ビットが必要となり、メモリ容量、コストを考えると、現実的には搭載が難しくなるという問題があった。   However, in the above-described prior art, the number of bits is equal to the maximum counter value, so the number of bits corresponding to the maximum count value is required. For example, when counting hundreds of thousands of units, hundreds of thousands of bits are required, and in consideration of memory capacity and cost, there is a problem that mounting becomes difficult in practice.

本発明は、このような事情を考慮してなされたものであり、その目的は、メモリ容量の増加、コストアップすることなく、デバイス負担を低減し、カウンタ値の信頼性を高めることができるカウンタ装置およびカウント方法を提供することにある。   The present invention has been made in consideration of such circumstances, and an object of the present invention is to provide a counter capable of reducing the device burden and increasing the reliability of the counter value without increasing the memory capacity and increasing the cost. It is to provide an apparatus and a counting method.

上述した課題を解決するために、本発明は、各ビットにおいてローのデータをハイのデータへ変更するのに先立って、一旦、セクタ内のデータを全てハイのデータにするセクタ消去を必要とする不揮発性メモリからなる書換え可能なカウンタと、前記カウンタのデータ書き込みおよびデータ読み出しを制御する制御部とを備えるカウンタ装置において、前記カウンタは、第1のビット数からなり、第1のカウント値をカウントする下位カウンタと、第2のビット数からなり、第2のカウント値をカウントする上位カウンタとからなり、前記制御部は、1ビット単位でビットをハイからローにすることで前記下位カウンタの第1のカウント値を更新するとともに、前記下位カウンタによる前記第1のカウント値が一巡する度に前記上位カウンタの第2のカウント値を更新することを特徴とする。   In order to solve the above-described problems, the present invention requires sector erasing to make all data in a sector high once before changing low data to high data in each bit. In a counter device comprising a rewritable counter comprising a non-volatile memory and a control unit for controlling data writing and data reading of the counter, the counter comprises a first number of bits and counts a first count value And a lower counter comprising a second number of bits and counting a second count value, and the control unit changes the bit of the lower counter by changing the bit from high to low in 1-bit units. 1 count value is updated, and each time the first count value of the lower counter makes a round, the upper counter And updates the second count value.

また、本発明は、上記の発明において、前記制御部は、前記下位カウンタの全ビットがオフとなると、前記下位カウンタの全ビットをハイにリセットすることを特徴とする。   Also, the present invention is characterized in that, in the above invention, the control unit resets all the bits of the lower counter to high when all the bits of the lower counter are turned off.

また、上述した課題を解決するために、本発明は、各ビットにおいてローのデータをハイのデータへ変更するのに先立って、一旦、セクタ内のデータを全てハイのデータにするセクタ消去を必要とする不揮発性メモリからなる書換え可能なカウンタのデータ書き込みおよびデータ読み出しを制御するカウント方法において、前記カウンタを、第1のビット数からなり、第1のカウント値をカウントする下位カウンタと、第2のビット数からなり、第2のカウント値をカウントする上位カウンタとから構成し、1ビット単位でビットをハイからローにすることで前記下位カウンタの第1のカウント値を更新するとともに、前記下位カウンタによる前記第1のカウント値が一巡する度に前記上位カウンタの第2のカウント値を更新することを特徴とする。   In addition, in order to solve the above-described problems, the present invention requires sector erasure to temporarily change all data in a sector to high data before changing low data to high data in each bit. In the counting method for controlling data writing and data reading of a rewritable counter consisting of a non-volatile memory, the counter is composed of a first counter and a lower counter that counts a first count value; The upper counter that counts the second count value, and updates the first count value of the lower counter by changing the bit from high to low in 1-bit units. The second count value of the upper counter is updated every time the first count value by the counter makes a round. To.

また、本発明は、上記の発明において、前記下位カウンタの全ビットがオフとなると、前記下位カウンタの全ビットをハイにリセットすることを特徴とする。   Further, the present invention is characterized in that, in the above invention, when all the bits of the lower counter are turned off, all the bits of the lower counter are reset to high.

この発明によれば、制御部により、1ビット単位でビットをハイからローにすることで下位カウンタの第1のカウント値を更新するとともに、下位カウンタによる前記第1のカウント値が一巡する度に上位カウンタの第2のカウント値を更新する。したがって、メモリ容量の増加、コストアップすることなく、デバイス負担を低減し、カウンタ値の信頼性を高めることができるという利点が得られる。   According to the present invention, the control unit updates the first count value of the lower counter by changing the bit from high to low in units of 1 bit, and each time the first count value of the lower counter makes a round. The second count value of the upper counter is updated. Therefore, there is an advantage that the device burden can be reduced and the reliability of the counter value can be increased without increasing the memory capacity and increasing the cost.

また、この発明によれば、前記制御部により、前記下位カウンタの全ビットがオフとなると、前記下位カウンタの全ビットをハイにリセットする。したがって、少ないメモリ容量でフラッシュメモリにおける書き込み保証回数一杯のカウントを行うことができ、コストアップすることなく、デバイス負担を低減し、カウンタ値の信頼性を高めることができるという利点が得られる。   According to the present invention, when all the bits of the lower counter are turned off by the control unit, all the bits of the lower counter are reset to high. Therefore, it is possible to count the guaranteed number of times of writing in the flash memory with a small memory capacity, and there is an advantage that the device burden can be reduced and the reliability of the counter value can be increased without increasing the cost.

以下、本発明の一実施形態を、図面を参照して説明する。
図1は、本発明の実施形態によるカウンタ装置を示すブロック図である。フラッシュメモリ1は、不揮発性メモリであり、カウンタ2を有する。カウンタ2は、所定のビット数で構成されており、書換えの累積回数をカウントする。制御部3は、カウンタ2のデータ書き込みおよびデータ読み出しを制御する。カウンタ2は、従来のカウンタと同様に、1ビット単位でビットをオン(1)からオフ(0)にすることで1カウントする下位カウンタ2aと、該下位カウンタ2aがリセットされる度にリセット回数を一般的なカウント方法(図4参照)でカウントする上位カウンタ2bとからなる。なお、以下では、説明を簡単にするために、下位カウンタ2aを、32バイト(1バイト=8ビット、全256ビット)とし、上位カウンタ2bを、1バイト(8ビット)とする。但し、ビット数は、これに限定されるものでなく、最大カウント値に応じて適宜必要なビット数を確保すればよい。
Hereinafter, an embodiment of the present invention will be described with reference to the drawings.
FIG. 1 is a block diagram illustrating a counter device according to an embodiment of the present invention. The flash memory 1 is a nonvolatile memory and has a counter 2. The counter 2 is composed of a predetermined number of bits and counts the cumulative number of rewrites. The control unit 3 controls data writing and data reading of the counter 2. Similarly to the conventional counter, the counter 2 has a low-order counter 2a that counts by turning a bit on (1) to off (0) in 1-bit units, and the number of resets every time the low-order counter 2a is reset Is comprised of a high-order counter 2b that counts by a general counting method (see FIG. 4). In the following, in order to simplify the description, the lower counter 2a is 32 bytes (1 byte = 8 bits, all 256 bits), and the upper counter 2b is 1 byte (8 bits). However, the number of bits is not limited to this, and a necessary number of bits may be secured according to the maximum count value.

次に、図2は、上記カウンタ装置の動作を説明するための概念図である。本実施形態では、下位カウンタ2aで、特許文献1、2で示される従来のカウンタと同様に、予め全ビットに「1」を書き込んでおき、ビットOFF(1→0)によりカウントを行う。ビットをONからOFFにすることで、セクタ消去なしで、32バイトで「256」をカウントすることが可能である。そして、全ビットが「0」になると、再び、全ビットを「1」にリセットし、上記カウント動作を繰り返す。上記カウント動作において、下位カウンタ2aの全ビットが「0」から「1」にリセットされるとき、上位カウンタ2bを下位ビットから1つずつインクリメントとし、リセット回数をカウントする。したがって、カウンタ2では、2^8×256=65536カウントすることが可能となる。   Next, FIG. 2 is a conceptual diagram for explaining the operation of the counter device. In the present embodiment, as in the conventional counters disclosed in Patent Documents 1 and 2, the lower counter 2a writes “1” in all bits in advance, and counts by bit OFF (1 → 0). By turning the bit from ON to OFF, it is possible to count “256” in 32 bytes without sector erasure. When all the bits become “0”, all the bits are reset to “1” again, and the above counting operation is repeated. In the counting operation, when all the bits of the lower counter 2a are reset from “0” to “1”, the upper counter 2b is incremented one by one from the lower bits, and the number of resets is counted. Therefore, the counter 2 can count 2 ^ 8 × 256 = 65536.

ここで、図3は、本実施形態によるカウンタ装置でのセクタ消去の発生頻度を示す概念図である。前述したように、フラッシュメモリ1では、ビットがOFFからON(0→1)とする場合に、セクタ消去が発生する。すなわち、本実施形態では、図3に示すように、下位カウンタ2aがリセットされる度、すなわち256回に1回、セクタ消去が発生することになる(太枠部分)。また、本実施形態では、ビット単位でカウントしているわけではないので、下位カウンタ2aのビット数をn、上位カウンタ2bのビット数をmとすると、2^m×nだけカウントすることができ、少ないメモリ容量でフラッシュメモリにおける書き込み保証回数一杯のカウントを行うことが可能となる。   FIG. 3 is a conceptual diagram showing the frequency of sector erasure in the counter device according to the present embodiment. As described above, in the flash memory 1, sector erasure occurs when the bit is changed from OFF to ON (0 → 1). That is, in this embodiment, as shown in FIG. 3, sector erasure occurs every time the lower counter 2a is reset, that is, once every 256 times (thick frame portion). In this embodiment, since the number of bits of the lower counter 2a is n and the number of bits of the upper counter 2b is m, it is possible to count only 2 ^ m × n because the counting is not performed in units of bits. Therefore, it is possible to count the number of guaranteed writes in the flash memory with a small memory capacity.

本実施形態によれば、メモリ容量の増加、コストアップすることなく、デバイス負担を低減し、カウンタ値の信頼性を高めることができる。つまり、簡単なソフトの変更により、デバイス負担を半分に抑え、カウンタ値の信頼性を高めることができる。   According to the present embodiment, it is possible to reduce the device burden and increase the reliability of the counter value without increasing the memory capacity and increasing the cost. That is, a simple software change can reduce the device burden to half and increase the reliability of the counter value.

なお、上述した実施形態においては、制御部3は、コンピュータシステム内で実行される。そして、上述した制御部3による一連の処理の過程は、プログラムの形式でコンピュータ読み取り可能な記録媒体に記憶されており、このプログラムをコンピュータが読み出して実行することによって、上記処理が行われる。すなわち、制御部3における、各処理手段、処理部は、CPU等の中央演算処理装置がROMやRAM等の主記憶装置に上記プログラムを読み出して、情報の加工・演算処理を実行することにより、実現されるものである。   In the above-described embodiment, the control unit 3 is executed in the computer system. A series of processing steps by the control unit 3 described above is stored in a computer-readable recording medium in the form of a program, and the above-described processing is performed by the computer reading and executing the program. That is, each processing means and processing unit in the control unit 3 is such that a central processing unit such as a CPU reads the above program into a main storage device such as a ROM or RAM, and executes information processing / calculation processing. It is realized.

ここでコンピュータ読み取り可能な記録媒体とは、磁気ディスク、光磁気ディスク、CD−ROM、DVD−ROM、半導体メモリ等をいう。また、このコンピュータプログラムを通信回線によってコンピュータに配信し、この配信を受けたコンピュータが当該プログラムを実行するようにしても良い。   Here, the computer-readable recording medium means a magnetic disk, a magneto-optical disk, a CD-ROM, a DVD-ROM, a semiconductor memory, or the like. Alternatively, the computer program may be distributed to the computer via a communication line, and the computer that has received the distribution may execute the program.

本発明の実施形態によるカウンタ装置を示すブロック図である。It is a block diagram which shows the counter apparatus by embodiment of this invention. 本実施形態によるカウンタ装置の動作を説明するための概念図である。It is a conceptual diagram for demonstrating operation | movement of the counter apparatus by this embodiment. 本実施形態によるカウンタ装置でのセクタ消去の発生頻度を示す概念図である。It is a conceptual diagram which shows the generation frequency of the sector erase in the counter apparatus by this embodiment. 従来の一般的なカウンタの動作を説明するための概念図である。It is a conceptual diagram for demonstrating operation | movement of the conventional general counter. 従来の一般的なカウンタでのセクタ消去の発生頻度を示す概念図である。It is a conceptual diagram which shows the occurrence frequency of the sector erase in the conventional general counter. 従来のセクタ消去発生頻度を低減したカウンタの動作を説明するための概念図である。It is a conceptual diagram for demonstrating the operation | movement of the counter which reduced the conventional sector erase generation frequency.

符号の説明Explanation of symbols

1 フラッシュメモリ(不揮発性メモリ)
2 カウンタ
2a 下位カウンタ
2b 上位カウンタ
3 制御部

1 Flash memory (nonvolatile memory)
2 Counter 2a Lower Counter 2b Upper Counter 3 Control Unit

Claims (4)

各ビットにおいてローのデータをハイのデータへ変更するのに先立って、一旦、セクタ内のデータを全てハイのデータにするセクタ消去を必要とする不揮発性メモリからなる書換え可能なカウンタと、前記カウンタのデータ書き込みおよびデータ読み出しを制御する制御部とを備えるカウンタ装置において、
前記カウンタは、第1のビット数からなり、第1のカウント値をカウントする下位カウンタと、第2のビット数からなり、第2のカウント値をカウントする上位カウンタとからなり、
前記制御部は、1ビット単位でビットをハイからローにすることで前記下位カウンタの第1のカウント値を更新するとともに、前記下位カウンタによる前記第1のカウント値が一巡する度に前記上位カウンタの第2のカウント値を更新することを特徴とするカウンタ装置。
Prior to changing low data to high data in each bit, a rewritable counter comprising a non-volatile memory that requires sector erasure to make all the data in the sector once high data, and the counter In a counter device comprising a control unit that controls data writing and data reading of
The counter is composed of a first number of bits, and is composed of a lower counter that counts the first count value and a second counter that is composed of the second number of bits and counts the second count value,
The control unit updates the first count value of the lower counter by changing the bit from high to low in units of one bit, and the upper counter every time the first count value by the lower counter makes a round And updating the second count value.
前記制御部は、前記下位カウンタの全ビットがオフとなると、前記下位カウンタの全ビットをハイにリセットすることを特徴とする請求項1記載のカウンタ装置。   2. The counter apparatus according to claim 1, wherein the control unit resets all the bits of the lower counter to high when all the bits of the lower counter are turned off. 各ビットにおいてローのデータをハイのデータへ変更するのに先立って、一旦、セクタ内のデータを全てハイのデータにするセクタ消去を必要とする不揮発性メモリからなる書換え可能なカウンタのデータ書き込みおよびデータ読み出しを制御するカウント方法において、
前記カウンタを、第1のビット数からなり、第1のカウント値をカウントする下位カウンタと、第2のビット数からなり、第2のカウント値をカウントする上位カウンタとから構成し、1ビット単位でビットをハイからローにすることで前記下位カウンタの第1のカウント値を更新するとともに、前記下位カウンタによる前記第1のカウント値が一巡する度に前記上位カウンタの第2のカウント値を更新することを特徴とするカウント方法。
Prior to changing the low data to the high data in each bit, once the data in the rewritable counter consisting of a non-volatile memory that requires sector erasure to make all the data in the sector high data and In a counting method for controlling data reading,
The counter is composed of a first number of bits and is composed of a lower counter that counts the first count value and a higher order counter that is composed of the second number of bits and counts the second count value. The first count value of the lower counter is updated by changing the bit from high to low at, and the second count value of the upper counter is updated each time the first count value of the lower counter makes a round. A counting method characterized by:
前記下位カウンタの全ビットがオフとなると、前記下位カウンタの全ビットをハイにリセットすることを特徴とする請求項3記載のカウント方法。

4. The counting method according to claim 3, wherein when all the bits of the lower counter are turned off, all the bits of the lower counter are reset to high.

JP2004351591A 2004-12-03 2004-12-03 Counter device and counting method Pending JP2006164355A (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2004351591A JP2006164355A (en) 2004-12-03 2004-12-03 Counter device and counting method
CN 200510125638 CN1782924B (en) 2004-12-03 2005-11-30 Counter device and counting method
US11/289,367 US7551706B2 (en) 2004-12-03 2005-11-30 Counter device and counting method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004351591A JP2006164355A (en) 2004-12-03 2004-12-03 Counter device and counting method

Publications (1)

Publication Number Publication Date
JP2006164355A true JP2006164355A (en) 2006-06-22

Family

ID=36666196

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004351591A Pending JP2006164355A (en) 2004-12-03 2004-12-03 Counter device and counting method

Country Status (1)

Country Link
JP (1) JP2006164355A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116865745A (en) * 2023-08-31 2023-10-10 上海芯存天下电子科技有限公司 Counter, counting method, memory array, nonvolatile memory and device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116865745A (en) * 2023-08-31 2023-10-10 上海芯存天下电子科技有限公司 Counter, counting method, memory array, nonvolatile memory and device

Similar Documents

Publication Publication Date Title
US7551706B2 (en) Counter device and counting method
KR101089414B1 (en) Semiconductor memory device
US9996462B1 (en) Data storage device and data maintenance method thereof
US20110145483A1 (en) Semiconductor memory device and method of processing data for erase operation of semiconductor memory device
US8417879B2 (en) Method for suppressing errors, and associated memory device and controller thereof
WO2011068109A1 (en) Storage device and memory controller
US7904674B2 (en) Method for controlling semiconductor memory device
WO2007000862A1 (en) Memory controller, nonvolatile storage device, nonvolatile storage system, and data writing method
JP6107802B2 (en) Nonvolatile memory control device, nonvolatile memory control method, and program
JP2010079485A (en) Semiconductor recording device
JP2010079486A (en) Semiconductor recording device
JP5180957B2 (en) Memory controller, semiconductor recording device, and rewrite count notification method
JPWO2007105688A1 (en) MEMORY CONTROLLER, NONVOLATILE STORAGE DEVICE, AND NONVOLATILE STORAGE SYSTEM
JP2006164354A (en) Counter device and counting method
JP2007305105A (en) Memory controller
JP2011059907A (en) Terminal device, method of managing nonvolatile memory used therein, and program therefor
EP3404662B1 (en) A method and system for implementing a non-volatile counter using non-volatile memory
JP2006164355A (en) Counter device and counting method
JP2007148965A (en) Error block management method and device for flash disk device
JP2008020937A (en) Nonvolatile storage device
JP2010256944A (en) Device, program and method for maintaining nand type flash memory
JP4000124B2 (en) MEMORY CONTROLLER, FLASH MEMORY SYSTEM PROVIDED WITH MEMORY CONTROLLER, AND FLASH MEMORY CONTROL METHOD
JP4334331B2 (en) Flash memory access control method
JP2007066326A (en) Storage device, data processor and data processing method
JP2007122419A (en) Non-volatile data update system, non-volatile data update method and program

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20081119

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20081202

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20090331