JP2007087118A - Controller and portable terminal - Google Patents

Controller and portable terminal Download PDF

Info

Publication number
JP2007087118A
JP2007087118A JP2005275239A JP2005275239A JP2007087118A JP 2007087118 A JP2007087118 A JP 2007087118A JP 2005275239 A JP2005275239 A JP 2005275239A JP 2005275239 A JP2005275239 A JP 2005275239A JP 2007087118 A JP2007087118 A JP 2007087118A
Authority
JP
Japan
Prior art keywords
data
written
volatile memory
program
memory
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.)
Withdrawn
Application number
JP2005275239A
Other languages
Japanese (ja)
Inventor
Hideaki Miyamoto
英明 宮本
Shigeharu Matsushita
重治 松下
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.)
Sanyo Electric Co Ltd
Original Assignee
Sanyo Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sanyo Electric Co Ltd filed Critical Sanyo Electric Co Ltd
Priority to JP2005275239A priority Critical patent/JP2007087118A/en
Priority to CN 200610154335 priority patent/CN1936855A/en
Priority to KR1020060091701A priority patent/KR20070033916A/en
Priority to US11/525,010 priority patent/US20070064514A1/en
Publication of JP2007087118A publication Critical patent/JP2007087118A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Techniques For Improving Reliability Of Storages (AREA)
  • Telephone Function (AREA)
  • For Increasing The Reliability Of Semiconductor Memories (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a controller for surely preventing the loss of data even when power supply is cut during data processing. <P>SOLUTION: This controller is provided with a CPU 10 for controlling a controller 100; a DRAM 14 for temporarily storing data to be used by the controller 100; an FeRAM 16 for storing a portion of data of the DRAM 14; and an address detection part 18 for detecting whether or not data are written in the prescribed address space of the DRAM 14. When it is detected that the data are written in the prescribed address space of the DRAM 14 by an address detecting part 18, the data same as that written in the DRAM 14 are written in the FeRAM 16. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、制御装置に関するものであり、特に電源消失時におけるデータのバックアップ機能を備えた制御装置および携帯端末に関する。   The present invention relates to a control device, and more particularly, to a control device and a portable terminal having a data backup function when power is lost.

データ処理を行う制御装置では、データ処理の途中で電源が切れてもデータ処理中のワークメモリのデータをバックアップし、データの消失を阻止することが要求される。制御装置で使用されるワークメモリは、動作速度や書き換え可能回数などの観点から、SRAM(Static Random Access Memory)やDRAM(Dynamic Random Access Memory)といった揮発性メモリが使用される。しかし、揮発性メモリは電源が切れると保持しているデータを消失する性質を持っている。   Control devices that perform data processing are required to back up work memory data that is being processed to prevent data loss even if the power is cut off during data processing. As a work memory used in the control device, a volatile memory such as an SRAM (Static Random Access Memory) or a DRAM (Dynamic Random Access Memory) is used from the viewpoint of the operation speed and the number of rewritable times. However, the volatile memory has a property that the stored data is lost when the power is turned off.

これに対し、特許文献1では、電圧検出回路によって電源電圧の低下を検出したときに、揮発メモリで構成したキャッシュメモリのデータを不揮発メモリであるフラッシュメモリに書き込むことによってデータを保持しておき、次の電源投入時にフラッシュメモリに保持されたデータをハードディスク装置へライトバックし、電源消失時のデータ状態に戻す、という方法を開示している。すなわち、この方法は電源が切れる状態が発生したときにフラッシュメモリへデータがバックアップされる。
特開2001−34535号公報
On the other hand, in Patent Document 1, when a drop in the power supply voltage is detected by the voltage detection circuit, the data in the cache memory configured by the volatile memory is written into the flash memory that is a nonvolatile memory, and the data is retained. A method is disclosed in which data held in the flash memory at the next power-on is written back to the hard disk device to return to the data state when the power is lost. That is, in this method, data is backed up to the flash memory when the power is turned off.
JP 2001-34535 A

しかしながら、フラッシュメモリへの書き込みに要する時間は、通常数μsec以上と長く、キャッシュメモリのすべてのデータをフラッシュメモリへ書き込む前に電源がオフしてしまい、正常にデータを書き込むことができない、といった問題があった。   However, the time required for writing to the flash memory is usually as long as several μsec or more, and the power is turned off before all data in the cache memory is written to the flash memory, so that data cannot be written normally. was there.

本発明はこうした状況に鑑みてなされたものであり、その目的は、データ処理中に電源が消失してもデータの消失を確実に防止することが可能な制御装置を提供することである。   The present invention has been made in view of such circumstances, and an object of the present invention is to provide a control device that can reliably prevent the loss of data even if the power is lost during data processing.

本発明のある態様は制御装置に関する。この装置は、装置の一部もしくは全体を制御する制御部と、前記装置において使用するデータを一時的に記憶しておく揮発性メモリと、揮発性メモリのデータを保持しておく不揮発性メモリと、を備え、揮発性メモリへの書き込みが発生したときに、この揮発性メモリに書き込まれるデータと同一のデータを不揮発性メモリにも書き込む。   One embodiment of the present invention relates to a control device. The device includes a control unit that controls a part or the whole of the device, a volatile memory that temporarily stores data used in the device, and a non-volatile memory that holds data of the volatile memory, When data is written to the volatile memory, the same data as the data written to the volatile memory is written to the nonvolatile memory.

この態様によれば、揮発性メモリに対してデータの書き込みが行われる都度、そのデータと同一データを不揮発性メモリに書き込む制御を行っているため、従来の電源電圧が低下したときに揮発性メモリから不揮発性メモリへのデータ書き込みを行う場合で問題となった、不揮発性メモリへのデータの書き込み動作が完了する前に電源が切れてしまうという問題を回避することができる。したがって、データ処理中に電源が消失してもデータの消失を確実に防止することが可能である。   According to this aspect, every time data is written to the volatile memory, the same data as the data is controlled to be written to the nonvolatile memory. Thus, it is possible to avoid the problem that the power is turned off before the data writing operation to the nonvolatile memory is completed, which is a problem when data is written from the memory to the nonvolatile memory. Therefore, even if the power source is lost during data processing, it is possible to reliably prevent the loss of data.

この態様において、揮発性メモリの所定のアドレス空間にデータの書き込みが行われるか否かを検出するアドレス検出部を更に備え、アドレス検出部において揮発性メモリの所定のアドレス空間にデータの書き込みが行われることを検出した場合に、揮発性メモリに書き込まれるデータと同一のデータを前記不揮発性メモリにも書き込んでもよい。これによれば、揮発性メモリのうちデータ処理に必要なデータが格納されるアドレス空間にデータが書き込まれることを検出したときに、それと同一のデータを不揮発性メモリに保存しておくことができる。したがって、電源立ち上げ後のデータ処理に必要なデータだけを不揮発性メモリに格納させることができるので、コスト及び消費電力を抑制することができる。   In this aspect, an address detection unit that detects whether or not data is written to a predetermined address space of the volatile memory is further provided, and the address detection unit writes data to the predetermined address space of the volatile memory. When it is detected, the same data as the data written in the volatile memory may be written in the nonvolatile memory. According to this, when it is detected that data is written in an address space in which data necessary for data processing is stored in the volatile memory, the same data can be stored in the nonvolatile memory. . Therefore, since only data necessary for data processing after power-on can be stored in the nonvolatile memory, cost and power consumption can be suppressed.

アドレス検出部は、前記制御部で使用するデータを一時的に記憶しておくためのアドレス空間にデータの書き込みが行われるか否かを検出してもよい。これにより、電源が切れた後、次の電源投入の際に制御部で使用してデータを復元できるので、電源が切れる前のデータ処理を継続して行うことができる。   The address detection unit may detect whether or not data writing is performed in an address space for temporarily storing data used by the control unit. Thus, after the power is turned off, the data can be restored by being used by the control unit at the next power-on, so that the data processing before the power is turned off can be continuously performed.

この態様において、不揮発性メモリは、その書き込みに要する速度が揮発性メモリの書き込みに要する速度と同等かもしくはそれ以上であることを特徴とするものであってもよい。また、不揮発性メモリは強誘電体メモリや磁気抵抗メモリによって構成されてもよい。ここで書き込みに要する速度が「同等」であるとは、書き込みに要する時間がほぼ同じオーダーであることを指し、不揮発性メモリの書き込みに要する速度が揮発性メモリの書き込み要する速度よりおおよそ1/10以上であればよい。これによれば、不揮発性メモリへのデータの書き込みが即座に完了するため、揮発性メモリに書き込まれたデータを不揮発性メモリに書き込む途中で、電源が切れてしまうという問題を回避することができる。   In this aspect, the nonvolatile memory may be characterized in that the speed required for writing is equal to or higher than the speed required for writing in the volatile memory. The nonvolatile memory may be composed of a ferroelectric memory or a magnetoresistive memory. Here, the speed required for writing is “equivalent” means that the time required for writing is on the same order, and the speed required for writing in the nonvolatile memory is approximately 1/10 of the speed required for writing in the volatile memory. That is all you need. According to this, since the data writing to the nonvolatile memory is completed immediately, it is possible to avoid the problem that the power is turned off while the data written to the volatile memory is being written to the nonvolatile memory. .

また、この態様において、不揮発性メモリに保持されたデータは、装置の電源が投入されたときに揮発性メモリに書き戻されるようにしてもよい。これにより、装置の電源が切れて揮発性メモリに格納されていたデータ消失した場合であっても、電源を再び投入した時に不揮発性メモリに保持されたデータを揮発性メモリに書き戻すことによって、揮発性メモリの少なくとも一部のデータを電源が切れる前の状態に戻すことが可能となる。したがって、電源再投入後に電源が切れる前のデータ処理を継続することができる。   In this embodiment, the data held in the nonvolatile memory may be written back to the volatile memory when the apparatus is turned on. Thereby, even if the data stored in the volatile memory is lost when the device is turned off, the data held in the nonvolatile memory is written back to the volatile memory when the power is turned on again. It is possible to restore at least a part of the data in the volatile memory to the state before the power is turned off. Therefore, it is possible to continue the data processing before the power is turned off after the power is turned on again.

本発明の別の態様も、制御装置に関する。この装置は、システムを制御するための第1のプログラムと、第1のプログラムを更新するための第2のプログラムとを格納した記憶部と、プログラムを実行する制御部と、制御部が使用するデータを一時的に記憶しておく揮発性メモリと、揮発性メモリのデータを保持しておく不揮発性メモリと、を備え、第1のプログラムを更新する際、第2のプログラムを揮発性メモリへ一時的に記憶しておくとともに、不揮発性メモリにも保持しておく。プログラムの更新を行う場合、更新用のプログラムである第2のプログラムを揮発性メモリに記憶させた後、第2のプログラムは第1のプログラムとともに一旦記憶部から消去されるが、この態様によれば、第2のプログラムを不揮発性メモリにも保持しておく。これにより、第1のプログラムの更新中に電源が切れた場合、揮発性メモリに格納された第2のプログラムは消滅するが、次に電源を立ち上げたときに、不揮発性メモリに保持された第2のプログラムを再び揮発性メモリに格納することによって、電源消失時における第2のプログラムの消失を確実に防止し、再びプログラムの更新を実行することが可能である。   Another aspect of the present invention also relates to a control device. This apparatus is used by a storage unit that stores a first program for controlling the system and a second program for updating the first program, a control unit that executes the program, and a control unit. A volatile memory that temporarily stores data and a non-volatile memory that retains data in the volatile memory are provided, and when the first program is updated, the second program is transferred to the volatile memory. It is stored temporarily and also stored in a non-volatile memory. When updating the program, after the second program, which is an update program, is stored in the volatile memory, the second program is once erased from the storage unit together with the first program. For example, the second program is also stored in the nonvolatile memory. As a result, when the power is turned off during the update of the first program, the second program stored in the volatile memory disappears, but is retained in the nonvolatile memory when the power is turned on next time. By storing the second program in the volatile memory again, it is possible to reliably prevent the second program from being lost when the power is lost, and to update the program again.

本発明の更に別の態様は、携帯端末に関する。この端末は、無線信号を受信するアンテナと、受信した無線信号をベースバンド信号に周波数変換する変換部と、ベースバンド信号を復調する処理部と、復調されたベースバンド信号をもとに、装置の一部もしくは全部を制御する制御部と、前記装置において使用するデータを一時的に記憶しておく揮発性メモリと、揮発性メモリのデータを保持しておく不揮発性メモリと、を備え、揮発性メモリへの書き込みが発生したときに、この揮発性メモリに書き込まれるデータと同一のデータを不揮発性メモリにも書き込む。携帯端末は電池によって駆動することが多く、電池の消費によって処理中に電源が落ちることが多く発生するが、この態様によれば、端末の処理中に電源が消失してもデータの消失を確実に防止することができ、再度電源を立ち上げた際、電源が切れる直前の処理を継続して行うことが可能となる。   Yet another embodiment of the present invention relates to a mobile terminal. The terminal includes an antenna that receives a radio signal, a conversion unit that converts the frequency of the received radio signal into a baseband signal, a processing unit that demodulates the baseband signal, and a device based on the demodulated baseband signal. A control unit that controls part or all of the memory, a volatile memory that temporarily stores data used in the device, and a non-volatile memory that holds data of the volatile memory. When writing to the volatile memory occurs, the same data as that written to the volatile memory is also written to the nonvolatile memory. Mobile terminals are often driven by batteries, and power consumption often drops during processing due to battery consumption. According to this aspect, even if power is lost during terminal processing, data loss is guaranteed. Therefore, when the power is turned on again, the processing immediately before the power is turned off can be continued.

なお、以上の構成要素の任意の組合せ、本発明の表現を方法、装置、システム、コンピュータプログラム、データ構造、記録媒体などの間で変換したものもまた、本発明の態様として有効である。   It should be noted that any combination of the above-described constituent elements and the expression of the present invention converted between a method, an apparatus, a system, a computer program, a data structure, a recording medium, etc. are also effective as an aspect of the present invention.

本発明によれば、データ処理中に電源が消失してもデータの消失を確実に防止することが可能な制御装置を得ることができる。   ADVANTAGE OF THE INVENTION According to this invention, even if a power supply loses | disappears during data processing, the control apparatus which can prevent loss of data reliably can be obtained.

(実施の形態1)
図1は、本発明の実施の形態1に係る制御装置100のブロック構成を示した図である。この制御装置100は、CPU(Central Processing Unit)10と、ハードディスク12と、DRAM(Dynamic Random Access Memory)14と、FeRAM(Ferroelectric Random Access Memory:強誘電体メモリ)16と、アドレス検出部18を備えている。各ブロックはバス20に接続されており、バス20を介して各ブロック間のデータの授受を行う。
(Embodiment 1)
FIG. 1 is a diagram showing a block configuration of a control device 100 according to Embodiment 1 of the present invention. The control device 100 includes a CPU (Central Processing Unit) 10, a hard disk 12, a DRAM (Dynamic Random Access Memory) 14, a FeRAM (Ferroelectric Random Access Memory) 16, and an address detection unit 18. ing. Each block is connected to the bus 20 and exchanges data between the blocks via the bus 20.

CPU10は、プログラムにしたがって制御装置100全体の制御及び演算を実行する。また、CPU10は、電源電圧を監視して、データ処理中に電源が消失したことを検出する機能も有する。CPU10はデータ処理中に電源が消失したことを検出した場合、次の電源投入の際に、電源が消失した旨を後述のアドレス検出部18に伝達する。   CPU10 performs control and calculation of the whole control apparatus 100 according to a program. The CPU 10 also has a function of monitoring the power supply voltage and detecting that the power supply has been lost during data processing. When the CPU 10 detects that the power is lost during data processing, the CPU 10 notifies the address detection unit 18 (described later) that the power has been lost when the power is turned on next time.

ハードディスク12は、CPU10を動作させるためのプログラムや、プログラムに使用するデータを格納する。なお、ハードディスクに代えてフラッシュメモリで構成してもよい。   The hard disk 12 stores a program for operating the CPU 10 and data used for the program. Note that a flash memory may be used instead of the hard disk.

DRAM14は、制御装置100で使用するデータを一時的に保持するワークメモリとして使用される揮発性メモリである。このうち、DRAM14の所定のアドレス空間は、CPU10のワークメモリとして用いられ、CPU10の演算に必要なデータや、演算の結果が、DRAM14の所定のアドレス空間に書き込まれる。このCPU10のワークメモリとして使用されるアドレス空間は、常に固定であってもよいし、プログラムによって変更可能としてもよい。   The DRAM 14 is a volatile memory that is used as a work memory that temporarily holds data used by the control device 100. Among these, the predetermined address space of the DRAM 14 is used as a work memory of the CPU 10, and data necessary for the calculation of the CPU 10 and the result of the calculation are written into the predetermined address space of the DRAM 14. The address space used as the work memory of the CPU 10 may be fixed at all times or may be changeable by a program.

FeRAM16は、DRAM14に記憶されるデータのうち、CPU10のワークメモリとして使用されている所定のアドレス空間に記憶されたデータをDRAM16と合わせて保持しておくためのバックアップメモリとして機能する不揮発性メモリである。電源が切れ、DRAM14のデータが消失したとき、次の電源投入の際にCPU10で使用していたデータを復元できれば、電源が切れる前のデータ処理を継続することができる。FeRAM16は、このデータ復元のためのバックアップメモリとして使用される。   The FeRAM 16 is a non-volatile memory that functions as a backup memory for holding data stored in a predetermined address space used as a work memory of the CPU 10 among the data stored in the DRAM 14 together with the DRAM 16. is there. When the power is turned off and the data in the DRAM 14 is lost, the data processing before the power is turned off can be continued if the data used by the CPU 10 at the next power-on can be restored. The FeRAM 16 is used as a backup memory for data restoration.

なお、図1では制御装置100のワークメモリとしてDRAM14を使用しているが、動作速度および書き換え可能回数の観点から揮発性メモリであればよく、例えばSRAM(Static Random Access Memory)によって構成されてもよい。また、図1では揮発性メモリであるDRAM14のバックアップメモリとしてFeRAM16を用いているが、揮発性メモリと同等またはそれ以上のスピードで読み書きが可能な不揮発性メモリであればよく、例えばMRAM(Magnetoresistive random access memory:磁気抵抗メモリ)によって構成されてもよい。   In FIG. 1, the DRAM 14 is used as a work memory of the control device 100, but a volatile memory may be used from the viewpoint of the operation speed and the number of rewritable times. Good. In FIG. 1, the FeRAM 16 is used as a backup memory for the DRAM 14 which is a volatile memory. However, any non-volatile memory capable of reading and writing at a speed equivalent to or higher than that of the volatile memory may be used. access memory: magnetoresistive memory).

