JPH0756774A - Watching timer - Google Patents

Watching timer

Info

Publication number
JPH0756774A
JPH0756774A JP5202293A JP20229393A JPH0756774A JP H0756774 A JPH0756774 A JP H0756774A JP 5202293 A JP5202293 A JP 5202293A JP 20229393 A JP20229393 A JP 20229393A JP H0756774 A JPH0756774 A JP H0756774A
Authority
JP
Japan
Prior art keywords
reset
signal
cpu
counter
sleep
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
JP5202293A
Other languages
Japanese (ja)
Inventor
純宏 ▲高▼嶋
Sumihiro Takashima
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry 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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP5202293A priority Critical patent/JPH0756774A/en
Publication of JPH0756774A publication Critical patent/JPH0756774A/en
Withdrawn legal-status Critical Current

Links

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
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

PURPOSE:To reduce power consumption by inhibiting the counting operation of a watchdog timer in a SLEEP mode and enabling the counting operation only when a CPU is in an operating state. CONSTITUTION:When the CPU 1 stops, i.e., a SLEEP signal S2 from a SLEEP flag 2 is '1', an AND gate 20 is closed and the input of a clock signal tphi to a free run counter 4 is inhibited to stop the counting signal phi to a free run counter 4 is inhibited to stop the counting operation of the counter 4. When a reset signal generating circuit 30 is accessed from the CPU 1 by a prescribed procedure, a reset signal generating circuit 30 generates a reset signal S3 to reset the counter 4, and also when the SLEEP signal S2 is switched from '1' to '0', i.e., when an interruption signal IR is inputted and the CPU 1 wakes up and starts operation, generates the reset signal S3 to reset the counter 4.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、マイクロコンピュータ
等において、ある一定周期毎にカウンタをリセットする
ことによってプログラムの異常ループや暴走を検知する
ためのウォッチドッグタイマ(watch dog timer )、特
にその動作制御に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a watch dog timer for detecting an abnormal loop or runaway of a program in a microcomputer or the like by resetting a counter at a certain fixed cycle, and its operation in particular. It is about control.

【0002】[0002]

【従来の技術】図2は、従来のウォッチドッグタイマの
一構成例を示すブロック図である。このウォッチドッグ
タイマは、マイクロコンピュータ等に設けられる中央処
理装置(以下、CPUという)1で制御されるもので、
該CPU1に、アドレスバスABとデータバスDBを介
してスリープ(SLEEP)フラグ2及びリセット信号
発生回路3が接続されている。CPU1から、SLEE
Pフラグ2とリセット信号発生回路3に対し、書込み信
号S1が入力される。SLEEPフラグ2には割込み信
号IRが入力され、該SLEEPフラグ2から出力され
たSLEEP信号S2がCPU1に入力される。リセッ
ト信号発生回路3は、CPU1からの書込み信号S1に
基づき一定の周期でリセット信号S3を発生する回路で
あり、そのリセット信号S3がリセット付きのカウンタ
(例えば、フリーランカウンタ)4のリセット入力端子
Rに接続されている。フリーランカウンタ4は、クロッ
ク入力端子CLKに入力されるクロック信号φの数をカ
ウントし、そのカウント値が一定値を越えるとオーバフ
ロー出力端子OVFからオーバフロー信号S4を出力
し、リセット入力端子Rにリセット信号S3が入力され
るとリセットされるカウンタである。
2. Description of the Related Art FIG. 2 is a block diagram showing a configuration example of a conventional watchdog timer. This watchdog timer is controlled by a central processing unit (hereinafter referred to as CPU) 1 provided in a microcomputer or the like,
A sleep (SLEEP) flag 2 and a reset signal generating circuit 3 are connected to the CPU 1 via an address bus AB and a data bus DB. From CPU1, SLEE
The write signal S1 is input to the P flag 2 and the reset signal generation circuit 3. The interrupt signal IR is input to the SLEEP flag 2, and the SLEEP signal S2 output from the SLEEP flag 2 is input to the CPU 1. The reset signal generation circuit 3 is a circuit that generates a reset signal S3 at a constant cycle based on the write signal S1 from the CPU 1, and the reset signal S3 is a reset input terminal of a counter with reset (for example, free-run counter) 4. It is connected to R. The free-run counter 4 counts the number of clock signals φ input to the clock input terminal CLK, outputs an overflow signal S4 from the overflow output terminal OVF when the count value exceeds a certain value, and resets the reset input terminal R. The counter is reset when the signal S3 is input.

