JP2006025347A - Mobile terminal - Google Patents

Mobile terminal Download PDF

Info

Publication number
JP2006025347A
JP2006025347A JP2004203581A JP2004203581A JP2006025347A JP 2006025347 A JP2006025347 A JP 2006025347A JP 2004203581 A JP2004203581 A JP 2004203581A JP 2004203581 A JP2004203581 A JP 2004203581A JP 2006025347 A JP2006025347 A JP 2006025347A
Authority
JP
Japan
Prior art keywords
execution
specific function
cpu
program
power supply
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
JP2004203581A
Other languages
Japanese (ja)
Other versions
JP4361842B2 (en
Inventor
Hiroshi Tsunoda
浩 角田
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 JP2004203581A priority Critical patent/JP4361842B2/en
Publication of JP2006025347A publication Critical patent/JP2006025347A/en
Application granted granted Critical
Publication of JP4361842B2 publication Critical patent/JP4361842B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Landscapes

  • Telephone Function (AREA)
  • Devices For Supply Of Signal Current (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a mobile terminal which is capable of controlling feeding for saving power and of speedily starting executing processing relating to a specific function. <P>SOLUTION: When operation of an execution start key of a specific function is received, a main CPU 110 performs control to start supplying power to a RAM 142 during a period when no power is supplied to the RAM 142, transfers a program for the specific function from a flash memory 141 to the RAM 142, then causes a sub CPU 115 to run the program for the specific function in the RAM 142. When operation of an execution stop key of the specific function is received, the time is counted by a timer 150, and control is performed to stop supplying power to the RAM 142 after the lapse of predetermined time. Furthermore, when operation of the execution start key of the specific function is received, the main CPU 110 immediately causes the sub CPU 115 to run the program for the specific function in the RAM 142 during a period when power is supplied to the RAM 142. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、携帯電話機等の携帯端末に関し、特に複数のCPUを備える多機能の携帯端末における電力制御に関する。   The present invention relates to a mobile terminal such as a mobile phone, and more particularly to power control in a multi-function mobile terminal including a plurality of CPUs.

近年、カメラ機能付きの携帯電話機等、多機能を有する携帯端末が普及しており、また、付加的機能の性能向上等を図るべく複数のCPU(Central Processing Unit)を搭載することで多機能を分担して実現するような携帯端末が研究、開発されている。なお、通信のためのベースバンド処理用と、その他のアプリケーション処理用とで異なるCPUを使用する携帯端末も開発されているが、複数のCPUの機能分担の仕方は様々である。   In recent years, mobile terminals having multiple functions such as mobile phones with camera functions have become widespread, and multiple functions can be achieved by installing multiple CPUs (Central Processing Units) in order to improve the performance of additional functions. Mobile terminals that can be shared and realized are being researched and developed. Note that portable terminals that use different CPUs for baseband processing for communication and for other application processing have been developed, but there are various ways of sharing the functions of a plurality of CPUs.

例えば、複数のCPUを有する高解像度のカメラ機能付き携帯電話機であれば、ユーザ操作の検出や、電話の待ち受け制御を含む電話通信制御等をマスタ側のCPU(以下、「メインCPU」という。)により行わせ、メインCPUの制御を受けつつ高解像度のカメラ機能に関する画像処理を高速にスレーブ側のCPU(以下、「サブCPU」という。)により行わせるということが考えられる。   For example, in the case of a mobile phone with a high-resolution camera function having a plurality of CPUs, the CPU on the master side (hereinafter referred to as “main CPU”) performs user communication detection, telephone communication control including telephone standby control, and the like. It is conceivable that image processing related to a high-resolution camera function is performed at high speed by a CPU on the slave side (hereinafter referred to as “sub CPU”) while being controlled by the main CPU.

この例のカメラ機能のような携帯電話機の付加的機能に係る処理の実行性能を向上させるためには、メモリアクセスの競合を回避すべく、サブCPUは、メインCPUが主に読み書きするメモリとは別個の専用メモリを読み書きすることとし、専用メモリ内のプログラムを実行することによりその付加的機能に係る処理を実現することが望ましい。
しかし、メインCPUが実行するプログラムを予め記憶させておく不揮発性メモリとは別に、サブCPUが実行するプログラムを予め記憶させておく不揮発の専用メモリを設けると、全てのプログラムを1つの不揮発性メモリに一元管理的に格納している場合と比べて、バージョンアップ等に伴うプログラム更新のためのハードウェア機構が複雑になりがちである。また、サブCPU側の専用メモリとしては読み出しと書き込みとの両性能が比較的高い傾向にあるDRAM(Dynamic Random Access Memory)等の揮発性メモリが望ましく、これに加えて専用メモリとして不揮発性メモリをも設けることは省スペース等の見地から見てあまり好ましくない。
In order to improve the execution performance of the processing related to the additional function of the mobile phone such as the camera function of this example, in order to avoid the conflict of memory access, the sub CPU is a memory that the main CPU mainly reads and writes. It is desirable to read and write to a separate dedicated memory, and to realize processing related to the additional function by executing a program in the dedicated memory.
However, if a non-volatile dedicated memory for storing the program executed by the sub CPU is provided separately from the non-volatile memory for storing the program executed by the main CPU in advance, all the programs are stored in one non-volatile memory. Compared to the case where data are stored in a centralized manner, the hardware mechanism for program update accompanying version upgrade or the like tends to be complicated. In addition, as the dedicated memory on the sub CPU side, a volatile memory such as DRAM (Dynamic Random Access Memory) which tends to have relatively high performance in both reading and writing is desirable. In addition to this, a nonvolatile memory is used as the dedicated memory. It is not so preferable to provide a space for the purpose of saving space.

そこで、問題なく付加的機能に係る処理を高速に実行する方式として次の方式が考えられる。
携帯電話機のサブCPUの専用メモリは揮発性メモリのみとしておき、メインCPUの不揮発性メモリにデータを外部から設定するための従来のインタフェースを通じて、バージョンアップされたプログラムをメインCPU側の不揮発性メモリに一旦格納し、その後メインCPUが一時的にサブCPUの専用メモリにアクセスしてそのプログラムをコピーするという方式、つまりそのプログラムを不揮発性メモリから読み出して専用メモリに記録するという方式(以下、「プログラム転送方式」という。)である。
Therefore, the following method can be considered as a method for executing processing related to the additional function at high speed without any problem.
The dedicated memory of the sub CPU of the cellular phone is limited to the volatile memory, and the upgraded program is stored in the nonvolatile memory on the main CPU side through a conventional interface for setting data from the outside to the nonvolatile memory of the main CPU. Once stored, the main CPU temporarily accesses the dedicated memory of the sub CPU and copies the program, that is, a method of reading the program from the nonvolatile memory and recording it in the dedicated memory (hereinafter referred to as “program”). "Transfer method").

ところで、携帯電話機等の携帯端末においては、内蔵している電池での長時間駆動を可能にすべく、電力消費を抑えることが要求されており、電力消費を抑えるための技術の開発が続けられている。なお、この電力消費を抑える技術としては、例えば、装置内を複数の機能ブロックに分けて必要な機能ブロックにのみ給電する技術(特許文献1参照)や、複数のCPUからアクセスされる共有メモリの各バンクの消費電力を切り替える技術(特許文献2参照)等が知られている。   By the way, mobile terminals such as mobile phones are required to reduce power consumption so that they can be driven for a long time with a built-in battery, and development of technology for reducing power consumption is continued. ing. In addition, as a technique for suppressing this power consumption, for example, a technique of dividing the apparatus into a plurality of functional blocks and supplying power only to necessary functional blocks (see Patent Document 1), a shared memory accessed from a plurality of CPUs, or the like. A technique for switching the power consumption of each bank (see Patent Document 2) is known.

そこで、複数のCPUを有する携帯端末における電力消費を抑えるべく、カメラ機能等の付加的機能を担うサブCPUの実行が必要でない時には、サブCPUの専用メモリへの電力供給を停止する方式(以下、「給電制御方式」という。)が想定できる。
特開平7−212736号公報 特開2004−38642号公報
Therefore, in order to suppress power consumption in a portable terminal having a plurality of CPUs, when it is not necessary to execute a sub CPU responsible for an additional function such as a camera function, a method of stopping power supply to a dedicated memory of the sub CPU (hereinafter, referred to as “sub CPU”). “Power supply control method”) can be assumed.
JP-A-7-212736 JP 2004-38642 A

しかしながら、かかる給電制御方式を前述のプログラム転送方式と合わせて採用した携帯端末を考えると、サブCPUが担う付加的機能に係る処理の実行必要時において、その処理を行うためのプログラムが不揮発性メモリから読み出されてサブCPUの専用メモリである揮発性メモリに記録されてから漸くサブCPUによりそのプログラムを実行し始めることができるため、付加的機能に係る処理の実行が遅延してしまう。従って、携帯端末のユーザは、その付加的機能の実行を要求する操作をしてからその機能に係る処理が実行され始まるまで、しばらく待たなければならなくなる。   However, when considering a portable terminal that employs such a power supply control method in combination with the above-described program transfer method, when a process related to an additional function performed by the sub CPU is required, a program for performing the process is a non-volatile memory. Since the sub CPU can gradually start executing the program after the data is read from and recorded in the volatile memory that is the dedicated memory of the sub CPU, the execution of the processing related to the additional function is delayed. Therefore, the user of the mobile terminal has to wait for a while after performing an operation requesting the execution of the additional function until the processing related to the function is started.

そこで、本発明は、かかる問題に鑑みてなされたものであり、特定機能に係る処理の実行を担うサブCPUを含む携帯端末であって、電力消費をある程度抑えるべく少なくとも揮発性メモリへの給電制御を行い、かつ、ユーザが要求する特定機能に係る処理を迅速に実行し始め得る携帯端末を提供することを目的とする。   Therefore, the present invention has been made in view of such problems, and is a portable terminal including a sub CPU that is responsible for executing a process related to a specific function, and controls power supply to at least a volatile memory in order to reduce power consumption to some extent. An object of the present invention is to provide a portable terminal that can perform a process related to a specific function requested by a user and can quickly start the process.