アドレス検出部18は、DRAM14への書き込みを監視する。そして、CPU10のワークメモリとして使用される所定のアドレス空間に書き込みが発生した場合、そのアドレス空間に書き込まれるデータと同一のデータをFeRAM16へ書き込むよう制御する。   The address detection unit 18 monitors writing to the DRAM 14. When writing occurs in a predetermined address space used as a work memory of the CPU 10, control is performed so that the same data as the data written in the address space is written into the FeRAM 16.

具体的には、アドレス検出部18には、DRAM14の制御信号、アドレス信号、及びデータ信号が接続されており、DRAM14の制御信号からDRAM14への書き込みの有無を監視する。そして、DRAM14への書き込みが検出されると、DRAM14のアドレス信号の値から、DRAM14への書き込みがCPU10のワークメモリとして使用される所定のアドレス空間への書き込みかどうかを判断する。なお、CPU10のワークメモリとして使用されるアドレス空間の情報は、CPU10からアドレス検出部18に伝達される。   Specifically, a control signal, an address signal, and a data signal of the DRAM 14 are connected to the address detection unit 18 and the presence or absence of writing to the DRAM 14 is monitored from the control signal of the DRAM 14. When the writing to the DRAM 14 is detected, it is determined from the value of the address signal of the DRAM 14 whether the writing to the DRAM 14 is to a predetermined address space used as a work memory of the CPU 10. Information on the address space used as the work memory of the CPU 10 is transmitted from the CPU 10 to the address detection unit 18.