【0003】次に、図2のウォッチドッグタイマの動作
を説明する。マイクロコンピュータに電源が投入される
と、クロック信号φがフリーランカウンタ4のクロック
入力端子CLKに入力され、ある時間が経過すると、該
フリーランカウンタ4がオーバフローしてオーバフロー
信号S4をオーバフロー出力端子OVFから出力する。
このオーバフロー信号S4はCPU1の暴走を意味す
る。そのため、CPU1は、フリーランカウンタ4がオ
ーバフローする前に、これをリセットするように、リセ
ット信号発生回路3をアクセスする。リセット信号発生
回路3は、CPU1より、所定の手順で所定のデータが
書込まれた時のみリセット信号S3を発生する。この動
作を定期的に繰り返すように、予めプログラムしてお
く。例えば、フリーランカウンタ4が2秒でオーバフロ
ーするとすれば、1秒毎に前記リセット動作を繰り返
す。CPU1からリセット信号発生回路3及びSLEE
Pフラグ2へのアクセスは、該CPU1から出力される
書込み信号S1により、データバスDBとアドレスバス
ABを介して行われる。CPU1よりSLEEPフラグ
2に“1”が書込まれ、該SLEEPフラグ2から出力
されるSLEEP信号S2が“1”になると、CPU1
は非動作状態(SLEEP状態)となる。割込み信号I
Rが“1”になると、SLEEPフラグ2がリセットさ
れ、CPU1が動作状態(WAKE UP状態)とな
る。
Next, the operation of the watchdog timer shown in FIG. 2 will be described. When the microcomputer is powered on, the clock signal φ is input to the clock input terminal CLK of the free-run counter 4, and when a certain time elapses, the free-run counter 4 overflows and outputs the overflow signal S4 to the overflow output terminal OVF. Output from.
This overflow signal S4 means the runaway of the CPU 1. Therefore, the CPU 1 accesses the reset signal generation circuit 3 so as to reset the free-run counter 4 before it overflows. The reset signal generation circuit 3 generates the reset signal S3 only when the CPU 1 writes predetermined data in a predetermined procedure. It is programmed in advance so that this operation is repeated periodically. For example, if the free-run counter 4 overflows in 2 seconds, the reset operation is repeated every 1 second. CPU 1 to reset signal generation circuit 3 and SLEE
The P flag 2 is accessed by the write signal S1 output from the CPU 1 via the data bus DB and the address bus AB. When "1" is written in the SLEEP flag 2 from the CPU 1 and the SLEEP signal S2 output from the SLEEP flag 2 becomes "1", the CPU 1
Becomes a non-operating state (SLEEP state). Interrupt signal I
When R becomes "1", the SLEEP flag 2 is reset, and the CPU 1 enters the operating state (WAKE UP state).

【0004】[0004]

【発明が解決しようとする課題】しかしながら、従来の
ウォッチドッグタイマでは、CPU1がSLEEPモー
ドにある場合も、ウォッチドッグタイマのリセット(即
ち、フリーランカウンタ4のリセット)のために、割込
み信号IRによってWAKE UPしなければならな
い。そのため、マイクロコンピュータ等の消費電力が増
大するという問題があり、それを比較的簡単な回路構成
と制御で解決することが困難であった。本発明は、前記
従来技術が持っていた課題として、ウォッチドッグタイ
マのリセット動作のために消費電力が増大するという点
について解決したウォッチドッグタイマを提供するもの
である。
However, in the conventional watchdog timer, even when the CPU 1 is in the SLEEP mode, the watchdog timer is reset (that is, the free-run counter 4 is reset) by the interrupt signal IR. I have to wake up. Therefore, there is a problem that the power consumption of the microcomputer and the like increases, and it is difficult to solve it with a relatively simple circuit configuration and control. The present invention provides a watchdog timer that solves the problem that the above-mentioned conventional technique has with respect to an increase in power consumption due to the reset operation of the watchdog timer.