上記課題を解決するために、本発明に係る携帯端末は、揮発性メモリと、前記揮発性メモリに接続されているプログラム実行手段と、特定機能実行用プログラムを記憶している記憶手段と、特定機能の実行を要求するユーザ操作を検知する検知手段と、前記揮発性メモリへ電力が供給されていない場合において特定機能の実行を要求するユーザ操作が検知された時には前記揮発性メモリへの電力の供給を開始し、特定機能の実行終了に係る所定条件が満たされた時から所定時間経過後に前記揮発性メモリへの電力供給を停止する電力供給制御手段と、前記電力供給制御手段による前記揮発性メモリへの電力供給の開始時に、特定機能実行用プログラムを前記記憶手段から読み出して前記揮発性メモリに記録する記録手段と、前記記録手段による前記記録が完了した時、及び、前記揮発性メモリへ電力が供給されている場合において特定機能の実行を要求するユーザ操作が検知された時に、前記プログラム実行手段に前記特定機能実行用プログラムの実行を開始させる実行制御手段とを備えることを特徴とする。   In order to solve the above problems, a mobile terminal according to the present invention includes a volatile memory, a program execution unit connected to the volatile memory, a storage unit storing a program for executing a specific function, and a specific Detecting means for detecting a user operation that requests execution of a function; and when power is not supplied to the volatile memory, when a user operation that requests execution of a specific function is detected, power of the volatile memory is detected. Power supply control means for starting supply and stopping power supply to the volatile memory after a predetermined time has elapsed from when a predetermined condition relating to completion of execution of the specific function is satisfied; and the volatile property by the power supply control means A recording unit that reads a program for executing a specific function from the storage unit and records it in the volatile memory at the start of power supply to the memory; and When the recording is completed, and when a user operation requesting execution of the specific function is detected when power is supplied to the volatile memory, the program execution unit executes the program for executing the specific function. Execution control means for starting the process.

上述の構成によって、本発明に係る携帯端末は、例えばユーザによる特定機能の実行停止要求を示す操作がなされた時等、特定機能の実行終了に係る所定条件が満たされた時から、所定時間の経過後に、揮発性メモリへの電力供給を停止するため、その所定時間経過後においては携帯端末の消費電力は小さくなり、また、ユーザが特定機能の実行を要求する操作をその所定時間経過より前に行った場合においては、その操作時に、特定機能実行用プログラムの揮発性メモリへの記録つまり転送がなされず即座に特定機能実行用プログラムが実行開始されるので、ユーザは早いレスポンスの恩恵を受けることができるようになる。   With the above-described configuration, the mobile terminal according to the present invention can be used for a predetermined time from when a predetermined condition related to the end of execution of the specific function is satisfied, for example, when an operation indicating a request to stop execution of the specific function is performed by the user Since the power supply to the volatile memory is stopped after the elapse of time, the power consumption of the mobile terminal is reduced after the elapse of the predetermined time, and the user requests an operation for executing the specific function before the elapse of the predetermined time. When the operation is performed, the specific function execution program is not recorded in the volatile memory, that is, transferred, and the execution of the specific function execution program is started immediately, so that the user benefits from a quick response. Will be able to.

なお、ユーザに特定機能の実行を要求させしめた要因が短い時間ではあまり変化しないものである場合には、ユーザがある程度の時間間隔を空けて複数回続けて特定機能の実行を要求する可能性はある程度高いと言える。例えば特定機能が、カメラで撮影された都度画像処理を行うようなカメラ機能であれば、撮影対象となる事物の多い観光地等にユーザが居る場合には、ユーザは特定機能の実行要求と停止指示とを複数回繰り返す可能性はある程度高いと言える。従って所定時間を特定機能との関係に鑑みて適切に設定しておけば、携帯端末の消費電力削減と特定機能の実行開始時のレスポンスの向上とをバランスよく実現することができるようになる。例えば、特定機能がカメラ機能である場合に所定時間を仮に5分としていたならば、ユーザが5分に満たない時間間隔を空けて複数回撮影するようなときにおいてはユーザがカメラ機能の実行開始を要求してからのレスポンスが迅速なものとなり、ユーザが撮影のチャンスを逃すことが防止できるようになり、その上、ユーザが撮影終了してから5分よりも長い間、再度の撮影をしないようなときには、揮発性メモリへの電力供給が停止され携帯端末の消費電力が抑制されるようになる。   In addition, when the factor that requested the user to execute the specific function does not change so much in a short time, the user may request the execution of the specific function continuously several times with a certain time interval. Is somewhat high. For example, if the specific function is a camera function that performs image processing every time a camera is photographed, if the user is in a sightseeing spot where there are many things to be photographed, the user will stop and request the execution of the specific function. It can be said that the possibility of repeating the instruction multiple times is high to some extent. Therefore, if the predetermined time is appropriately set in view of the relationship with the specific function, it is possible to achieve a balanced balance between reducing the power consumption of the mobile terminal and improving the response at the start of execution of the specific function. For example, if the specific function is a camera function and the predetermined time is assumed to be 5 minutes, the user starts to execute the camera function when shooting a plurality of times at intervals of less than 5 minutes. The response from the request is quick, and the user can be prevented from missing the shooting opportunity. In addition, the user does not shoot again for more than 5 minutes after the user finishes shooting. In such a case, the power supply to the volatile memory is stopped and the power consumption of the portable terminal is suppressed.

ここで、前記携帯端末は、第1CPU及び第2CPUを備えており、前記記憶手段は、第1CPUに接続された不揮発性メモリであって、更に第1CPU用プログラムを記憶しており、前記揮発性メモリは第1CPUとも接続されており、前記検知手段、前記電力供給制御手段、前記記録手段及び前記実行制御手段のそれぞれの機能の一部は、前記第1CPU用プログラムの第1CPUによる実行を通じて実現され、第1CPUは、前記記録手段に係る記録の機能を実現するために当該記録の最中に限って前記揮発性メモリにアクセスするものであり、前記プログラム実行手段は、第1CPUと接続されている第2CPUであることとしてもよい。   Here, the portable terminal includes a first CPU and a second CPU, the storage means is a nonvolatile memory connected to the first CPU, further stores a program for the first CPU, and the volatile The memory is also connected to the first CPU, and some of the functions of the detection means, the power supply control means, the recording means, and the execution control means are realized through execution of the first CPU program by the first CPU. The first CPU accesses the volatile memory only during the recording in order to realize the recording function related to the recording means, and the program execution means is connected to the first CPU. It may be the second CPU.

これにより、電力供給を絶っても記憶内容を保持する不揮発性メモリに第1CPU用のプログラムも第2CPU用のプログラムも格納されているので、携帯端末の全ての機能の実行が不要なときには携帯端末全体の電源をオフにしていてもよく、電源をオンにした後では、第1CPUはその不揮発性メモリ内のプログラムを実行することができ、また、第2CPUは、第1CPUによって不揮発性メモリから揮発性メモリに転送された特定機能実行用プログラムを実行することができる。なお、第1CPUはその転送の最中にのみ揮発性メモリにアクセスするため、第2CPUが特定機能実行用プログラムを実行している最中には第1CPUとの間での揮発性メモリへのアクセス競合は生じないため、第2CPUは高速に特定機能実行用プログラムを実行することができる。   Thereby, since the program for the first CPU and the program for the second CPU are stored in the nonvolatile memory that retains the stored contents even when the power supply is cut off, the portable terminal is used when it is not necessary to execute all the functions of the portable terminal. The entire power supply may be turned off. After the power supply is turned on, the first CPU can execute a program in the nonvolatile memory, and the second CPU volatilizes from the nonvolatile memory by the first CPU. The specific function execution program transferred to the volatile memory can be executed. Since the first CPU accesses the volatile memory only during the transfer, the volatile memory is accessed with the first CPU while the second CPU is executing the specific function execution program. Since no competition occurs, the second CPU can execute the specific function execution program at high speed.

また、前記電力供給制御手段は、更に、特定機能の実行を要求するユーザ操作が検知された時には第2CPUへの電力の供給を開始し、前記所定条件が満たされた時に第2CPUへの電力供給を停止することとしてもよい。
これにより、特定機能を担う第2CPUについての電力供給制御も行うため、特定機能の実行が不要なときにおける携帯端末の電力消費量を更に低減することができるようになる。また、第2CPUへの電力供給停止は、揮発性メモリへの電力供給停止より所定時間早く行われるので、単純に第2CPUへの電力供給停止時期を揮発性メモリへの電力供給停止時期と合わせた場合に比べて一層電力消費を抑えることができるようになる。
The power supply control means further starts supplying power to the second CPU when a user operation requesting execution of the specific function is detected, and supplies power to the second CPU when the predetermined condition is satisfied. It is good also as stopping.
Thereby, since power supply control is performed for the second CPU that bears the specific function, it is possible to further reduce the power consumption of the portable terminal when it is not necessary to execute the specific function. In addition, since the power supply stop to the second CPU is performed for a predetermined time earlier than the power supply stop to the volatile memory, the power supply stop time to the second CPU is simply matched with the power supply stop time to the volatile memory. Compared with the case, the power consumption can be further reduced.