DRAM14への書き込みが所定のアドレス空間への書き込みであった場合、アドレス検出部18は、DRAM14に書き込まれたデータと同一のデータを、そのデータが書き込まれるDRAM14のアドレスの値とあわせて、FeRAM16に書き込むよう、FeRAM16の制御信号、アドレス信号及びデータ信号を生成する。FeRAM16はアドレス検出部18で生成された制御信号等にしたがって、DRAM14に書き込まれたデータと同一のデータと、その書き込みのあったDRAM14のアドレスとを保持する。   When the writing to the DRAM 14 is a writing to a predetermined address space, the address detection unit 18 combines the same data as the data written to the DRAM 14 with the address value of the DRAM 14 to which the data is written, and the FeRAM 16 The control signal, address signal, and data signal of the FeRAM 16 are generated so as to be written to The FeRAM 16 holds the same data as the data written in the DRAM 14 and the address of the DRAM 14 where the data has been written in accordance with the control signal generated by the address detection unit 18.

また、アドレス検出部18は、CPU10からデータ処理中に電源が消失した旨の情報が伝達されると、FeRAM16からDRAM14に書き込まれていたデータと、そのデータが書き込まれていたDRAM14のアドレスを読み出し、DRAM14のデータを復元するよう制御する。すなわち、FeRAM16から読み出されたDRAM14のアドレス空間に、読み出されたデータを書き込む。これにより、DRAM14のCPU10のワークメモリとして使用されたアドレス空間には、電源が消失する前に格納されていたデータを復元される。   Further, when the information indicating that the power supply is lost during data processing is transmitted from the CPU 10, the address detection unit 18 reads the data written in the DRAM 14 from the FeRAM 16 and the address of the DRAM 14 in which the data was written. Then, control is performed to restore the data in the DRAM 14. That is, the read data is written in the address space of the DRAM 14 read from the FeRAM 16. Thereby, the data stored before the power is lost is restored to the address space used as the work memory of the CPU 10 of the DRAM 14.