【0005】[0005]

【課題を解決するための手段】本発明は、前記課題を解
決するために、クロック信号を入力してその数をカウン
トするカウンタと、CPUの制御に基づき一定周期毎に
リセット信号を発生して前記カウンタをリセットするリ
セット信号発生回路とを、備えたウォッチドッグタイマ
において、CPUのSLEEPモード中における前記カ
ウンタへの前記クロック信号の入力を禁止する禁止手段
と、前記SLEEPモードが解除された時に前記カウン
タをリセットするリセット手段とを、設けている。
In order to solve the above-mentioned problems, the present invention provides a counter for inputting a clock signal and counting the number thereof, and a reset signal for every constant period under the control of the CPU. In a watchdog timer provided with a reset signal generating circuit for resetting the counter, a prohibiting unit for prohibiting input of the clock signal to the counter during the SLEEP mode of the CPU, and the canceling means when the SLEEP mode is released. And reset means for resetting the counter.

【0006】[0006]

【作用】本発明によれば、以上のようにウォッチドッグ
タイマを構成したので、CPUがSLEEPモードにあ
る時、該CPUが暴走していないので、禁止手段によっ
てカウンタへのクロック信号の入力が禁止され、該SL
EEPモード中のウォッチドッグタイマのカウント動作
が禁止される。SLEEPモードが解除されると、リセ
ット手段によってカウンタがリセットされる。このウォ
ッチドッグタイマのリセットは、CPUがオペレーショ
ン状態にある時のみ行われるので、全体としての消費電
力が少なくなる。従って、前記課題を解決できるのであ
る。
According to the present invention, since the watchdog timer is configured as described above, when the CPU is in the SLEEP mode, since the CPU is not running out of control, the prohibition means prohibits the input of the clock signal to the counter. And the SL
The watchdog timer count operation in the EEP mode is prohibited. When the SLEEP mode is released, the reset means resets the counter. Since the reset of the watchdog timer is performed only when the CPU is in the operation state, the power consumption as a whole is reduced. Therefore, the above problem can be solved.

【0007】[0007]

【実施例】図1は、本発明の実施例を示すマイクロコン
ピュータ等におけるウォッチドッグタイマの構成ブロッ
ク図であり、従来の図2中の要素と共通の要素には共通
の符号が付されている。このウォッチドッグタイマが従
来のものと異なる点は、フリーランカウンタ4へのクロ
ック信号φの入力の許可または禁止を行う禁止手段(例
えば、2入力ANDゲート)20が追加されていること
と、従来のリセット信号発生回路3に代えてそれと構成
の異なるリセット信号発生回路30が設けられているこ
とである。2入力ANDゲート20の一方の入力端子に
はクロック信号φが、他方の反転入力端子にはSLEE
Pフラグ2からのSLEEP信号S2が入力され、該A
NDゲート20の出力端子がフリーランカウンタ4のク
ロック入力端子CLKに接続されている。リセット信号
発生回路30は、従来のリセット信号発生回路3と同様
にCPU1からの書込み信号S1に基づきリセット信号
S3を発生する機能を有する他に、SLEEPフラグ2
からのSLEEP信号S2を入力して該リセット信号S
3を発生するリセット手段を有している。次に、図1の
ウォッチドッグタイマと図2のウォッチドッグタイマの
動作の相違点(a),(b)に着目しつつ、本実施例の
動作を説明する。
1 is a block diagram of a watchdog timer in a microcomputer or the like showing an embodiment of the present invention, in which elements common to those in FIG. 2 of the prior art are designated by common reference numerals. . This watchdog timer differs from the conventional one in that a prohibition means (for example, a 2-input AND gate) 20 for permitting or prohibiting the input of the clock signal φ to the free-run counter 4 is added. In place of the reset signal generating circuit 3, the reset signal generating circuit 30 having a different structure from that of the reset signal generating circuit 3 is provided. The clock signal φ is input to one input terminal of the 2-input AND gate 20, and SLEE is input to the other inverting input terminal.
The SLEEP signal S2 from the P flag 2 is input to
The output terminal of the ND gate 20 is connected to the clock input terminal CLK of the free-run counter 4. The reset signal generation circuit 30 has a function of generating the reset signal S3 based on the write signal S1 from the CPU 1 as in the conventional reset signal generation circuit 3, and also has the SLEEP flag 2
The SLEEP signal S2 from the
It has reset means for generating 3. Next, the operation of the present embodiment will be described, focusing on the differences (a) and (b) between the operations of the watchdog timer of FIG. 1 and the watchdog timer of FIG.