また、前記検知手段は、更に、特定機能の実行停止を要求するユーザ操作、及び特定機能の実行に関連するユーザ操作を検知し、前記所定条件は、特定機能の実行停止を要求するユーザ操作が検知されたこと、又は、特定機能の実行に関連するユーザ操作が最後に検知された時から特定時間が経過したことであることとしてもよい。
ここでの最後に検知された時は、あるユーザ操作から特定時間内に次のユーザ操作がなされた場合には当該次のユーザ操作が検知された時を意味し、また当該次のユーザ操作から特定時間内に更に次のユーザ操作がなされた場合には当該更に次のユーザ操作が検知された時を意味する。
Further, the detection means further detects a user operation requesting the execution stop of the specific function and a user operation related to the execution of the specific function, and the predetermined condition is that the user operation requesting the stop of the execution of the specific function is performed. It may be that the specific time has elapsed since the last detection of the user operation related to the execution of the specific function.
The last time detected here means that when the next user operation is performed within a specific time from a certain user operation, the next user operation is detected. If the next user operation is performed within a specific time, it means that the next user operation is detected.

これにより、特定機能の実行停止を要求する操作をユーザがした場合と、特定機能に関連する操作をユーザがしなくなってから特定時間が経過した場合とにおいて、第2CPUへの電力供給停止が行われ、電力消費が抑制されるようになる。即ち、ユーザにとって特定機能の実行が不要となったときにおいてユーザが特定機能の実行停止を要求する操作を行うのを忘れていた場合においても、電力消費が抑制されるようになる。   As a result, the power supply to the second CPU is stopped when the user performs an operation requesting to stop the execution of the specific function and when the specific time has elapsed since the user stopped performing the operation related to the specific function. Power consumption is reduced. That is, even when the user no longer needs to execute the specific function, the power consumption is suppressed even when the user forgets to perform an operation for requesting the execution stop of the specific function.

また、前記電力供給制御手段は、更に、特定機能の実行及び実行停止に係る特定基準に基づいて第2CPUへの電力の供給と供給停止とを切り替える制御を行い、前記所定条件は、前記電力供給制御手段により前記第2CPUへの電力の供給が停止されたことであることとしてもよい。
これにより、特定機能の実行が不要な時に第2CPUへの電力供給を停止して携帯端末の電力消費を抑制することができ、その後の所定時間中は揮発性メモリへの電力供給を継続するので、その所定時間内に特定機能の実行が再び必要とされた場合には、特定機能実行用プログラムの転送を行わずに迅速に特定機能の実行を行うことができるようになる。
Further, the power supply control means further performs control for switching between supply and stop of power supply to the second CPU based on a specific standard related to execution and stop of the specific function, and the predetermined condition is the power supply The supply of power to the second CPU may be stopped by the control means.
As a result, when the execution of the specific function is unnecessary, the power supply to the second CPU can be stopped to suppress the power consumption of the portable terminal, and the power supply to the volatile memory is continued for a predetermined time thereafter. When the execution of the specific function is required again within the predetermined time, the specific function can be quickly executed without transferring the specific function execution program.

また、前記携帯端末は、電池を内蔵する携帯電話機であり、第1CPUは、更に、前記第1CPU用プログラムの一部を実行することにより電話受信を待ち受けるための制御を含む通信制御を行い、前記特定機能は、映像又は音声に関する機能であり、前記特定機能実行用プログラムは、映像又は音声に関するデータの処理を行うためのプログラムであり、前記電力供給制御手段は、前記電池から前記揮発性メモリまでの電力伝達経路を遮断することにより前記揮発性メモリへの電力供給を停止し、当該電力伝達経路の遮断を止めることにより前記揮発性メモリへの電力の供給の開始を行うこととしてもよい。   The mobile terminal is a mobile phone with a built-in battery, and the first CPU further performs communication control including control for waiting for telephone reception by executing a part of the first CPU program, The specific function is a function related to video or audio, the specific function execution program is a program for processing data related to video or audio, and the power supply control means includes the battery to the volatile memory. The power supply path to the volatile memory may be stopped by cutting off the power transmission path, and the supply of power to the volatile memory may be started by stopping the power transmission path from being cut off.

これにより、携帯端末である携帯電話機は、映像又は音声に関連するデータ処理機能を第2CPUにより高速に実現し得るとともに、内蔵する電池を比較的長持ちさせることができるようになる。
また、前記携帯端末は、更に、携帯端末の外部からプログラムを受信して前記不揮発性メモリ内に記録する受信記録手段を備えることとしてもよい。
As a result, the mobile phone that is a mobile terminal can realize a data processing function related to video or audio at high speed by the second CPU, and can make the built-in battery relatively long lasting.
The portable terminal may further include a reception recording unit that receives a program from the outside of the portable terminal and records the program in the nonvolatile memory.

これにより、特定機能実行用プログラムがバージョンアップされた場合等において外部からそのプログラムを取得して利用することができるようになる。
また、前記検知手段は、更に、特定機能の実行停止を要求するユーザ操作を検知し、前記所定条件は、特定機能の実行停止を要求するユーザ操作が検知されたことであることとしてもよい。
As a result, when the specific function execution program is upgraded, the program can be acquired and used from the outside.
The detection unit may further detect a user operation requesting to stop execution of the specific function, and the predetermined condition may be that a user operation requesting to stop execution of the specific function is detected.

これにより、特定機能の実行停止を要求する操作をユーザがした場合に、その後の所定時間内は揮発性メモリへの電力供給は継続され、所定時間経過後にその電力供給は停止されるので、ユーザは、特定機能の実行が不要になった時に単純に特定機能の実行停止を要求する操作をしておくだけで、その所定時間後に揮発性メモリへの電力供給の停止を自ら指示しなくても、省電力制御がなされる恩恵を受けることができ、また、ユーザは、所定時間内に再度特定機能の実行要求に係る操作をした場合に迅速なレスポンスを得ることができるようになる。   As a result, when the user performs an operation requesting to stop the execution of the specific function, the power supply to the volatile memory is continued for a predetermined time thereafter, and the power supply is stopped after the predetermined time has elapsed. Does not need to instruct itself to stop the power supply to the volatile memory after a predetermined time, simply by performing an operation to request the execution of the specific function when it is no longer necessary. The user can benefit from the power saving control, and the user can obtain a quick response when performing an operation related to the execution request for the specific function again within a predetermined time.

また、前記検知手段は、更に、特定機能の実行に関連するユーザ操作を検知し、前記所定条件は、特定機能の実行に関連するユーザ操作が最後に検知された時であることとしてもよい。
ここでの最後に検知された時は、あるユーザ操作から所定時間内に次のユーザ操作がなされた場合には当該次のユーザ操作が検知された時を意味し、また当該次のユーザ操作から所定時間内に更に次のユーザ操作がなされた場合には当該更に次のユーザ操作が検知された時を意味する。
The detection unit may further detect a user operation related to the execution of the specific function, and the predetermined condition may be when a user operation related to the execution of the specific function is last detected.
The last detected time here means that when the next user operation is performed within a predetermined time from a certain user operation, the next user operation is detected. If the next user operation is performed within a predetermined time, it means the time when the next user operation is detected.

これにより、ユーザは、特に特定機能の実行停止を要求する操作を行わなくても、特定機能に関する操作をしないだけで、電力消費が抑制されるようになる。
また、前記携帯端末は、電池を内蔵する携帯電話機であり、前記電力供給制御手段は、前記電池から前記揮発性メモリまでの電力伝達経路を遮断することにより前記揮発性メモリへの電力供給を停止し、当該電力伝達経路の遮断を止めることにより前記揮発性メモリへの電力の供給の開始を行うこととしてもよい。
Thereby, even if the user does not particularly perform an operation for requesting the execution stop of the specific function, the power consumption is suppressed only by not performing the operation regarding the specific function.
Further, the mobile terminal is a mobile phone incorporating a battery, and the power supply control means stops power supply to the volatile memory by cutting off a power transmission path from the battery to the volatile memory. Then, the supply of power to the volatile memory may be started by stopping the interruption of the power transmission path.

これにより、携帯端末である携帯電話機は、内蔵する電池を比較的長持ちさせることができるようになる。
また、本発明に係る制御プログラムは、特定機能実行用プログラムを記憶している記憶手段と揮発性メモリとメインCPUとサブCPUとを備える携帯端末におけるメインCPUに電力制御処理を実行させるための制御プログラムであって、前記電力制御処理は、特定機能の実行を要求するユーザ操作を検知する検知ステップと、前記揮発性メモリへ電力が供給されていない場合において特定機能の実行を要求するユーザ操作が検知された時には前記揮発性メモリへの電力の供給を開始し、特定機能の実行終了に係る所定条件が満たされた時から所定時間経過後に前記揮発性メモリへの電力供給を停止する電力供給制御ステップと、前記電力供給制御ステップによる前記揮発性メモリへの電力供給の開始時に、特定機能実行用プログラムを前記記憶手段から読み出して前記揮発性メモリに記録する記録ステップと、前記記録ステップによる前記記録が完了した時、及び、前記揮発性メモリへ電力が供給されている場合において特定機能の実行を要求するユーザ操作が検知された時に、前記サブCPUに前記特定機能実行用プログラムの実行を開始させる実行制御ステップとを含むことを特徴とする。
Thereby, the mobile phone which is a mobile terminal can be made to have a relatively long battery.
The control program according to the present invention is a control for causing a main CPU in a portable terminal having a storage unit storing a program for executing a specific function, a volatile memory, a main CPU, and a sub CPU to execute power control processing. The power control process includes: a detection step for detecting a user operation requesting execution of a specific function; and a user operation requesting execution of the specific function when power is not supplied to the volatile memory. Power supply control that starts supplying power to the volatile memory when detected, and stops supplying power to the volatile memory after a predetermined time has elapsed since a predetermined condition related to completion of execution of a specific function is satisfied And when the power supply control step starts power supply to the volatile memory, A recording step of reading from the storage means and recording in the volatile memory; a user who requests execution of a specific function when the recording by the recording step is completed and when power is supplied to the volatile memory And an execution control step for causing the sub CPU to start execution of the specific function execution program when an operation is detected.