斯かる構成に基づき、図1の制御回路100の動作について説明する。CPU10はハードディスク12に記憶されたプログラムを適宜ダウンロードし、このプログラムに従って制御装置100全体の制御や各種演算を実行する。このとき、CPU10で使用するデータをハードディスク12から読み出してCPU10のワークメモリとして使用されるDRAM14の所定のアドレス空間に書き込む。また、CPU10の演算結果もDRAM14の所定のアドレス空間に書き込まれ、保持される。DRAM14には、その他制御装置100が使用する様々なデータが一時的に格納される。   Based on such a configuration, the operation of the control circuit 100 of FIG. 1 will be described. The CPU 10 appropriately downloads a program stored in the hard disk 12, and executes control of the entire control device 100 and various calculations according to this program. At this time, data used by the CPU 10 is read from the hard disk 12 and written in a predetermined address space of the DRAM 14 used as the work memory of the CPU 10. The calculation result of the CPU 10 is also written and held in a predetermined address space of the DRAM 14. Various data used by the control device 100 are temporarily stored in the DRAM 14.

DRAM14へのデータの書き込みが発生すると、アドレス検出部18はDRAM14への書き込み動作を検出するとともに、そのデータの書き込みがCPU10のワークメモリとして使用される所定のアドレス空間への書き込みか否かを判断する。そして、所定のアドレス空間への書き込みであると判断した場合、その都度そのアドレス空間に書き込まれるデータと同一のデータが、書き込まれたアドレスの値とともに、アドレス検出部18の制御によってFeRAM16に書き込まれる。   When data writing to the DRAM 14 occurs, the address detection unit 18 detects a writing operation to the DRAM 14 and determines whether or not the data writing is to a predetermined address space used as a work memory of the CPU 10. To do. When it is determined that the data is written in a predetermined address space, the same data as the data written in the address space is written to the FeRAM 16 together with the written address value by the control of the address detector 18. .

データ処理中に電源が切れると、DRAM14に書き込まれたデータは全て消失するが、FeRAM16に書き込まれたデータは電源が切れても保持される。そして次に電源が投入された際に、CPU10はデータ処理中に電源が消失したことを検出し、その旨をアドレス検出部18に伝達する。アドレス検出部18はこの伝達信号に基づいて、CPU10のワークメモリとして使用されていたDRAM14の所定のアドレス空間にデータを、FeRAM16から書き戻す制御を行う。これにより、DRAM14には消失したデータのうち、CPU10の動作に必要なデータを、電源が切れる前の状態に復帰させることができる。   If the power is turned off during data processing, all data written to the DRAM 14 is lost, but the data written to the FeRAM 16 is retained even if the power is turned off. When the power is turned on next time, the CPU 10 detects that the power has been lost during the data processing, and transmits the fact to the address detection unit 18. Based on this transmission signal, the address detection unit 18 performs control to write back data from the FeRAM 16 to a predetermined address space of the DRAM 14 used as a work memory of the CPU 10. Thereby, data necessary for the operation of the CPU 10 among the data lost in the DRAM 14 can be restored to the state before the power is turned off.