【0008】(a) 第1の相違点 図2のフリーランカウンタ4には、CPU1が停止状態
か動作状態かにかかわらず、電源投入後は常にクロック
信号φが供給され、フリーランカウンタ4がカウント動
作を行う。これに対し、本実施例では、CPU1が停止
中(即ち、SLEEP信号S2が“1”の時)、AND
ゲート20によってフリーランカウンタ4へのクロック
信号φの供給が禁止される。つまり、CPU1よりSL
EEPフラグ2へ“1”が書込まれ、該SLEEPフラ
グ2から出力されるSLEEP信号S2が“1”になる
と、該CPU1が非動作状態となる。この時、SLEE
P信号S2が“1”のため、ANDゲート20が閉じて
フリーランカウンタ4へのクロック信号φの入力が禁止
される。 (b) 第2の相違点 図2のリセット信号発生回路3では、CPU1から書込
み信号S1が供給され、所定の手順でアクセスされた時
のみしかリセット信号S3を発生しない。これに対し、
本実施例のリセット信号発生回路30では、SLEEP
フラグ2から出力されるSLEEP信号S2が“1”か
ら“0”に切換わる時、即ち該SLEEPフラグ2に割
込み信号IRが入力されてCPU1がWAKE UP
し、動作開始する時にもリセット信号S3を発生し、フ
リーランカウンタ4をリセットする。
(A) First Difference The free-run counter 4 shown in FIG. 2 is always supplied with the clock signal φ after the power is turned on, regardless of whether the CPU 1 is stopped or operating. Performs count operation. On the other hand, in the present embodiment, when the CPU 1 is stopped (that is, when the SLEEP signal S2 is "1"), AND
The gate 20 prohibits the supply of the clock signal φ to the free-run counter 4. In other words, SL from CPU1
When "1" is written in the EEP flag 2 and the SLEEP signal S2 output from the SLEEP flag 2 becomes "1", the CPU 1 becomes inoperative. At this time, SLEE
Since the P signal S2 is "1", the AND gate 20 is closed and the input of the clock signal φ to the free-run counter 4 is prohibited. (B) Second Difference In the reset signal generation circuit 3 of FIG. 2, the write signal S1 is supplied from the CPU 1 and the reset signal S3 is generated only when the write signal S1 is accessed in a predetermined procedure. In contrast,
In the reset signal generation circuit 30 of the present embodiment, SLEEP
When the SLEEP signal S2 output from the flag 2 is switched from "1" to "0", that is, the interrupt signal IR is input to the SLEEP flag 2 and the CPU 1 causes the WAKE UP.
Then, when the operation is started, the reset signal S3 is generated and the free-run counter 4 is reset.