この制御プログラムが携帯端末のメモリに格納されてメインCPUにより実行されることにより、その携帯端末は、特定機能の実行終了に係る所定条件が満たされた時から、所定時間の経過後に、揮発性メモリへの電力供給を停止するため、その所定時間経過後においては携帯端末の消費電力は小さくなり、また、ユーザが特定機能の実行を要求する操作をその所定時間経過より前に行った場合においては、その操作時に、特定機能実行用プログラムの揮発性メモリへの記録つまり転送がなされず即座に特定機能実行用プログラムがサブCPUにより実行開始されるので、ユーザは早いレスポンスの恩恵を受けることができるようになる。   When this control program is stored in the memory of the mobile terminal and executed by the main CPU, the mobile terminal becomes volatile after a predetermined time elapses from when a predetermined condition for completion of execution of the specific function is satisfied. Since the power supply to the memory is stopped, the power consumption of the mobile terminal becomes small after the predetermined time has elapsed, and when the user performs an operation requesting the execution of the specific function before the predetermined time has elapsed. At the time of the operation, the specific function execution program is not recorded or transferred to the volatile memory, but the specific function execution program is immediately started to be executed by the sub CPU, so that the user can benefit from quick response. become able to.

以下、本発明の実施形態に係る携帯電話機について説明する。
<構成>
図1は、本発明の実施形態に係る携帯電話機の構成図である。
同図に示すように、携帯電話機100は、メインCPU110、サブCPU115、電池130、SW(Switch)131、RAM(Random Access Memory)140、フラッシュメモリ141、RAM142、SW145、タイマ150、キー群161、LCD(Liquid Crystal Display)162、通信部171、カメラ部172及びデータ入力I/F(Interface)173を備える。
Hereinafter, a mobile phone according to an embodiment of the present invention will be described.
<Configuration>
FIG. 1 is a configuration diagram of a mobile phone according to an embodiment of the present invention.
As shown in the figure, the mobile phone 100 includes a main CPU 110, a sub CPU 115, a battery 130, a SW (Switch) 131, a RAM (Random Access Memory) 140, a flash memory 141, a RAM 142, a SW 145, a timer 150, a key group 161, An LCD (Liquid Crystal Display) 162, a communication unit 171, a camera unit 172, and a data input I / F (Interface) 173 are provided.

ここで、メインCPU110は、電話の待ち受け制御を含む電話通信制御の実行の他に、ユーザによる入力操作の受け付けや入力操作に応じた携帯電話の一般的機能の実現を担い、また、サブCPU115を制御するCPUである。このメインCPUは、通常はRAM140及びフラッシュメモリ141にアクセスし、一時的にのみRAM142にアクセスする。   Here, the main CPU 110, in addition to executing telephone communication control including telephone standby control, is responsible for accepting input operations by the user and realizing general functions of the mobile phone in accordance with the input operations. CPU to control. The main CPU normally accesses the RAM 140 and the flash memory 141, and accesses the RAM 142 only temporarily.

サブCPU115は、カメラ部172から送られる信号の符号化、圧縮等の画像データ処理機能の実現を担うCPUであり、RAM142にのみアクセスする。なお、サブCPU115とメインCPU110は信号線で接続されており、相互にデータを交換することができ、またメインCPU110からサブCPU115にリセット信号等の制御信号を与えることができる。   The sub CPU 115 is a CPU responsible for realizing an image data processing function such as encoding and compression of a signal sent from the camera unit 172, and accesses only the RAM 142. Note that the sub CPU 115 and the main CPU 110 are connected by a signal line and can exchange data with each other, and a control signal such as a reset signal can be given from the main CPU 110 to the sub CPU 115.

電池130は、携帯電話機100内の各部に電力を供給する電池である。なお、図1では便宜上、電池130がSW131を介してサブCPU115及びRAM142と接続されていることのみを表したが、電池130は、他の各部、例えばCPU110、RAM140、カメラ部172等とも接続されている。
RAM140は、メインCPU110が、データを読み書きするために用いる16メガバイトの揮発性メモリであり、フラッシュメモリ141は、メインCPUが読み出して実行するためのプログラムを格納している32メガバイトの不揮発性メモリである。また、RAM142は、サブCPU115が、読み出して実行するためのプログラムが格納されるものであり、また、サブCPU115がデータを読み書きするために用いる16メガバイトの揮発性のDRAMである。なお、SW145は、メインCPU110がプログラムをRAM142に書き込む必要がある場合にのみメインCPU110からRAM142がアクセス可能になるようにメインCPU110により制御されるスイッチである。
The battery 130 is a battery that supplies power to each unit in the mobile phone 100. For the sake of convenience, FIG. 1 only shows that the battery 130 is connected to the sub CPU 115 and the RAM 142 via the SW 131, but the battery 130 is also connected to other units such as the CPU 110, the RAM 140, and the camera unit 172. ing.
The RAM 140 is a 16-megabyte volatile memory used by the main CPU 110 for reading and writing data, and the flash memory 141 is a 32-megabyte non-volatile memory storing a program to be read and executed by the main CPU. is there. The RAM 142 stores a program to be read and executed by the sub CPU 115, and is a 16 megabyte volatile DRAM used by the sub CPU 115 to read and write data. The SW 145 is a switch controlled by the main CPU 110 so that the main CPU 110 can access the RAM 142 only when the main CPU 110 needs to write a program to the RAM 142.

タイマ150は、メインCPU110の制御下で、時間の経過を計測する機能を有する。
キー群161は、携帯電話機100の筐体表面に配されたテンキーその他のキーであり、カメラ機能の開始キー及び停止キーや、カメラ機能に関連したユーザの各種操作を受け付けるための各種キーを含む。
The timer 150 has a function of measuring the passage of time under the control of the main CPU 110.
The key group 161 is a numeric keypad and other keys arranged on the surface of the casing of the mobile phone 100, and includes a start key and a stop key for the camera function, and various keys for accepting various user operations related to the camera function. .

LCD162は、ユーザ操作に応じてメインCPU110が処理を実行した結果として生成された画像を表示し、また、サブCPU115から伝えられるカメラで撮像された画像を表示する機能を有する。
通信部171は、アンテナと接続されており、メインCPU110の制御下で、所定の携帯電話の通信プロトコルに従って無線通信を行うための信号処理回路、変復調回路、ベースバンド処理回路等を含む。
The LCD 162 has a function of displaying an image generated as a result of the processing executed by the main CPU 110 in response to a user operation, and displaying an image captured by the camera transmitted from the sub CPU 115.
The communication unit 171 is connected to an antenna and includes a signal processing circuit, a modulation / demodulation circuit, a baseband processing circuit, and the like for performing wireless communication in accordance with a predetermined mobile phone communication protocol under the control of the main CPU 110.

カメラ部172は、レンズやCCD(Charge Coupled Devices)を含み、撮像で得られる画像信号をサブCPU115に伝達する機能を有する。
また、データ入力I/F173は、バージョンアップされたプログラム等のデータを外部から携帯電話機100に取り込むためのインタフェースである。
<データ>
図2は、フラッシュメモリ141に記憶されているプログラムを示す図である。
The camera unit 172 includes a lens and a charge coupled device (CCD), and has a function of transmitting an image signal obtained by imaging to the sub CPU 115.
The data input I / F 173 is an interface for taking in data such as upgraded programs into the mobile phone 100 from the outside.
<Data>
FIG. 2 is a diagram showing a program stored in the flash memory 141.

同図に示すように、フラッシュメモリ141には、予め制御プログラム201及びカメラ処理プログラム202が記憶されており、そのうちカメラ処理プログラム202は、RAM142に電力が供給され始めた際にそのRAM142へとメインCPU110によりコピーされる。
なお、制御プログラム201は、電話待ち受け制御を含む電話通信を行うための電話通信制御プログラムや、RAM142及びサブCPU115への給電制御を行うための電力制御プログラム等を含んでおり、メインCPU110によりフラッシュメモリ141から読み出されて実行されるプログラムである。
As shown in the figure, a control program 201 and a camera processing program 202 are stored in advance in the flash memory 141, and the camera processing program 202 is stored in the RAM 142 when power is supplied to the RAM 142. Copyed by the CPU 110.
The control program 201 includes a telephone communication control program for performing telephone communication including telephone standby control, a power control program for performing power supply control to the RAM 142 and the sub CPU 115, and the like. 141 is a program that is read from 141 and executed.

また、カメラ処理プログラム202は、カメラ部172から送られる信号の符号化、圧縮等の画像データ処理を行い、画像データを生成してLCD162に表示させる等のためのプログラムであり、サブCPU115によりRAM142から読み出されて実行されるプログラムである。
<動作>
以下、上述の構成を備える携帯電話機100の動作について説明する。
The camera processing program 202 is a program for performing image data processing such as encoding and compression of a signal sent from the camera unit 172, generating image data, and displaying the image data on the LCD 162. It is a program that is read from and executed.
<Operation>
Hereinafter, the operation of the mobile phone 100 having the above-described configuration will be described.

図3は、携帯電話機100のメインCPU110による基本的な制御動作を示すフローチャートである。
メインCPU110は、フラッシュメモリ141に記憶されている制御プログラム201を読み出して実行することにより、基本的に図3に示す処理を行う。なお、CPU110は、いわゆるマルチタスク制御等により、カメラ機能がない一般的な携帯電話における従来同様の処理ステップS11と、カメラ機能の実行に付随する処理ステップS21〜S33とを擬似並行的に実行するものとする。
FIG. 3 is a flowchart showing a basic control operation by the main CPU 110 of the mobile phone 100.
The main CPU 110 basically performs the processing shown in FIG. 3 by reading and executing the control program 201 stored in the flash memory 141. Note that the CPU 110 executes, in a pseudo-parallel manner, processing steps S11 similar to those in a conventional mobile phone having no camera function and processing steps S21 to S33 associated with the execution of the camera function by so-called multitask control or the like. Shall.