以上、本発明の実施の形態1に係る制御装置100によれば、揮発性メモリであるDRAM14の所定のアドレス空間にデータが書き込まれるときに、それと同一のデータを不揮発性メモリであるFeRAM16にも書き込んでおく。これにより、以下の作用効果を享受することができる。   As described above, according to the control device 100 according to the first embodiment of the present invention, when data is written in a predetermined address space of the DRAM 14 that is a volatile memory, the same data is also transferred to the FeRAM 16 that is a nonvolatile memory. Write it down. Thereby, the following effects can be enjoyed.

(1)DRAM14の所定のアドレス空間へのデータの書き込みがされる都度、その同一データをFeRAM16に書き込む制御を行っているため、従来の電源電圧が低下したときに揮発性メモリから不揮発性メモリへのデータ書き込みを行う場合で問題となった、書き込み動作が完了する前に電源が切れてしまうという問題を回避することができる。したがって、データ処理中に電源が消失してもデータの消失を確実に防止することが可能である。   (1) Every time data is written to a predetermined address space of the DRAM 14, the same data is controlled to be written to the FeRAM 16. Therefore, when the conventional power supply voltage is lowered, the volatile memory is switched to the nonvolatile memory. It is possible to avoid the problem that the power is turned off before the write operation is completed, which is a problem when data writing is performed. Therefore, even if the power source is lost during data processing, it is possible to reliably prevent the loss of data.

(2)バックアップメモリとして揮発性メモリと同等もしくはそれ以上の速さで読み書きが可能な不揮発性メモリを使用しているので、不揮発性メモリへの書き込みも即座に完了する。そのため、揮発性メモリに書き込まれたデータを不揮発性メモリに書き込む途中で、電源が切れてしまうという問題も回避することができる。したがって、データ処理中に電源が消失してもデータの消失を確実に防止することが可能である。   (2) Since a non-volatile memory capable of reading and writing at a speed equivalent to or faster than that of a volatile memory is used as a backup memory, writing to the non-volatile memory is completed immediately. Therefore, it is possible to avoid the problem that the power is turned off while the data written in the volatile memory is being written to the nonvolatile memory. Therefore, even if the power source is lost during data processing, it is possible to reliably prevent the loss of data.

(3)DRAM14に書き込まれるデータのうち、CPU10のワークメモリとして使用されるアドレス空間に書き込まれるデータをFeRAM16に書き込むことにより、電源が切れた後、次の電源投入の際に続けてデータ処理を行うことができる。このように、データ処理の継続に必要なデータをFeRAM16に保存しておき、バックアップに不要なデータはFeRAM16へ書き込まないので、大容量の不揮発性メモリを用意する必要はなく、コスト及び消費電力を抑制することができる。   (3) Of the data written in the DRAM 14, data written in the address space used as the work memory of the CPU 10 is written in the FeRAM 16, so that the data processing is continued at the next power-on after the power is turned off. It can be carried out. As described above, since data necessary for continuing data processing is stored in the FeRAM 16 and data unnecessary for backup is not written to the FeRAM 16, it is not necessary to prepare a large-capacity nonvolatile memory, and cost and power consumption can be reduced. Can be suppressed.

(実施の形態2)
図2は、本発明の制御装置を適用したシステムである、実施の形態2に係る携帯端末200の構成を示した図である。この携帯端末200は、アンテナ210と、RFインタフェース部220と、ベースバンド処理部230と、制御装置240を備えている。
(Embodiment 2)
FIG. 2 is a diagram illustrating a configuration of a mobile terminal 200 according to Embodiment 2, which is a system to which the control device of the present invention is applied. The mobile terminal 200 includes an antenna 210, an RF interface unit 220, a baseband processing unit 230, and a control device 240.

アンテナ210は、無線区間を介して図示しない送信装置からの信号を受信する。RFインタフェース部220は、アンテナ210において受信した無線周波数の信号をベースバンド信号に周波数変換する。ベースバンド処理部230はベースバンド信号を復調する。   The antenna 210 receives a signal from a transmission device (not shown) via a wireless section. The RF interface unit 220 converts a radio frequency signal received by the antenna 210 into a baseband signal. The baseband processing unit 230 demodulates the baseband signal.

制御装置240は、復調されたベースバンド信号及び内蔵されたプログラム(内蔵プログラム)を用いて携帯端末200を制御することによりさまざまなアプリケーションを実現するものであり、制御装置240は実施の形態1の制御装置100を適応したものである。ただし、制御装置100のハードディスク12はフラッシュメモリ22に、DRAM14はSRAM24に置き換えられている。制御装置240のその他のブロックは実施の形態1の制御装置100と同じであり、同一の符号を付している。   The control device 240 implements various applications by controlling the mobile terminal 200 using the demodulated baseband signal and the built-in program (built-in program). The control device 240 is the same as that of the first embodiment. The control device 100 is adapted. However, the hard disk 12 of the control device 100 is replaced with a flash memory 22, and the DRAM 14 is replaced with an SRAM 24. The other blocks of the control device 240 are the same as those of the control device 100 of the first embodiment, and are given the same reference numerals.

内蔵されたプログラムは、制御装置240のフラッシュメモリ22に格納されている。携帯端末200は、システムの不具合の解消や機能追加を目的として、内蔵プログラムの更新をできるようになっている。このため、フラッシュメモリ22には、通常の内蔵プログラム(システムプログラム)とは別に、システムプログラムの更新を行うための更新用プログラムが書き込まれている。   The built-in program is stored in the flash memory 22 of the control device 240. The portable terminal 200 can update the built-in program for the purpose of eliminating system problems and adding functions. Therefore, an update program for updating the system program is written in the flash memory 22 separately from the normal built-in program (system program).

携帯端末200の通常の動作時には、CPU10はシステムプログラムに従って携帯端末200の制御を行う。このとき、携帯端末200の制御装置240は、実施の形態1と同様の方法で、CPU10にて使用されるデータをFeRAM16にバックアップする。すなわち、SRAM24への書き込み動作が発生した場合、それがCPU10のワークメモリとして使用される所定のアドレス空間への書き込みであれば、そのアドレスに書き込まれたデータと同一のデータをFeRAM16に書き込んでおく。こうすることによって、携帯端末200においてデータ処理中に電源が切れた場合、次の電源投入の際にFeRAM16の内容をSRAM24の所定のアドレス空間に書き戻すことができる。   During normal operation of the mobile terminal 200, the CPU 10 controls the mobile terminal 200 according to the system program. At this time, the control device 240 of the mobile terminal 200 backs up the data used by the CPU 10 to the FeRAM 16 by the same method as in the first embodiment. That is, when a write operation to the SRAM 24 occurs, if it is a write to a predetermined address space used as a work memory of the CPU 10, the same data as the data written at that address is written to the FeRAM 16. . By doing so, when the power is turned off during data processing in the portable terminal 200, the contents of the FeRAM 16 can be written back to the predetermined address space of the SRAM 24 at the next power-on.