【0009】従来のものと本実施例とは、以上のような
相違点を有するため、本実施例では次のような利点を有
している。 (i) 本実施例のフリーランカウンタ4は、CPU1
が停止中はANDゲート20によってクロック信号φの
入力が禁止されるので、カウント動作を行わない。その
ため、CPU1の停止中にフリーランカウンタ4のリセ
ットのために該CPU1をWAKE UPする必要がな
い。従って、消費電力を増大させずに済み、より低消費
電力のマイクロコンピュータ等の実現が可能となる。 (ii) CPU1のSLEEPモードが解除され、該C
PU1が動作を開始する際には、一度、フリーランカウ
ンタ4がリセット信号S3によってリセットされる。そ
のため、CPU1の短時間の動作が繰り返された場合に
も、フリーランカウンタ4のカウント値が積算されるこ
とがなく、プログラムによるフリーランカウンタ4のリ
セット動作は、CPU1の書込み信号S1によってフリ
ーランカウンタ4が“0”からオーバフローするまでの
時間、連続して動作する場合のみ必要になるので、ウォ
ッチドッグタイマのコントロールが極めて簡単である。 なお、本発明は上記実施例に限定されず、例えば、AN
Dゲート20を他のゲート回路等の禁止手段で構成した
り、あるいはフリーランカウンタ4を他のリセット付き
のカウンタで構成したり、さらに図1の回路に他の機能
ブロックを付加する等、種々の変形が可能である。
Since the conventional example and the present embodiment have the above-mentioned differences, the present embodiment has the following advantages. (I) The free-run counter 4 of this embodiment is the CPU 1
Since the AND gate 20 prohibits the input of the clock signal φ during the stop, the counting operation is not performed. Therefore, it is not necessary to wake up the CPU 1 to reset the free-run counter 4 while the CPU 1 is stopped. Therefore, it is not necessary to increase the power consumption, and it is possible to realize a microcomputer with lower power consumption. (Ii) The CPU 1 is released from the SLEEP mode, and the C
When PU1 starts its operation, the free-run counter 4 is once reset by the reset signal S3. Therefore, even when the operation of the CPU 1 is repeated for a short time, the count value of the free-run counter 4 is not accumulated, and the reset operation of the free-run counter 4 by the program is executed by the write signal S1 of the CPU 1 in the free-run mode. The control of the watchdog timer is extremely simple because it is necessary only when the counter 4 continuously operates for the time from "0" to overflow. It should be noted that the present invention is not limited to the above embodiment, and for example, AN
The D gate 20 may be configured by a prohibition unit such as another gate circuit, the free-run counter 4 may be configured by another counter with reset, or another functional block may be added to the circuit of FIG. Can be modified.

【0010】[0010]

【発明の効果】以上詳細に説明したように、本発明によ
れば、CPUの停止中において禁止手段によってカウン
タのカウント動作が禁止されるので、従来のようにCP
Uの停止中にカウンタをリセットするために該CPUを
WAKE UPする必要がなく、それによって消費電力
を低減できる。さらに、CPUのSLEEPモードが解
除されて該CPUが動作を開始する際には、一度、カウ
ンタがリセットされるので、CPUの短時間の動作が繰
り返された場合にもカウンタのカウント値が積算される
ことがない。これにより、プログラムによるCPUの制
御に基づくカウンタのリセット動作は、該カウンタが例
えば“0”からオーバフローするまでの時間、連続して
動作する場合のみ必要になるので、ウォッチドッグタイ
マのコントロールが極めて簡単になる。
As described above in detail, according to the present invention, the counting operation of the counter is prohibited by the prohibiting means while the CPU is stopped.
It is not necessary to wake up the CPU to reset the counter while the U is stopped, thereby reducing power consumption. Further, when the CPU's SLEEP mode is released and the CPU starts its operation, the counter is reset once, so that the count value of the counter is accumulated even when the operation of the CPU for a short time is repeated. Never. As a result, the reset operation of the counter based on the control of the CPU by the program is required only when the counter continuously operates for the time from "0" to overflow, so that the control of the watchdog timer is extremely simple. become.

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

【図1】本発明の実施例を示すウォッチドッグタイマの
構成ブロック図である。
FIG. 1 is a configuration block diagram of a watchdog timer showing an embodiment of the present invention.

【図2】従来のウォッチドッグタイマの構成ブロック図
である。
FIG. 2 is a configuration block diagram of a conventional watchdog timer.

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