まず、メインCPU110は、ユーザによるカメラ機能の開始キーの操作を検知すると(ステップS21)、SW131を制御して、電池130からの電力がサブCPU115側のRAM142に供給されるようにする(ステップS22)。なお、図3に示す制御動作の開始前においては、SW131は、電池130からサブCPU115への電力供給経路、及び電池130からRAM142への電力供給経路を遮断している。   First, when the main CPU 110 detects an operation of a camera function start key by the user (step S21), the main CPU 110 controls the SW 131 so that the power from the battery 130 is supplied to the RAM 142 on the sub CPU 115 side (step S22). ). Before the start of the control operation shown in FIG. 3, the SW 131 blocks the power supply path from the battery 130 to the sub CPU 115 and the power supply path from the battery 130 to the RAM 142.

RAM142への電力供給が開始された後に、メインCPU110は、SW145を制御してRAM142へのアクセスを可能にした上で、フラッシュメモリ141内のカメラ処理プログラム202を読み出して、RAM142に書き込み、その後SW145を制御してメインCPU110とRAM142とを結ぶデータ伝送経路を遮断する(ステップS23)。   After the power supply to the RAM 142 is started, the main CPU 110 controls the SW 145 to enable access to the RAM 142, reads the camera processing program 202 in the flash memory 141, writes the camera processing program 202 in the RAM 142, and then switches to the SW 145. And the data transmission path connecting the main CPU 110 and the RAM 142 is blocked (step S23).

RAM142にカメラ処理プログラム202を格納した後に、メインCPU110は、サブCPU115にリセット信号を与えておき、SW131を制御して、電池130からの電力がサブCPU115に供給されるようにし、その後、例えば100ミリ秒間等と電力供給の安定するまで待ってリセット信号を解除することによりサブCPU115を起動し、カメラ処理プログラムの実行を開始させる(ステップS24)。なお、サブCPU115は、起動した際に、RAM142の所定アドレスからプログラムを読み出して実行するように予め設定されたものであり、メインCPU110は、そのRAM142の所定アドレスにカメラ処理プログラムを記録した後にサブCPU115を起動することにより、サブCPU115にカメラ処理プログラムの実行を開始させることができる。   After storing the camera processing program 202 in the RAM 142, the main CPU 110 gives a reset signal to the sub CPU 115 and controls the SW 131 so that the power from the battery 130 is supplied to the sub CPU 115. The sub CPU 115 is activated by releasing the reset signal after waiting for milliseconds or the like to stabilize the power supply, and the execution of the camera processing program is started (step S24). The sub CPU 115 is set in advance to read and execute a program from a predetermined address in the RAM 142 when the sub CPU 115 is activated. The main CPU 110 records the camera processing program at the predetermined address in the RAM 142 and then executes the sub CPU 115. By starting the CPU 115, the sub CPU 115 can start executing the camera processing program.

サブCPU115を起動した後に、メインCPU110は、タイマ150に所定時間Taの経過を計測させるための設定を行い、タイマ150に計時をスタートさせる(ステップS25)。なお、所定時間Taは例えば1分間である。その後、所定時間Taが経過したことの通知をタイマ150から受けるか(ステップS26)、ユーザによるカメラ機能の停止キーの操作が検出された場合には(ステップS27)、メインCPU110は、SW131を制御して、電池130からサブCPU115への電力供給経路を遮断することにより、サブCPU115への電力供給を停止する(ステップS29)。   After starting the sub CPU 115, the main CPU 110 makes settings for causing the timer 150 to measure the elapse of the predetermined time Ta, and starts the timer 150 to measure time (step S25). The predetermined time Ta is, for example, 1 minute. Thereafter, a notification that the predetermined time Ta has elapsed is received from the timer 150 (step S26), or when the operation of the stop key of the camera function by the user is detected (step S27), the main CPU 110 controls the SW 131. Then, the power supply path from the battery 130 to the sub CPU 115 is interrupted to stop the power supply to the sub CPU 115 (step S29).

また、ステップS25による計時のスタート後であって、所定時間Taが経過する前に(ステップS26)、ユーザによりカメラ機能の停止キーが操作されずに(ステップS27)、ユーザによりカメラ機能に関連する各種キーが操作されたことが検知された場合には(ステップS28)、メインCPU110は、その各種キーの操作の旨をサブCPU115に伝え、また、タイマ150に所定時間Taの経過を計測させるためのデータを再度設定し、タイマ150にまた最初から計時をスタートさせる(ステップS25)。なお、サブCPU115は、各種キーの操作の旨が伝えられるとその操作に応じて必要な処理を行う。例えば、ズームアップのキーの操作の旨が伝えられると、カメラにより撮像され生成した画像データを拡大してLCD162に表示するような処理を行う。   Further, after the start of the time measurement in step S25 and before the predetermined time Ta has elapsed (step S26), the user does not operate the stop key of the camera function (step S27), and the user relates to the camera function. When it is detected that various keys have been operated (step S28), the main CPU 110 notifies the sub CPU 115 of the operation of the various keys, and causes the timer 150 to measure the elapse of the predetermined time Ta. The data is set again, and the timer 150 starts counting again from the beginning (step S25). When the sub CPU 115 is notified of the operation of various keys, the sub CPU 115 performs necessary processing according to the operation. For example, when a zoom-in key operation is notified, the image data captured and generated by the camera is enlarged and displayed on the LCD 162.

従って、ステップS25〜S28により、カメラ機能の開始キーやカメラ機能に関する各種キーが最後に操作された時から所定時間Taだけ経過した時、或いはカメラ機能の停止キーが操作された時に、サブCPU115への電力供給が停止されるようになる。
サブCPU115への電力供給が停止された後、メインCPU110は、タイマ150に所定時間Tbの経過を計測させるための設定を行い、タイマ150に計時をスタートさせる(ステップS30)。なお、所定時間Tbは例えば5分間である。その後、所定時間Tbが経過したことの通知をタイマ150から受けると(ステップS31)、メインCPU110は、SW131を制御して、電池130からRAM142への電力供給経路を遮断することにより、RAM142への電力供給を停止し(ステップS33)、再びユーザによりカメラ機能の開始キーの操作がなされるまで(ステップS21)、RAM142への電力供給を停止したままにする。
Accordingly, in steps S25 to S28, when the predetermined time Ta has elapsed from when the camera function start key or various keys related to the camera function are last operated, or when the camera function stop key is operated, the process proceeds to the sub CPU 115. The power supply is stopped.
After the power supply to the sub CPU 115 is stopped, the main CPU 110 performs setting for causing the timer 150 to measure the elapse of the predetermined time Tb, and starts the timer 150 to measure time (step S30). The predetermined time Tb is, for example, 5 minutes. After that, when the notification that the predetermined time Tb has elapsed is received from the timer 150 (step S31), the main CPU 110 controls the SW 131 to shut off the power supply path from the battery 130 to the RAM 142, thereby supplying the RAM 142 to the RAM 142. The power supply is stopped (step S33), and the power supply to the RAM 142 is stopped until the user again operates the camera function start key (step S21).

また、ステップS30による計時のスタート後であって、所定時間Tbが経過する前に(ステップS31)、ユーザによりカメラ機能の開始キーの操作がなされた場合には(ステップS32)、既にRAM142には電力が供給されたままであるため、メインCPU110は、あらためてRAM142へのカメラ処理プログラムの転送を行うことなく、サブCPU115に電力の供給を開始するようSW131を制御して、サブCPU115にカメラ処理プログラムの実行を開始させる(ステップS24)。   If the user operates the start key of the camera function (step S32) after the start of time measurement in step S30 and before the predetermined time Tb has elapsed (step S31), the RAM 142 has already been stored in the RAM 142. Since the power remains supplied, the main CPU 110 controls the SW 131 so as to start supplying power to the sub CPU 115 without transferring the camera processing program to the RAM 142 again. Execution is started (step S24).

なお、上述した処理以外に、メインCPU110は、ユーザによる特定のキー操作に応じて、データ入力I/F173を介して外部から、バージョンアップされた制御プログラムやカメラ処理プログラムを取り込んでフラッシュメモリ141に記録する処理等を実行する。
以下、携帯電話機100におけるメインCPU110により実行されるサブCPU115及びRAM142への電力供給制御を、具体例に即して説明する。
In addition to the processing described above, the main CPU 110 takes in the upgraded control program and camera processing program from the outside via the data input I / F 173 in response to a specific key operation by the user, and stores it in the flash memory 141. Execute the recording process.
Hereinafter, power supply control to the sub CPU 115 and the RAM 142 executed by the main CPU 110 in the mobile phone 100 will be described based on a specific example.

図4は、サブCPU側のRAMとサブCPUとに対する電力供給制御を示すタイムチャートである。なお、同図では、ONと付記した実線により、電力が供給されている期間を表現している。
ここでは、同図中の時刻t1及び時刻t4は、ユーザがカメラ機能の開始キーを操作した時刻を示し、時刻t3及び時刻t5は、ユーザがカメラ機能の停止キーを操作した時刻を示すことを前提として説明する。
FIG. 4 is a time chart showing power supply control for the RAM and the sub CPU on the sub CPU side. In the figure, a period during which power is supplied is represented by a solid line labeled ON.
Here, time t1 and time t4 in the figure indicate the time when the user operated the camera function start key, and time t3 and time t5 indicate the time when the user operated the camera function stop key. This will be explained as a premise.