一方、システムプログラムの更新時には、CPU10は更新用プログラムに従って、システムプログラムのデータの書換えを行う。以下、システムプログラム更新の手順について説明する。   On the other hand, when updating the system program, the CPU 10 rewrites the data of the system program according to the update program. The procedure for updating the system program will be described below.

まず、更新されたシステムプログラムの存在を示す信号が図示しない送信装置から送信され、携帯端末200はアンテナ210でその信号を受信し、RFインタフェース部220、ベースバンド処理部230を介して、制御装置240のCPU10に伝達される。CPU10は、その信号を受け取るとフラッシュメモリ22の更新用プログラムを読み出して、SRAM24のCPU10のワークメモリとして使用される所定のアドレス空間に更新用プログラムを書き込む。このとき、アドレス検出部18はSRAM24の所定のアドレス空間にデータが書き込まれたことを検出し、同一のデータをFeRAM16にも書き込むよう制御する。したがって、FeRAM16にも更新用プログラムが書き込まれる。   First, a signal indicating the presence of the updated system program is transmitted from a transmission device (not shown), and the mobile terminal 200 receives the signal through the antenna 210, and the control device via the RF interface unit 220 and the baseband processing unit 230 It is transmitted to 240 CPU 10. When the CPU 10 receives the signal, the CPU 10 reads the update program in the flash memory 22 and writes the update program in a predetermined address space used as a work memory of the CPU 10 in the SRAM 24. At this time, the address detector 18 detects that data has been written in a predetermined address space of the SRAM 24 and controls to write the same data to the FeRAM 16. Therefore, the update program is also written in the FeRAM 16.

次に、更新用プログラムがすべてSRAM24に書き込まれると、CPU10は更新用プログラムにしたがってシステムプログラムの更新作業を実施する。まずCPU10はフラッシュメモリ22のデータを一括消去する。このとき、フラッシュメモリ22の更新用プログラムも一緒に消去される。次に、CPU10は、図示しない送信装置に対して更新されたシステムプログラムの送信要求を送出する。そして、更新されたシステムプログラムを受信し、ベースバンド処理部230で復調されたシステムプログラムをフラッシュメモリ22に書き込む。すべてのシステムプログラムがフラッシュメモリ22に書き込まれると、SRAM24に格納された更新用プログラムがフラッシュメモリ22に書き戻され、更新作業を終了する。   Next, when all the update programs are written in the SRAM 24, the CPU 10 performs an update operation of the system program according to the update program. First, the CPU 10 erases data in the flash memory 22 at once. At this time, the update program in the flash memory 22 is also erased. Next, the CPU 10 sends a transmission request for the updated system program to a transmission device (not shown). Then, the updated system program is received, and the system program demodulated by the baseband processing unit 230 is written into the flash memory 22. When all the system programs are written to the flash memory 22, the update program stored in the SRAM 24 is written back to the flash memory 22, and the update operation is completed.

この更新作業の途中において電源が切れた場合、次の電源投入の際に、CPU10が更新作業の途中で電源が切れたことを検出する。そして、CPU10はこの情報をアドレス検出部18に伝達する。アドレス検出部18は、CPU10からの情報を得ると、FeRAM16に格納された更新用プログラムをSRAM22に書き戻す。そして、SRAM22の更新用プログラムにしたがって、再びCPU10はシステムプログラムの更新作業を実施する。   When the power is turned off during the update operation, the CPU 10 detects that the power is turned off during the update operation when the power is turned on next time. Then, the CPU 10 transmits this information to the address detection unit 18. When the address detection unit 18 obtains information from the CPU 10, it writes the update program stored in the FeRAM 16 back into the SRAM 22. Then, according to the update program in the SRAM 22, the CPU 10 again performs the update operation of the system program.

以上、本実施の形態2に係る携帯端末200によれば、SRAM24の所定のアドレス空間にデータが書き込まれるときに、それと同一のデータをFeRAM16にも書き込んでおくことにより、本発明の実施の形態1に係る制御装置100と同様の効果を得ることができる。特に、携帯端末200は電池によって駆動することが多く、電池の消費によって処理中に電源が落ちることが頻発するが、この携帯端末200によって、端末の処理中に電源が消失してもデータの消失を確実に防止することができる。したがって、再度電源を立ち上げた際、電源が切れる直前の処理を継続して行うことが可能となる。   As described above, according to the portable terminal 200 according to the second embodiment, when data is written in the predetermined address space of the SRAM 24, the same data is written in the FeRAM 16 as well. 1 can be obtained. In particular, the mobile terminal 200 is often driven by a battery, and the power is frequently reduced during processing due to battery consumption. However, even if the power is lost during processing of the terminal, the mobile terminal 200 causes data loss. Can be reliably prevented. Therefore, when the power is turned on again, the process immediately before the power is turned off can be continuously performed.

また、システムプログラムの更新作業中に電源が切れた場合、SRAM24に格納された更新用プログラムは消滅し、前述のようにフラッシュメモリ22にも更新プログラムは存在しないが、携帯端末200では更新作業開始時に更新用プログラムをFeRAM16に格納しておくので、電源消失時において更新用プログラムの消失を確実に防止することが可能である。   Further, when the power is turned off during the updating operation of the system program, the updating program stored in the SRAM 24 disappears and no updating program exists in the flash memory 22 as described above, but the updating operation starts in the portable terminal 200. Since the update program is sometimes stored in the FeRAM 16, it is possible to reliably prevent the update program from being lost when the power is lost.

以上、本発明を実施の形態をもとに説明した。実施の形態は例示であり、それらの各構成要素や各処理プロセスの組合せにいろいろな変形例が可能なこと、またそうした変形例も本発明の範囲にあることは当業者に理解されるところである。   The present invention has been described based on the embodiments. The embodiments are exemplifications, and it will be understood by those skilled in the art that various modifications can be made to combinations of the respective constituent elements and processing processes, and such modifications are within the scope of the present invention. .