1 CPU 2 SLEEPフラグ 4 フリーランカウンタ 20 ANDゲート(禁止手段) 30 リセット信号発生回路 IR 割込み信号 S1 書込み信号 S2 SLEEP信号 S3 リセット信号 S4 オーバフロー信号 φ クロック信号 1 CPU 2 SLEEP flag 4 Free-run counter 20 AND gate (inhibiting means) 30 Reset signal generation circuit IR interrupt signal S1 write signal S2 SLEEP signal S3 reset signal S4 overflow signal φ clock signal

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 クロック信号を入力してその数をカウン
トするカウンタと、中央処理装置の制御に基づき一定周
期毎にリセット信号を発生して前記カウンタをリセット
するリセット信号発生回路とを、備えたウォッチドッグ
タイマにおいて、 前記中央処理装置のスリープモード中における前記カウ
ンタへの前記クロック信号の入力を禁止する禁止手段
と、 前記スリープモードが解除された時に前記カウンタをリ
セットするリセット手段とを、 設けたことを特徴とするウォッチドッグタイマ。
1. A counter is provided which inputs a clock signal and counts the number thereof, and a reset signal generation circuit which generates a reset signal at regular intervals under the control of a central processing unit to reset the counter. In the watchdog timer, a prohibiting unit that prohibits the input of the clock signal to the counter in the sleep mode of the central processing unit, and a reset unit that resets the counter when the sleep mode is released are provided. Watchdog timer characterized by the following.
JP5202293A 1993-08-16 1993-08-16 Watching timer Withdrawn JPH0756774A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5202293A JPH0756774A (en) 1993-08-16 1993-08-16 Watching timer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5202293A JPH0756774A (en) 1993-08-16 1993-08-16 Watching timer

Publications (1)

Publication Number Publication Date
JPH0756774A true JPH0756774A (en) 1995-03-03

Family

ID=16455148

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5202293A Withdrawn JPH0756774A (en) 1993-08-16 1993-08-16 Watching timer

Country Status (1)

Country Link
JP (1) JPH0756774A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006099654A (en) * 2004-09-30 2006-04-13 Nec Electronics Corp Semiconductor circuit apparatus
JP2006101041A (en) * 2004-09-28 2006-04-13 Fujitsu Ltd Portable telephone
JP2007213137A (en) * 2006-02-07 2007-08-23 Denso Corp Electronic controller
JP2008276360A (en) * 2007-04-26 2008-11-13 Fujitsu Ten Ltd Electronic control device

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006101041A (en) * 2004-09-28 2006-04-13 Fujitsu Ltd Portable telephone
US7523326B2 (en) 2004-09-28 2009-04-21 Fujitsu Limited Method and apparatus for maintaining a suspension state after powering down and fully powering down upon expiration of a timer or low battery level
JP2006099654A (en) * 2004-09-30 2006-04-13 Nec Electronics Corp Semiconductor circuit apparatus
JP4647276B2 (en) * 2004-09-30 2011-03-09 ルネサスエレクトロニクス株式会社 Semiconductor circuit device
JP2007213137A (en) * 2006-02-07 2007-08-23 Denso Corp Electronic controller
JP2008276360A (en) * 2007-04-26 2008-11-13 Fujitsu Ten Ltd Electronic control device

Similar Documents

Publication Publication Date Title
US5408643A (en) Watchdog timer with a non-masked interrupt masked only when a watchdog timer has been cleared
US4780843A (en) Wait mode power reduction system and method for data processor
US5842028A (en) Method for waking up an integrated circuit from low power mode
JPS6349814B2 (en)
JP2696511B2 (en) Return method from power down mode
JP2000132427A (en) Improved watchdog timer control circuit with permanent programmable enablement
JPH01297735A (en) Microprocessor
US6321289B1 (en) Apparatus for automatically notifying operating system level applications of the occurrence of system management events
JPH0756774A (en) Watching timer
JP3214469B2 (en) Method and apparatus for controlling writing of flash EEPROM by microcomputer
JPH08339308A (en) Digital processor
JP4439711B2 (en) Data processing apparatus and system
JPS6027038A (en) Detecting system for program runaway
JP2677609B2 (en) Microcomputer
JPS5916029A (en) Starting circuit of electronic device
JP2830522B2 (en) Watchdog timer
JP2870083B2 (en) Microcomputer with built-in watchdog timer
JP2705311B2 (en) Microcomputer
JPH03252886A (en) Single chip microcomputer
JPH0969052A (en) Interruption control circuit
JPH03266110A (en) Resetting device for computer
JP2755205B2 (en) Low power consumption method for data processing equipment
JPH0654504B2 (en) Stand-by mode circuit
JPH03201040A (en) Watchdog timer
JPH01230136A (en) Run-away preventing circuit

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20001031