まず、携帯電話機100の電源キーがユーザにより操作されて携帯電話機100のメインCPUが起動した後、時刻t1において、ユーザによりカメラ機能の実行要求を示す開始キーの操作がなされるまでの間においては、サブCPU115及びRAM142には電力は供給されていない。
メインCPU110は、時刻t1においてカメラ機能の開始キーがユーザに操作されたことを検知し(ステップS21)、RAM142への電力供給を開始させ(ステップS22)、カメラ処理プログラムをRAM142に転送し(ステップS23)、その転送が完了した時刻t2にサブCPU115への電力供給を開始させ、サブCPU115にカメラ処理プログラムを実行させる(ステップS24)。その後、ユーザは、カメラ機能に関する各種キーを操作し、これに応じてサブCPU115の働きによりLCD162には撮像された画像が表示されることになる。
First, after the power key of the mobile phone 100 is operated by the user and the main CPU of the mobile phone 100 is started, until the start key operation indicating the camera function execution request is performed by the user at time t1. The sub CPU 115 and the RAM 142 are not supplied with power.
The main CPU 110 detects that the user has operated the camera function start key at time t1 (step S21), starts supplying power to the RAM 142 (step S22), and transfers the camera processing program to the RAM 142 (step S21). S23), power supply to the sub CPU 115 is started at the time t2 when the transfer is completed, and the camera processing program is executed by the sub CPU 115 (step S24). Thereafter, the user operates various keys related to the camera function, and the captured image is displayed on the LCD 162 by the function of the sub CPU 115 in response to the operation.

その後、ユーザはカメラ機能の実行を終了させたい場合に、停止キーを操作する。メインCPU110は、時刻t3においてカメラ機能の停止キーがユーザに操作されたことを検知し(ステップS27)、サブCPU115への電力供給を停止させ(ステップS29)、タイマ150をスタートさせる(ステップS30)。そして、タイマ150により所定時間Tbの経過が計測される前に、ユーザがあらためてカメラ機能の実行を要求するために開始キーを操作すると、メインCPU110は、時刻t4においてカメラ機能の開始キーがユーザに操作されたことを検知し(ステップS32)、サブCPU115への電力供給を開始して、サブCPU115にカメラ処理プログラムを実行させる(ステップS24)。このときは、ユーザによる開始キーの操作時刻t4の後にステップS23が実行されないため、時刻t4からほとんど遅れることなくサブCPU115によりカメラ処理プログラムが実行されることになり、ユーザ操作に対するレスポンスがよくなる。   Thereafter, the user operates the stop key to end the execution of the camera function. The main CPU 110 detects that the user has operated the camera function stop key at time t3 (step S27), stops the power supply to the sub CPU 115 (step S29), and starts the timer 150 (step S30). . When the user again operates the start key to request execution of the camera function before the elapse of the predetermined time Tb is measured by the timer 150, the main CPU 110 causes the camera function start key to be displayed to the user at time t4. The operation is detected (step S32), the power supply to the sub CPU 115 is started, and the camera processing program is executed by the sub CPU 115 (step S24). At this time, since step S23 is not executed after the start key operation time t4 by the user, the camera processing program is executed by the sub CPU 115 almost without delay from the time t4, and the response to the user operation is improved.

その後、またユーザはカメラ機能の実行を終了させたい場合に、停止キーを操作する。メインCPU110は、時刻t5においてカメラ機能の停止キーがユーザに操作されたことを検知し(ステップS27)、サブCPU115への電力供給を停止させ(ステップS29)、タイマ150をスタートさせる(ステップS30)。そして、タイマ150により所定時間Tbの経過が計測される前にはユーザからカメラ機能の開始キーの操作がなされなかった場合には、所定時間Tbが経過した時刻t6において(ステップS31)、RAM142への電力供給を停止させる(ステップS33)。   Thereafter, when the user wants to end the execution of the camera function, the user operates the stop key. The main CPU 110 detects that the user has operated the camera function stop key at time t5 (step S27), stops the power supply to the sub CPU 115 (step S29), and starts the timer 150 (step S30). . If the user does not operate the start key of the camera function before the timer 150 measures the elapse of the predetermined time Tb, at time t6 when the predetermined time Tb elapses (step S31), the process returns to the RAM 142. Is stopped (step S33).

このように携帯電話機100によれば、所定時間Tbが5分であるとすれば、ユーザはカメラ機能の実行の停止指示に係る操作を行ってから5分経過前にカメラ機能の実行を要求した場合には、5分を超えてカメラ機能の実行を要求した場合に比べて、早いレスポンスの恩恵を受けることができるようになる。
このような携帯電話機100は、実用上、シャッターチャンスを逃さないためにカメラ機能の開始キーを操作してからのレスポンスがよいことが求められるというニーズに応えるものとなる。なお、例えば観光地で撮影を行っている場合等、ユーザが撮影を行う状況においては、一般的に、一度撮影するだけでなく、ある程度の時間間隔は空くが複数回続けて撮影がなされる傾向が強いことに鑑みて、所定時間Tbを適切に設定しておく限りにおいて、このような携帯電話機100は、内蔵の電池130を長持ちさせることと、カメラ機能のレスポンスの向上とをバランスよく実現するものとなる。
<補足>
以上、本発明に係る携帯端末の一実施形態である携帯電話機について説明したが、以下のように変形することもでき、本発明は上述の実施形態で示した携帯電話機100に限られないことは勿論である。
(1)本発明は、本実施形態で示した携帯電話機の他にいわゆるモバイルPC等、電池を内蔵しており複数のCPUを備える携帯端末でありさえすれば適用することができる。
(2)本実施形態では、カメラ機能をサブCPU115が担うこととしたが、これに限らず、サブCPU115がどのような機能を担うこととしてもよく、その機能の実現用のプログラムをメインCPU110が不揮発性メモリからRAM142に転送するような構成であればよい。なお、サブCPU115が担う機能としては、例えば静止画像の他に動画や音声のエンコードや再生等の比較的高速処理が要求される機能が考えられ、このような高速処理が要求される機能をサブCPU115が担う場合に特にサブCPU115用にRAM142を設けていることの有効性が発揮される。
As described above, according to the mobile phone 100, if the predetermined time Tb is 5 minutes, the user requested the camera function to be executed 5 minutes after the operation related to the camera function execution stop instruction. In this case, it is possible to benefit from a quick response as compared with a case where execution of the camera function is requested for more than 5 minutes.
Such a mobile phone 100 meets the needs for practically demanding a good response after operating the start key of the camera function so as not to miss a photo opportunity. In a situation where a user shoots, for example, when shooting at a sightseeing spot, in general, not only shooting once but also a tendency to shoot continuously several times, although there is a certain time interval. As long as the predetermined time Tb is set appropriately, such a mobile phone 100 realizes a good balance between extending the built-in battery 130 and improving the response of the camera function. It will be a thing.
<Supplement>
The mobile phone as an embodiment of the mobile terminal according to the present invention has been described above. However, the mobile phone can be modified as follows, and the present invention is not limited to the mobile phone 100 shown in the above-described embodiment. Of course.
(1) The present invention can be applied to any mobile terminal such as a so-called mobile PC other than the mobile phone shown in the present embodiment and having a built-in battery and a plurality of CPUs.
(2) In the present embodiment, the sub CPU 115 is responsible for the camera function. However, the present invention is not limited to this, and the sub CPU 115 may assume any function. The main CPU 110 stores a program for realizing the function. Any configuration may be used as long as it is transferred from the nonvolatile memory to the RAM 142. As a function of the sub CPU 115, for example, functions that require relatively high-speed processing such as encoding and playback of moving images and sounds in addition to still images are conceivable. When the CPU 115 takes charge, the effectiveness of providing the RAM 142 for the sub CPU 115 is exhibited.

また、サブCPU115は複数の機能を担うこととし、各機能の実行要求に対して、メインCPU110が、その要求された機能に応じた機能実行用プログラムを選択してフラッシュメモリ141から読み出した後にその選択した機能実行用プログラムのみをRAM142に書き込んで、サブCPU115にその選択した機能実行用プログラムを実行させることとしてもよい。このようにした場合には、サブCPU115が担う複数の機能それぞれに対応する機能実行用プログラムの総計の容量よりも、RAM142の容量が小さくてもよい。また、機能毎に、本実施形態で示した所定時間Ta及び所定時間Tbの値を定めておき、選択された機能に応じてそれぞれの値を適用することとしてもよい。
(3)本実施形態で示した所定時間Ta及び所定時間Tbの値を、電池の残量との関係で変化させることとしてもよい。即ち電池の残量が少なくなるにつれて所定時間Ta及び所定時間Tbは短くなるようにしてもよい。
(4)本実施形態ではRAM142はDRAMであるとしたが、揮発性メモリであれば何でもよい。またフラッシュメモリ141も、電力供給が絶たれても記憶内容を保持する不揮発性メモリであれば何でもよいが、内蔵するプログラムのバージョンアップ等を考慮すると書き込み可能なタイプが好ましい。
Further, the sub CPU 115 assumes a plurality of functions, and in response to an execution request for each function, the main CPU 110 selects a function execution program corresponding to the requested function and reads it from the flash memory 141. Only the selected function execution program may be written in the RAM 142 and the sub CPU 115 may execute the selected function execution program. In such a case, the capacity of the RAM 142 may be smaller than the total capacity of the function execution programs corresponding to each of a plurality of functions performed by the sub CPU 115. Further, the values of the predetermined time Ta and the predetermined time Tb shown in the present embodiment may be determined for each function, and the respective values may be applied according to the selected function.
(3) The values of the predetermined time Ta and the predetermined time Tb shown in the present embodiment may be changed in relation to the remaining battery level. That is, the predetermined time Ta and the predetermined time Tb may be shortened as the remaining amount of the battery decreases.
(4) In the present embodiment, the RAM 142 is a DRAM, but any volatile memory may be used. The flash memory 141 may be anything as long as it is a non-volatile memory that retains stored contents even when power supply is cut off, but a writable type is preferable in consideration of version upgrade of a built-in program.