例えば、本実施の形態ではCPU10で電源が消失したことを検出するようにしたが、別途電源消失検出部を設けてもよい。この場合、アドレス検出部18は電源消失検出部から電源が消失した旨の情報を受け取ってもよい。   For example, in the present embodiment, the CPU 10 detects that the power supply has been lost, but a power supply loss detection unit may be provided separately. In this case, the address detection unit 18 may receive information indicating that the power supply has been lost from the power supply loss detection unit.

また、本実施の形態ではデータ処理中に電源が消失したことを検出した場合に、次の電源立ち上げのときにFeRAM16に格納されたデータをDRAM14に書き戻す構成としたが、電源立ち上げ時に常にFeRAM16に格納されたデータをDRAM14に書き戻すようにしてもよい。この場合、電源が正常に立ち下げられた後に電源が立ち上がった場合もFeRAM16からDRAM14へのデータの書き戻しが発生するが、データ処理中に電源が消失することを検出する必要がないため、本発明の制御回路を簡単な構成で実現することができる。   Further, in this embodiment, when it is detected that the power supply is lost during data processing, the data stored in the FeRAM 16 is written back to the DRAM 14 at the next power supply startup. The data stored in the FeRAM 16 may always be written back to the DRAM 14. In this case, data is written back from the FeRAM 16 to the DRAM 14 even when the power is turned on after the power is normally turned off, but it is not necessary to detect the loss of the power during the data processing. The control circuit of the invention can be realized with a simple configuration.

また、本実施の形態ではFeRAM16にデータと合わせて対応するDRAM14のアドレスも格納するように構成したが、CPU10のワークメモリとして使用されるDRAM14の所定のアドレス空間のベースアドレスのみを別途不揮発性メモリに記憶させておき、FeRAM16にはデータのみを保存するように構成してもよい。この場合、DRAM14とFeRAM16との間のアドレスの関係はベースアドレスをもとに演算によって求めるようにすればよい。これにより、アドレス算出用の演算回路が必要になるが、FeRAM16にはデータのみ保存すればよいので、不揮発性メモリの低容量化を図ることができる。   In this embodiment, the address of the DRAM 14 corresponding to the data is stored in the FeRAM 16 together with the data. However, only a base address in a predetermined address space of the DRAM 14 used as a work memory of the CPU 10 is separately stored in a nonvolatile memory. The FeRAM 16 may be configured to store only data. In this case, the address relationship between the DRAM 14 and the FeRAM 16 may be obtained by calculation based on the base address. As a result, an arithmetic circuit for calculating an address is required. However, since only the data needs to be stored in the FeRAM 16, the capacity of the nonvolatile memory can be reduced.

また、実施の形態2では携帯端末200について述べたが、これに限るものではなく、例えば、デジタルテレビやパーソナルコンピュータといった、システムプログラムが更新されるようなシステムであれば適用可能である。この場合、実施の携帯2では、無線回線を介してシステムプログラムを更新する例を述べたが、有線回線を介してシステムプログラムを更新してもよい。もしくは、更新されたシステムプログラムが格納された光ディスクやメモリカードなどの記録媒体をシステムに挿入することにより、システムプログラムの更新が行われてもよい。   In the second embodiment, the portable terminal 200 has been described. However, the present invention is not limited to this. For example, the present invention can be applied to any system such as a digital television or a personal computer in which a system program is updated. In this case, the example of updating the system program via the wireless line has been described in the portable device 2, but the system program may be updated via a wired line. Alternatively, the system program may be updated by inserting a recording medium such as an optical disk or a memory card storing the updated system program into the system.

実施の形態1に係る制御装置100の構成図である。2 is a configuration diagram of a control device 100 according to Embodiment 1. FIG. 実施の形態2に係る携帯端末200の構成図である。6 is a configuration diagram of a mobile terminal 200 according to Embodiment 2. FIG.

符号の説明Explanation of symbols

10 CPU
12 ハードディスク
14 DRAM
16 FeRAM
18 アドレス検出制御回路
20 バス
22 フラッシュメモリ
24 SRAM
100 制御装置
200 携帯端末
210 アンテナ
220 RFインタフェース部
230 ベースバンド処理部
240 制御装置
10 CPU
12 Hard disk 14 DRAM
16 FeRAM
18 Address detection control circuit 20 Bus 22 Flash memory 24 SRAM
DESCRIPTION OF SYMBOLS 100 Control apparatus 200 Portable terminal 210 Antenna 220 RF interface part 230 Baseband process part 240 Control apparatus

Claims (7)