更に、フラッシュメモリ141の代わりにハードディスク等の記録媒体に予めプログラムを記録しておき、RAM142への電力供給開始に際してメインCPU110がフラッシュメモリ141の代わりにその記録媒体からカメラ処理プログラムを読み出してRAM142に書き込むことにしてもよい。なお、この場合には記録媒体中にメインCPU110用の制御プログラムも記録されることにし、メインCPU110は記録媒体から制御プログラムを読み出してRAM140に書き込んだ上でその制御プログラムを実行する機能を備えるようにしてもよい。   Further, a program is recorded in advance on a recording medium such as a hard disk instead of the flash memory 141, and when the power supply to the RAM 142 is started, the main CPU 110 reads a camera processing program from the recording medium instead of the flash memory 141 and stores it in the RAM 142. It may be written. In this case, the control program for the main CPU 110 is also recorded in the recording medium, and the main CPU 110 has a function of reading the control program from the recording medium and writing it in the RAM 140 and executing the control program. It may be.

なお、本実施形態で示した各メモリの容量は、16メガバイトや32メガバイトに特に限定されるものではない。
(5)本実施形態では、メインCPU110は、SW145を制御してカメラ処理プログラムを転送する際だけ一時的にRAM142と接続するようにしたが、特段SW145を設けずに、メインCPU110が、カメラ処理プログラムを転送する際だけ一時的にRAM142にアクセスするようにしてもよい。また、1つの半導体チップ内にRAM142とサブCPU115とが形成されており、メインCPU110はその半導体チップのインタフェースを通じてRAM142にアクセスすることとしてもよい。
(6)本実施形態では、メインCPU110が、カメラ機能に関するユーザ操作と連動してRAM142とサブCPU115とのそれぞれに対して給電制御を行うこととしたが、カメラ機能に関するユーザ操作と連動した形でのサブCPU115に対する給電制御は行わないこととしてもよく、例えばサブCPU115についての給電制御を一切行わないような実施形態も考えられる。但し、消費電力抑制の見地からは、本実施形態で示したような双方への給電制御が好ましい。
Note that the capacity of each memory shown in the present embodiment is not particularly limited to 16 megabytes or 32 megabytes.
(5) In this embodiment, the main CPU 110 is temporarily connected to the RAM 142 only when the camera processing program is transferred by controlling the SW 145. However, the main CPU 110 does not provide the special SW 145 and the camera processing is performed by the main CPU 110. The RAM 142 may be temporarily accessed only when the program is transferred. The RAM 142 and the sub CPU 115 may be formed in one semiconductor chip, and the main CPU 110 may access the RAM 142 through the interface of the semiconductor chip.
(6) In the present embodiment, the main CPU 110 performs power supply control on each of the RAM 142 and the sub CPU 115 in conjunction with the user operation related to the camera function, but in a form linked to the user operation related to the camera function. For example, an embodiment in which no power supply control is performed on the sub CPU 115 may be considered. However, from the viewpoint of power consumption suppression, power supply control to both sides as shown in this embodiment is preferable.

なお、メインCPU110が、カメラ機能等の特定機能の実行及び実行停止に関する特定の基準に基づいてサブCPU115に対する給電制御を行うとした場合においては、サブCPU115に対する電力供給を停止した時から所定時間後にRAM142への電力供給を停止するようにしてもよい。これにより、サブCPU115への電力供給を停止してから所定時間内にサブCPU115への電力供給を再開しようとした時において、RAM142に対してはまだ電力供給が継続しているため、サブCPU115は電力供給がされ次第迅速にRAM142内のプログラムを実行することができるようになる。   In the case where the main CPU 110 performs power supply control to the sub CPU 115 based on a specific standard related to execution and stop of a specific function such as a camera function, a predetermined time after the power supply to the sub CPU 115 is stopped. The power supply to the RAM 142 may be stopped. As a result, when the power supply to the sub CPU 115 is attempted to be resumed within a predetermined time after the power supply to the sub CPU 115 is stopped, the power supply to the RAM 142 is still continued. As soon as power is supplied, the program in the RAM 142 can be executed.

本発明に係る携帯端末は、電池を内蔵し複数のCPUを搭載した多機能型の携帯電話機や無線通信端末等に利用できる。   The mobile terminal according to the present invention can be used for a multi-function mobile phone, a wireless communication terminal, or the like that incorporates a battery and has a plurality of CPUs.

本発明の実施形態に係る携帯電話機の構成図である。1 is a configuration diagram of a mobile phone according to an embodiment of the present invention. フラッシュメモリに記憶されているプログラムを示す図である。It is a figure which shows the program memorize | stored in flash memory. 携帯電話機のメインCPUによる基本的な制御動作を示すフローチャートである。It is a flowchart which shows the basic control operation by main CPU of a mobile telephone. サブCPU側のRAMとサブCPUとに対する電力供給制御を示すタイムチャートである。It is a time chart which shows electric power supply control with respect to RAM and sub CPU by the side of a sub CPU.

符号の説明Explanation of symbols

100 携帯電話機
110 メインCPU
115 サブCPU
130 電池
131、145 SW(Switch)
140、142 RAM(Random Access Memory)
141 フラッシュメモリ
150 タイマ
161 キー群
162 LCD(Liquid Crystal Display)
171 通信部171
172 カメラ部
173 データ入力I/F(Interface)
100 mobile phone 110 main CPU
115 Sub CPU
130 Battery 131, 145 SW (Switch)
140, 142 RAM (Random Access Memory)
141 Flash memory 150 Timer 161 Key group 162 LCD (Liquid Crystal Display)
171 Communication unit 171
172 Camera unit 173 Data input I / F (Interface)

Claims (11)