装置の一部もしくは全体を制御する制御部と、
前記装置において使用するデータを一時的に記憶しておく揮発性メモリと、
前記揮発性メモリのデータを保持しておく不揮発性メモリと、を備え、
前記揮発性メモリへの書き込みが発生したときに、この揮発性メモリに書き込まれるデータと同一のデータを前記不揮発性メモリにも書き込むことを特徴とする制御装置。
A control unit for controlling a part or the whole of the device;
Volatile memory for temporarily storing data used in the device;
A non-volatile memory that holds data of the volatile memory,
A control device, wherein when data is written to the volatile memory, the same data as the data written to the volatile memory is written to the nonvolatile memory.
前記揮発性メモリの所定のアドレス空間にデータの書き込みが行われるか否かを検出するアドレス検出部を更に備え、
前記アドレス検出部において前記揮発性メモリの所定のアドレス空間にデータの書き込みが行われることを検出した場合に、前記揮発性メモリに書き込まれるデータと同一のデータを前記不揮発性メモリにも書き込むことを特徴とする請求項1に記載の制御装置。
An address detector for detecting whether or not data is written to a predetermined address space of the volatile memory;
When the address detection unit detects that data is written to a predetermined address space of the volatile memory, the same data as the data written to the volatile memory is written to the nonvolatile memory. The control device according to claim 1, wherein
前記アドレス検出部は、前記制御部で使用するデータを一時的に記憶しておくためのアドレス空間にデータの書き込みが行われるか否かを検出することを特徴とする請求項2に記載の制御装置。 3. The control according to claim 2, wherein the address detection unit detects whether or not data is written in an address space for temporarily storing data used by the control unit. apparatus. 前記不揮発性メモリは、その書き込みに要する速度が前記揮発性メモリの書き込みに要する速度と同等かもしくはそれ以上であることを特徴とする請求項1〜3のいずれかに記載の制御装置。 The control device according to claim 1, wherein the nonvolatile memory has a speed required for writing equal to or higher than a speed required for writing to the volatile memory. 前記不揮発性メモリに保持されたデータは、装置の電源が投入されたときに前記揮発性メモリに書き戻されることを特徴とする請求項1〜4のいずれかに記載の制御装置。 5. The control device according to claim 1, wherein the data held in the nonvolatile memory is written back to the volatile memory when the power of the device is turned on. システムを制御するための第1のプログラムと、第1のプログラムを更新するための第2のプログラムとを格納した記憶部と、
前記プログラムを実行する制御部と、
前記制御部が使用するデータを一時的に記憶しておく揮発性メモリと、
前記揮発性メモリのデータを保持しておく不揮発性メモリと、を備え、
前記第1のプログラムを更新する際、前記第2のプログラムを前記揮発性メモリへ一時的に記憶しておくとともに、前記不揮発性メモリにも保持しておくことを特徴とする制御装置。
A storage unit storing a first program for controlling the system and a second program for updating the first program;
A control unit for executing the program;
A volatile memory for temporarily storing data used by the control unit;
A non-volatile memory that holds data of the volatile memory,
The control device, wherein when updating the first program, the second program is temporarily stored in the volatile memory and also stored in the nonvolatile memory.
無線信号を受信するアンテナと、
受信した無線信号をベースバンド信号に周波数変換する変換部と、
前記ベースバンド信号を復調する処理部と、
復調されたベースバンド信号をもとに、装置の一部もしくは全部を制御する制御部と、
前記装置において使用するデータを一時的に記憶しておく揮発性メモリと、
前記揮発性メモリのデータを保持しておく不揮発性メモリと、を備え、
前記揮発性メモリへの書き込みが発生したときに、この揮発性メモリに書き込まれるデータと同一のデータを前記不揮発性メモリにも書き込むことを特徴とする携帯端末。
An antenna for receiving radio signals;
A conversion unit that converts the frequency of the received radio signal into a baseband signal;
A processing unit for demodulating the baseband signal;
Based on the demodulated baseband signal, a control unit that controls part or all of the device;
Volatile memory for temporarily storing data used in the device;
A non-volatile memory that holds data of the volatile memory,
A portable terminal, wherein when data is written to the volatile memory, the same data as the data written to the volatile memory is written to the nonvolatile memory.
JP2005275239A 2005-09-22 2005-09-22 Controller and portable terminal Withdrawn JP2007087118A (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP2005275239A JP2007087118A (en) 2005-09-22 2005-09-22 Controller and portable terminal
CN 200610154335 CN1936855A (en) 2005-09-22 2006-09-20 Control unit and portable terminal
KR1020060091701A KR20070033916A (en) 2005-09-22 2006-09-21 Control unit and mobile terminal
US11/525,010 US20070064514A1 (en) 2005-09-22 2006-09-22 Control unit and portable terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005275239A JP2007087118A (en) 2005-09-22 2005-09-22 Controller and portable terminal

Publications (1)

Publication Number Publication Date
JP2007087118A true JP2007087118A (en) 2007-04-05

Family

ID=37954365

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005275239A Withdrawn JP2007087118A (en) 2005-09-22 2005-09-22 Controller and portable terminal

Country Status (2)

Country Link
JP (1) JP2007087118A (en)
CN (1) CN1936855A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008149816A1 (en) * 2007-05-30 2008-12-11 Kyocera Corporation Mobile communication terminal and use-enabled/disabled control method
JP2010039578A (en) * 2008-07-31 2010-02-18 Fujitsu Ltd Storage management method, storage control device and storage system

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8046546B2 (en) * 2007-07-25 2011-10-25 AGIGA Tech Variable partitioning in a hybrid memory subsystem
CN101377708B (en) * 2007-08-30 2011-06-15 宏达国际电子股份有限公司 Mobile device and power supply control method thereof
JP2014174710A (en) * 2013-03-08 2014-09-22 Casio Comput Co Ltd Information processing device, information processing method, and program

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008149816A1 (en) * 2007-05-30 2008-12-11 Kyocera Corporation Mobile communication terminal and use-enabled/disabled control method
US8442488B2 (en) 2007-05-30 2013-05-14 Kyocera Corporation Portable communication terminal and use-enabled/disabled control method
JP5364577B2 (en) * 2007-05-30 2013-12-11 京セラ株式会社 Mobile communication terminal and usage control method
JP2010039578A (en) * 2008-07-31 2010-02-18 Fujitsu Ltd Storage management method, storage control device and storage system

Also Published As

Publication number Publication date
CN1936855A (en) 2007-03-28

Similar Documents

Publication Publication Date Title
TW201636845A (en) Memory device and operating method of same
US20110197018A1 (en) Method and system for perpetual computing using non-volatile random access memory
JP2006011818A (en) Portable electronic device and method for controlling portable electronic device
JP2005011120A (en) Information processing method and device
US7516283B2 (en) Memory control device, in-car device, memory control method, and computer product for managing data in response to various power states
JP2010198252A (en) Non-volatile memory device, write-in method for nonvolatile memory, and nonvolatile memory write-in program
JP2007087118A (en) Controller and portable terminal
JP5981906B2 (en) Image forming apparatus
KR20130051564A (en) Memory module, board assembly having same, memory system having same, and method of operating the memory system
JP4701807B2 (en) MEMORY CONTROLLER, NONVOLATILE STORAGE DEVICE, AND NONVOLATILE STORAGE SYSTEM
JP2008225672A (en) Semiconductor memory device
JP2007148905A (en) Controller and mobile terminal
KR20070033916A (en) Control unit and mobile terminal
CN113434086B (en) Data storage method, device, nonvolatile memory device and memory
JP3376331B2 (en) Storage method using flash memory and storage medium storing storage control program
JP2008059007A (en) Semiconductor storage device
JP6233134B2 (en) Electronic information storage medium, information processing method, and information processing program
JP2001312891A (en) Semiconductor storage device
US20170046084A1 (en) Memory control device, memory device, and memory control method
JP2022024228A (en) Storage device, storage system, control method, and program
JP4239754B2 (en) Nonvolatile memory system
JP5341947B2 (en) IC card, control method of IC card, and control method of portable electronic device
JP2011170887A (en) Information processing apparatus and data recording method therefor
JP2008293426A (en) Information processor and its data recording method
JPH09311827A (en) Data backup device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070918

A761 Written withdrawal of application

Free format text: JAPANESE INTERMEDIATE CODE: A761

Effective date: 20090324