揮発性メモリと、
前記揮発性メモリに接続されているプログラム実行手段と、
特定機能実行用プログラムを記憶している記憶手段と、
特定機能の実行を要求するユーザ操作を検知する検知手段と、
前記揮発性メモリへ電力が供給されていない場合において特定機能の実行を要求するユーザ操作が検知された時には前記揮発性メモリへの電力の供給を開始し、特定機能の実行終了に係る所定条件が満たされた時から所定時間経過後に前記揮発性メモリへの電力供給を停止する電力供給制御手段と、
前記電力供給制御手段による前記揮発性メモリへの電力供給の開始時に、特定機能実行用プログラムを前記記憶手段から読み出して前記揮発性メモリに記録する記録手段と、
前記記録手段による前記記録が完了した時、及び、前記揮発性メモリへ電力が供給されている場合において特定機能の実行を要求するユーザ操作が検知された時に、前記プログラム実行手段に前記特定機能実行用プログラムの実行を開始させる実行制御手段とを備える
ことを特徴とする携帯端末。
Volatile memory,
Program execution means connected to the volatile memory;
Storage means for storing a program for executing a specific function;
Detection means for detecting a user operation requesting execution of a specific function;
When a user operation requesting execution of a specific function is detected when power is not supplied to the volatile memory, supply of power to the volatile memory is started, and a predetermined condition related to the end of execution of the specific function is Power supply control means for stopping power supply to the volatile memory after elapse of a predetermined time from when satisfied,
Recording means for reading a specific function execution program from the storage means and recording it in the volatile memory at the start of power supply to the volatile memory by the power supply control means;
When the recording by the recording unit is completed, and when a user operation requesting execution of the specific function is detected when power is supplied to the volatile memory, the program execution unit executes the specific function. A mobile terminal comprising: an execution control means for starting execution of the program for use.
前記携帯端末は、第1CPU及び第2CPUを備えており、
前記記憶手段は、第1CPUに接続された不揮発性メモリであって、更に第1CPU用プログラムを記憶しており、
前記揮発性メモリは第1CPUとも接続されており、
前記検知手段、前記電力供給制御手段、前記記録手段及び前記実行制御手段のそれぞれの機能の一部は、前記第1CPU用プログラムの第1CPUによる実行を通じて実現され、
第1CPUは、前記記録手段に係る記録の機能を実現するために当該記録の最中に限って前記揮発性メモリにアクセスするものであり、
前記プログラム実行手段は、第1CPUと接続されている第2CPUである
ことを特徴とする請求項1記載の携帯端末。
The portable terminal includes a first CPU and a second CPU,
The storage means is a non-volatile memory connected to the first CPU, and further stores a program for the first CPU,
The volatile memory is also connected to the first CPU,
A part of each function of the detection means, the power supply control means, the recording means, and the execution control means is realized through execution by the first CPU of the first CPU program,
The first CPU accesses the volatile memory only during the recording in order to realize the recording function related to the recording means,
The mobile terminal according to claim 1, wherein the program execution unit is a second CPU connected to the first CPU.
前記電力供給制御手段は、更に、特定機能の実行を要求するユーザ操作が検知された時には第2CPUへの電力の供給を開始し、前記所定条件が満たされた時に第2CPUへの電力供給を停止する
ことを特徴とする請求項2記載の携帯端末。
The power supply control means further starts power supply to the second CPU when a user operation requesting execution of a specific function is detected, and stops power supply to the second CPU when the predetermined condition is satisfied. The mobile terminal according to claim 2, wherein:
前記検知手段は、更に、特定機能の実行停止を要求するユーザ操作、及び特定機能の実行に関連するユーザ操作を検知し、
前記所定条件は、特定機能の実行停止を要求するユーザ操作が検知されたこと、又は、特定機能の実行に関連するユーザ操作が最後に検知された時から特定時間が経過したことである
ことを特徴とする請求項3記載の携帯端末。
The detection means further detects a user operation requesting to stop execution of the specific function and a user operation related to execution of the specific function,
The predetermined condition is that a user operation requesting to stop execution of a specific function is detected, or that a specific time has elapsed since the user operation related to execution of the specific function was last detected. The mobile terminal according to claim 3.
前記電力供給制御手段は、更に、特定機能の実行及び実行停止に係る特定基準に基づいて第2CPUへの電力の供給と供給停止とを切り替える制御を行い、
前記所定条件は、前記電力供給制御手段により前記第2CPUへの電力の供給が停止されたことである
ことを特徴とする請求項2記載の携帯端末。
The power supply control means further performs control to switch between supply of power to the second CPU and stop of supply based on a specific standard related to execution and stop of the specific function,
The portable terminal according to claim 2, wherein the predetermined condition is that the power supply control unit stops the supply of power to the second CPU.
前記携帯端末は、電池を内蔵する携帯電話機であり、
第1CPUは、更に、前記第1CPU用プログラムの一部を実行することにより電話受信を待ち受けるための制御を含む通信制御を行い、
前記特定機能は、映像又は音声に関する機能であり、
前記特定機能実行用プログラムは、映像又は音声に関するデータの処理を行うためのプログラムであり、
前記電力供給制御手段は、前記電池から前記揮発性メモリまでの電力伝達経路を遮断することにより前記揮発性メモリへの電力供給を停止し、当該電力伝達経路の遮断を止めることにより前記揮発性メモリへの電力の供給の開始を行う
ことを特徴とする請求項2〜5のいずれか1項に記載の携帯端末。
The mobile terminal is a mobile phone incorporating a battery,
The first CPU further performs communication control including control for waiting for telephone reception by executing a part of the first CPU program,
The specific function is a function related to video or audio,
The specific function execution program is a program for processing data relating to video or audio,
The power supply control means stops power supply to the volatile memory by cutting off a power transmission path from the battery to the volatile memory, and stops cutting off the power transmission path to stop the power transmission path. The mobile terminal according to any one of claims 2 to 5, wherein power supply to the mobile phone is started.
前記携帯端末は、更に、携帯端末の外部からプログラムを受信して前記不揮発性メモリ内に記録する受信記録手段を備える
ことを特徴とする請求項6記載の携帯端末。
The portable terminal according to claim 6, further comprising a reception recording unit that receives a program from outside the portable terminal and records the program in the nonvolatile memory.
前記検知手段は、更に、特定機能の実行停止を要求するユーザ操作を検知し、
前記所定条件は、特定機能の実行停止を要求するユーザ操作が検知されたことである
ことを特徴とする請求項1記載の携帯端末。
The detection means further detects a user operation requesting to stop execution of the specific function,
The mobile terminal according to claim 1, wherein the predetermined condition is that a user operation requesting to stop execution of a specific function is detected.
前記検知手段は、更に、特定機能の実行に関連するユーザ操作を検知し、
前記所定条件は、特定機能の実行に関連するユーザ操作が最後に検知された時である
ことを特徴とする請求項1記載の携帯端末。
The detection means further detects a user operation related to execution of the specific function,
The mobile terminal according to claim 1, wherein the predetermined condition is when a user operation related to execution of a specific function is last detected.
前記携帯端末は、電池を内蔵する携帯電話機であり、
前記電力供給制御手段は、前記電池から前記揮発性メモリまでの電力伝達経路を遮断することにより前記揮発性メモリへの電力供給を停止し、当該電力伝達経路の遮断を止めることにより前記揮発性メモリへの電力の供給の開始を行う
ことを特徴とする請求項8又は請求項9に記載の携帯端末。
The mobile terminal is a mobile phone incorporating a battery,
The power supply control means stops power supply to the volatile memory by cutting off a power transmission path from the battery to the volatile memory, and stops cutting off the power transmission path to stop the power transmission path. The mobile terminal according to claim 8 or 9, wherein power supply to the mobile phone is started.
特定機能実行用プログラムを記憶している記憶手段と揮発性メモリとメインCPUとサブCPUとを備える携帯端末におけるメインCPUに電力制御処理を実行させるための制御プログラムであって、
前記電力制御処理は、
特定機能の実行を要求するユーザ操作を検知する検知ステップと、
前記揮発性メモリへ電力が供給されていない場合において特定機能の実行を要求するユーザ操作が検知された時には前記揮発性メモリへの電力の供給を開始し、特定機能の実行終了に係る所定条件が満たされた時から所定時間経過後に前記揮発性メモリへの電力供給を停止する電力供給制御ステップと、
前記電力供給制御ステップによる前記揮発性メモリへの電力供給の開始時に、特定機能実行用プログラムを前記記憶手段から読み出して前記揮発性メモリに記録する記録ステップと、
前記記録ステップによる前記記録が完了した時、及び、前記揮発性メモリへ電力が供給されている場合において特定機能の実行を要求するユーザ操作が検知された時に、前記サブCPUに前記特定機能実行用プログラムの実行を開始させる実行制御ステップとを含む
ことを特徴とする制御プログラム。
A control program for causing a main CPU in a portable terminal including a storage unit storing a specific function execution program, a volatile memory, a main CPU, and a sub CPU to execute power control processing,
The power control process includes:
A detection step for detecting a user operation requesting execution of a specific function;
When a user operation requesting execution of a specific function is detected when power is not supplied to the volatile memory, supply of power to the volatile memory is started, and a predetermined condition relating to the end of execution of the specific function is A power supply control step of stopping the power supply to the volatile memory after a predetermined time has elapsed from when it is satisfied;
A recording step of reading a specific function execution program from the storage means and recording it in the volatile memory at the start of power supply to the volatile memory by the power supply control step;
When the recording by the recording step is completed, and when a user operation requesting execution of the specific function is detected when power is supplied to the volatile memory, the sub CPU performs the specific function execution. An execution control step for starting execution of the program.
JP2004203581A 2004-07-09 2004-07-09 Mobile device Expired - Fee Related JP4361842B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004203581A JP4361842B2 (en) 2004-07-09 2004-07-09 Mobile device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004203581A JP4361842B2 (en) 2004-07-09 2004-07-09 Mobile device

Publications (2)

Publication Number Publication Date
JP2006025347A true JP2006025347A (en) 2006-01-26
JP4361842B2 JP4361842B2 (en) 2009-11-11

Family

ID=35798269

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004203581A Expired - Fee Related JP4361842B2 (en) 2004-07-09 2004-07-09 Mobile device

Country Status (1)

Country Link
JP (1) JP4361842B2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009267857A (en) * 2008-04-25 2009-11-12 Kyocera Corp Portable electronic device
US7994503B2 (en) 2006-12-04 2011-08-09 Kobe Steel, Ltd. Cu alloy wiring film, TFT element for flat-panel display using the Cu alloy wiring film, and Cu alloy sputtering target for depositing the Cu alloy wiring film
WO2012001768A1 (en) * 2010-06-29 2012-01-05 Suginaka Junko Mobile communication terminal, method for activating same, and network communication system
US8185170B2 (en) 2008-03-28 2012-05-22 Kyocera Corporation Portable electronic apparatus
RU2508414C1 (en) * 2013-04-17 2014-02-27 Юлия Алексеевна Щепочкина Copper-based alloy
US9020569B2 (en) 2012-04-13 2015-04-28 Rohm Co., Ltd. Mobile phone
WO2023175752A1 (en) * 2022-03-16 2023-09-21 日立Astemo株式会社 Onboard program update system and onboard program update method

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7994503B2 (en) 2006-12-04 2011-08-09 Kobe Steel, Ltd. Cu alloy wiring film, TFT element for flat-panel display using the Cu alloy wiring film, and Cu alloy sputtering target for depositing the Cu alloy wiring film
US8185170B2 (en) 2008-03-28 2012-05-22 Kyocera Corporation Portable electronic apparatus
US9182792B2 (en) 2008-03-28 2015-11-10 Kyocera Corporation Portable electronic apparatus
US9438711B2 (en) 2008-03-28 2016-09-06 Kyocera Corporation Portable electronic apparatus
JP2009267857A (en) * 2008-04-25 2009-11-12 Kyocera Corp Portable electronic device
WO2012001768A1 (en) * 2010-06-29 2012-01-05 Suginaka Junko Mobile communication terminal, method for activating same, and network communication system
US9020569B2 (en) 2012-04-13 2015-04-28 Rohm Co., Ltd. Mobile phone
US9277504B2 (en) 2012-04-13 2016-03-01 Rohm Co., Ltd. Mobile phone
RU2508414C1 (en) * 2013-04-17 2014-02-27 Юлия Алексеевна Щепочкина Copper-based alloy
WO2023175752A1 (en) * 2022-03-16 2023-09-21 日立Astemo株式会社 Onboard program update system and onboard program update method

Also Published As

Publication number Publication date
JP4361842B2 (en) 2009-11-11

Similar Documents

Publication Publication Date Title
US7900035B2 (en) Electronic appliance and startup method
US8356131B2 (en) System and method for controlling interruption of a process in electronic equipment based on priority of the process, and program
JP5555224B2 (en) Mobile phone with low power media rendering subsystem
US20080229050A1 (en) Dynamic page on demand buffer size for power savings
EP2609482B1 (en) Method and apparatus for monitoring interrupts during a power down event at a processor
US20140098248A1 (en) Communication apparatus
US9128891B2 (en) Method, mobile terminal and computer program product for sharing storage device
JPWO2008117520A1 (en) MEMORY CONTROLLER, NONVOLATILE MEMORY SYSTEM, AND HOST DEVICE
US8370616B2 (en) Imaging apparatus and start-up method of imaging apparatus
JP5422308B2 (en) Information processing device
JP2003186579A (en) Electronic device and operation control method of the same
JP4361842B2 (en) Mobile device
JPWO2007091533A1 (en) Mobile communication terminal and communication method
US8826053B2 (en) Coordination operation method and mobile communication terminal
KR100803005B1 (en) Memory interfacing method and apparatus
JP3665605B2 (en) Portable external storage device
KR100731969B1 (en) Method and apparatus for sharing memory through a plurality of routes
JP5780105B2 (en) Information processing apparatus and power saving mode management method
JP2011013836A (en) Memory arrangement management device and microprocessor
JP2008205927A (en) Electronic apparatus
US8514324B2 (en) Image input apparatus, a method of controlling thereof and a computer-readable storage medium
JP6128833B2 (en) Processing equipment
JP2012088906A (en) Electronic device and control method for the same
KR20110116710A (en) Apparatus and method for supporting a plurality of exterior memory in portable terminal
JP3969209B2 (en) Mobile phone terminal, power control method used therefor, and program thereof

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070704

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20080801

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20080829

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20081201

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20081216

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090216

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20090813

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

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20130821

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees