JPS61202233A - Control method of microcomputer - Google Patents

Control method of microcomputer

Info

Publication number
JPS61202233A
JPS61202233A JP60044023A JP4402385A JPS61202233A JP S61202233 A JPS61202233 A JP S61202233A JP 60044023 A JP60044023 A JP 60044023A JP 4402385 A JP4402385 A JP 4402385A JP S61202233 A JPS61202233 A JP S61202233A
Authority
JP
Japan
Prior art keywords
program
judgment data
microcomputer
runaway
level
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP60044023A
Other languages
Japanese (ja)
Inventor
Masahiro Eda
江田 正弘
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.)
Bosch Corp
Original Assignee
Diesel Kiki 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 Diesel Kiki Co Ltd filed Critical Diesel Kiki Co Ltd
Priority to JP60044023A priority Critical patent/JPS61202233A/en
Publication of JPS61202233A publication Critical patent/JPS61202233A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To increase the control speed of a microcomputer by keeping the data stored before a runaway occurs in a reset mode of the program runaway and therefore using effectively the previous stored data to eliminate the time delay due to initialization. CONSTITUTION:When a program runaway occurs, a closed loop action of processes (1) (2) (1) is started. Under such conditions, a P-RUN terminal of a CPU 101 is kept at a fixed H or L level. Then the signal of an L level is delivered from a watchdog timer 2. Thus the output of an AND circuit is set at an L level and a reset signal is applied to the CPU 101. Thus a program is started again. In such a runaway mode the memory contents of a RAM 103 are not broken in general and therefore the decision data is kept. Thus a processing program is started without carrying out the initialization again.

Description

【発明の詳細な説明】 [産業上の利用分野] 本発明はマ・イクロコンピュータの制御方法に関し、詳
しくはリセット動作時における制御方法に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a control method for a microcomputer, and more particularly to a control method during a reset operation.

[従来技術の説明] マイクロコンピュータにおいては、周知のように、@源
投入時やプログラム暴走時にリセット信号が入力され、
これによりプログラムの再スタートが行なわれるように
なっている。従来においては、電源投入時のリセットと
プログラム暴走時のリセットとを区別することなく、リ
セット信号が入力される毎に、初期設定を行なって処理
プログラムに移行させる方法がとられていた。そのため
、プログラムの暴走以前に蓄積されたデータが暴走によ
るリセットで消失することとなり、従前の蓄積データを
使用することができないという動作上の不利益を生じて
いた。
[Description of Prior Art] As is well known, in a microcomputer, a reset signal is input when power is turned on or when a program runs out of control.
This causes the program to restart. Conventionally, a method has been adopted in which initial settings are performed and the process is transferred to a processing program each time a reset signal is input, without distinguishing between a reset when the power is turned on and a reset when a program runs out of control. Therefore, the data accumulated before the runaway of the program is lost due to a reset caused by the runaway, resulting in an operational disadvantage that the previously accumulated data cannot be used.

また、従来の方法では、プログラムが暴走しても巾にリ
セットを繰り返すのみであるため、暴走が頻繁に生ずる
ような場合でもその事実を外部から認識することができ
なかった。そのため、暴走が頻繁に生ずる状態の下での
制御が継続されることとなり、制御性に支障を来たすお
それがあった。
Further, in the conventional method, even if a program runs out of control, the program is simply reset repeatedly, so even if runaway occurs frequently, this fact cannot be recognized from the outside. Therefore, control is continued under conditions where runaway frequently occurs, which may impair controllability.

[発明の目的] 本発明は上記観点に基づいてなされたもので、その目的
は、プログラム暴走時のリセットの際に暴走以前の蓄積
データを残すことが可能なマイクロコンピュータの制御
方法を提供することにある。
[Object of the Invention] The present invention has been made based on the above viewpoint, and its purpose is to provide a control method for a microcomputer that can leave accumulated data before the runaway when resetting the program when the program runs out of control. It is in.

本発明の別の目的は、プログラムの暴走が頻繁に生ずる
ような場合にその事実を外部から認識することが可能な
マイクロコンピュータの制御方法を提供することにある
Another object of the present invention is to provide a microcomputer control method that allows external recognition of program runaways that occur frequently.

[目的を達成するための手段] 本発明においては、マイクロコンピュータのROMに格
納された判断データを初期設定の際に前記マイクロコン
ピュータのRAMに書き込むようにし、前記マイクロコ
ンピュータにリセット信号が入力された際にその初期設
定に先行して前記ROMの判断データと前記RAMの判
断データとを比較し、両者が一致した場合には新ためて
初期設定を行なうことなく処理プログラムを実行し、不
一致の場合には前記判断データの書き込みおよび初期設
定を行なった後に処理プログラムを実行することによっ
て、プログラム暴走時のリセットの際に蓄積データを残
すことを可能とする。
[Means for Achieving the Object] In the present invention, judgment data stored in a ROM of a microcomputer is written to a RAM of the microcomputer during initial setting, and a reset signal is input to the microcomputer. In this case, the judgment data in the ROM and the judgment data in the RAM are compared prior to the initial setting, and if they match, the processing program is executed without performing new initial settings, and if they do not match, the processing program is executed. By executing the processing program after writing the judgment data and performing the initial setting, it is possible to leave the accumulated data at the time of resetting when the program runs out of control.

また、前記ROMの判断データと前記RAMの判断デー
タとが一致するリセット信号の入力回数を計数し、当該
計数が所定数に達した場合にプログラムの暴走警告を与
えることによって、プログラムの暴走が頻繁に生じてい
る事実を外部から認識可能とする。
Further, by counting the number of inputs of a reset signal in which the judgment data in the ROM and the judgment data in the RAM match, and issuing a program runaway warning when the count reaches a predetermined number, the program runaway can be prevented frequently. make it possible to recognize the facts that are occurring from the outside.

し発明の実施例] 第1図は本発明方法を実施するための構成図、第2図は
本発明方法の一実施例を示すフローチャートである。
Embodiments of the Invention] FIG. 1 is a block diagram for implementing the method of the present invention, and FIG. 2 is a flowchart showing an embodiment of the method of the present invention.

第1図において、lはマイクロコンピュータで、CPU
l0I 、ROM102およびRAM103を備えてい
る。2はウォッチドッグタイマで、CPU101のP−
RUN (プログラムラン)端子から出力されるプログ
ラムラン信号を入力し、この信号がHレベル一定または
Lレベル一定となることでプログラムの暴走を検出する
。ウォッチドッグタイマ2は、プログラムの暴走検出で
Lレベルの信号を出力し、定常状態ではHレベルの信号
を出力する。3はAND回路で、一方の入力端子がウォ
ッチドッグタイマ2の出力側に接続され、他方の入力端
子が一端グランドのコンデンサCとの接続を介して抵抗
Rの一端に接続されている。抵抗Rの他端は電源スィッ
チ4に接続されている。このようにAND回路3の一方
の入力端子は抵抗RおよびコンデンサCを介して電源ス
ィッチ4に接続されているので、当該入力端子には、電
源スィッチ4の閉成と同時にHレベルの信号が与えられ
ることはなく、その閉成後所定の短時間経過後にHレベ
ルの信号が与えられることになる。AND回路3の出力
端子はCPUl0Iの1丁1(リセット)端子に接続さ
れ、電源投入によるリセット信号およびプログラムの暴
走によるリセット信号がLレベルの信号としてCPU1
01に与えられるようになっている。マイクロコンピュ
ータ1のROM102には、制御プログラム等と共に所
定の判断データが格納されている。この判断データは、
リセット信号が電源投入により与えられたものか或はプ
ログラムの暴走により与えられたものかの判断基準とな
るもので、任意のデータで構成することがができる。こ
の判断データは、後述するように、初期設定の際にRA
M103に書き込まれることになる。
In Fig. 1, l is a microcomputer, and the CPU
10I, ROM102, and RAM103. 2 is a watchdog timer, P- of the CPU 101
A program run signal output from a RUN (program run) terminal is input, and runaway of the program is detected when this signal is at a constant H level or a constant L level. The watchdog timer 2 outputs an L level signal when a program runaway is detected, and outputs an H level signal in a steady state. 3 is an AND circuit, one input terminal of which is connected to the output side of the watchdog timer 2, and the other input terminal of which is connected to one end of a resistor R via a connection with a capacitor C whose end is grounded. The other end of the resistor R is connected to the power switch 4. Since one input terminal of the AND circuit 3 is connected to the power switch 4 via the resistor R and the capacitor C, an H level signal is applied to the input terminal at the same time as the power switch 4 is closed. The H-level signal is applied after a predetermined short time has elapsed after the closure. The output terminal of the AND circuit 3 is connected to the 1-1 (reset) terminal of the CPU10I, and the reset signal caused by power-on and the reset signal caused by a runaway program are sent to the CPU1 as an L level signal.
01. The ROM 102 of the microcomputer 1 stores predetermined judgment data along with control programs and the like. This judgment data is
This serves as a criterion for determining whether a reset signal is given due to power-on or a runaway program, and can be composed of arbitrary data. This judgment data is used when initializing the RA as described below.
It will be written to M103.

このような構成で、電源スィッチ4が閉成されると、A
ND回路3の入力端子に、ウォッチドッグタイマ2から
のHレベルの信号と抵抗RおよびコンデンサCを介して
与・えられる信号とが印加される。抵抗Rおよびコンデ
ンサCを介して与えられる信号は、電源スィッチ4の閉
成後所定の短時間が経過するまではLレベルであり、こ
の経過後にHレベルとなる。従って、電源スィッチ4の
閉成と同時にAND回路3からLレベルのリセット信号
がCPUl0Iに与えられ、第2図のフローチャートに
従うプログラムがスタートする。なお、電源スィッチ4
の開成後上記短時間が経過すれば、AND回路3の入力
レベルは共にHレベルとなるので、電源投入によるリセ
ットは解除されることになる。
With this configuration, when the power switch 4 is closed, A
An H level signal from the watchdog timer 2 and a signal provided via a resistor R and a capacitor C are applied to an input terminal of the ND circuit 3. The signal applied via the resistor R and the capacitor C is at the L level until a predetermined short time has elapsed after the power switch 4 is closed, and then becomes the H level. Therefore, at the same time as the power switch 4 is closed, an L level reset signal is applied from the AND circuit 3 to the CPU10I, and the program according to the flowchart of FIG. 2 is started. In addition, power switch 4
When the above-mentioned short period of time has elapsed after the opening of the AND circuit 3, both input levels of the AND circuit 3 become H level, so that the reset caused by turning on the power is canceled.

電源投入によるリセット信号の入力で、ROM102内
の判断データとRAM103内の判断データとの間の一
致判断が行なわれる(ステップ5)。ROM102に予
め格納されている判断データは、次のステップ6でRA
M103に書き込まれるようになっている。電源投入時
においては、RAM103の従前の内容は破壊されてい
るので前回の動作時に判断データがRAM103に書き
込まれていたとしても、その判断データは破壊された状
態にある。従って、電源投入によるリセット信号の入力
の場合、ROM102内の判断データとRAM103内
の判断データとは一致しない。この結果、ステップ5か
らスッテプ6に移行して、RAM103に新たに判断デ
ータが書き込まれると共に初期設定が行なわれることに
なる。
Upon input of a reset signal upon power-on, a match is determined between the determination data in the ROM 102 and the determination data in the RAM 103 (step 5). The judgment data previously stored in the ROM 102 is transferred to the RA in the next step 6.
It is written to M103. When the power is turned on, the previous contents of the RAM 103 are destroyed, so even if judgment data was written in the RAM 103 during the previous operation, the judgment data is in a destroyed state. Therefore, when a reset signal is input due to power-on, the judgment data in the ROM 102 and the judgment data in the RAM 103 do not match. As a result, the process moves from step 5 to step 6, where new judgment data is written into the RAM 103 and initial settings are performed.

その後は、処理ステップにより形成された閉ループ内を
循環し、目的の処理が行なわれる。この閉ループ内のス
テップ7は、CPU I O1のP−RUN端子の出力
を閉ループの一巡毎に反転させるものである。従って、
処理プログラムが暴走することなく閉ループを循環して
いれば、ウォッチドッグタイマ2にはパルス列が与えら
れ、これにより、ウォッチドッグタイマ2からHレベル
の信号がAND回路3に与えられるので、Lレベルのリ
セット信号が出力されることはない。
Thereafter, the target process is performed by circulating in a closed loop formed by the process steps. Step 7 in this closed loop is to invert the output of the P-RUN terminal of the CPU I O1 every round of the closed loop. Therefore,
If the processing program circulates in a closed loop without running out of control, a pulse train is given to the watchdog timer 2, and as a result, an H level signal is given from the watchdog timer 2 to the AND circuit 3, so that an L level signal is given to the AND circuit 3. A reset signal is never output.

これに対して、プログラムに暴走が生じ、例えば処理(
1)→処理(2)→処理(1)となる閉ループ動作を開
始したとすると、CPUl0IのP−RUN端子はHレ
ベル一定またはLレベル一定となり、ウォッチドッグタ
イマ2からLレベルの信号が出力される。この結果、A
ND回路3の出力レベルがLレベルとなりCPUl0I
にリセット信号が与えられて、プログラムは再スタート
ととなりステップ5に移行する。このような暴走時にお
いては、RAM103の記憶内容は一般に破壊されるよ
゛うなことはないから、判断データが残されている。従
って、ROM102内の判断データとRAM103内の
判断データとが一致するので、初期設定(ステー2プロ
)を新ためて行なうことなく処理プログラムに移行し、
暴走以前の蓄積データに従って処理プログラムが開始さ
れる。
On the other hand, the program may run out of control, such as processing (
Assuming that a closed-loop operation is started in the order of 1) → Processing (2) → Processing (1), the P-RUN terminal of CPU10I becomes a constant H level or a constant L level, and the watchdog timer 2 outputs an L level signal. Ru. As a result, A
The output level of the ND circuit 3 becomes L level, and the CPUl0I
A reset signal is applied to the program to restart the program and proceed to step 5. In the event of such a runaway, the storage contents of the RAM 103 are generally not destroyed, so the judgment data remains. Therefore, since the judgment data in the ROM 102 and the judgment data in the RAM 103 match, the process can be moved to the processing program without performing new initial settings (Stage 2 Pro).
A processing program is started according to the accumulated data before the runaway.

なお、暴走時においてROM102内の判断データとR
AM103内の判断データとの間に不一致が生ずれば、
電源投入時と同様の動作が行なわれ、破壊された蓄積デ
ータが用いられるようなことはない。
In addition, in the event of a runaway, the judgment data in the ROM 102 and R
If there is a discrepancy with the judgment data in AM103,
The same operation as when the power is turned on is performed, and corrupted stored data will not be used.

第3図は本発明方法の別の実施例を示すフローチャート
で、その特徴は、プログラムの暴走回数を計数し、頻繁
に暴走が生ずる場合にその事実を外部に警告するように
構成することにある。
FIG. 3 is a flowchart showing another embodiment of the method of the present invention, the feature of which is that it is configured to count the number of times the program runs out of control and to warn the outside when runaway occurs frequently. .

電源投入によるリセット信号の入力で、先の実施例と同
様にROM102内の判断データとRAM103内の判
断データとの間の一致判断が行なわれる。電源投入時に
は前述したように一致することはないので、RAM10
3に対する判断データの書き込み、変数Xのクリアおよ
び初期設定の後(ステップ8)、処理プログラムに移行
する。
Upon input of a reset signal upon power-on, a match between the determination data in the ROM 102 and the determination data in the RAM 103 is determined as in the previous embodiment. When the power is turned on, they will not match as mentioned above, so the RAM10
After writing the judgment data for No. 3 and clearing and initializing the variable X (step 8), the process moves to the processing program.

変数Xは、ROM102内の判断データとRAM103
内の判断データとが一致するリセット信号の入力回数を
表し、換言すればプログラムの暴走回数を表す。
The variable X is the judgment data in the ROM 102 and the RAM 103.
It represents the number of inputs of a reset signal that matches the judgment data in the table, or in other words, represents the number of times the program runs out of control.

処理プログラムにおいて前述したようなプログラムの暴
走が生じると、それによるリセットでステップ5を経て
ステップ9に移行し、変数Xが+1インクリメントされ
る0次いで、変数Xが所定数n以上になったか否かの判
断が行なわれる(ステップ10)、変数Xが所定数nに
達していなければ、先の実施例と同様に処理プログラム
に移行し、変数Xが所定数n以上であれば、警告表示(
ステップ11)を経て処理プログラムに移行する。この
警告表示により、プログラムの暴走が頻繁に生じている
ことが外部に知ら・される。
When a program runaway as described above occurs in the processing program, the process proceeds to step 9 via step 5 due to the reset, and the variable X is incremented by +1 (0) Next, it is determined whether the variable A judgment is made (step 10). If the variable
The process moves to the processing program via step 11). This warning display informs the outside that the program is frequently running out of control.

なお、本例の方法を実施するための構成は、第1図の構
成に表示手段を付加すればよく、周知技術に従って容易
に構成することができる。
Note that the configuration for implementing the method of this example can be easily configured by adding a display means to the configuration shown in FIG. 1 according to well-known technology.

第4図は本発明方法を実施するための別の構成図で、そ
の特徴は、CPU121.ROM122およびRAM1
23を有するマイクロコンピュータ12の内部タイマを
用いてプログラムの暴走の如何に拘らず所定時間毎にリ
セット信号を与えることにある。すなわち、第2図のフ
ローチャートにおいて、所定時間毎にリセット信号を供
給し。
FIG. 4 is another configuration diagram for implementing the method of the present invention, and its characteristics are as follows: CPU 121. ROM122 and RAM1
The purpose of the present invention is to use an internal timer of the microcomputer 12 having 23 to give a reset signal at predetermined time intervals regardless of whether the program runs out of control. That is, in the flowchart of FIG. 2, a reset signal is supplied at predetermined time intervals.

プログラムの暴走の如何に拘らず所定時間毎に、ROM
122内の判断データとRAM123内の判断データと
の間の一致判断を実行させることにある。
ROM at predetermined intervals regardless of whether the program runs out of control.
122 and the judgment data in the RAM 123.

このようにすれば、ウォッチドッグタイマを設ける必要
がなくなるので、構成を簡単化することができる。本例
は、制御が比較的遅くてもよい例えばエアコンなどの制
御に適用することができる。
In this way, there is no need to provide a watchdog timer, so the configuration can be simplified. This example can be applied to, for example, control of an air conditioner, which may be controlled relatively slowly.

[発明の効果] 以上説明したように本発明によれば、ROM内の判断デ
ータとRAM内の判断データとの間の一致判断に基づい
て、プログラム暴走以前の蓄積データを初期化しないよ
うにしたので、従前の蓄積データを有効に利用すること
ができ、また、初期化に伴なう時間遅れがなく制御動作
を速めることができる。また、プログラムの暴走回汐を
計数しその回数が所定数を越えた場合に警告を与えるこ
ととしたので、プログラムの暴走が頻繁に生じている状
態を外部から認識することができ、迅速な対応が可能と
なる。
[Effects of the Invention] As explained above, according to the present invention, the accumulated data before the program runaway is not initialized based on the coincidence judgment between the judgment data in the ROM and the judgment data in the RAM. Therefore, previously accumulated data can be used effectively, and there is no time delay associated with initialization, and control operations can be accelerated. In addition, we have decided to count the number of program runaways and issue a warning when the number of runaways exceeds a predetermined number, making it possible to recognize from the outside the situation where program runaways are occurring frequently, and to respond quickly. becomes possible.

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

第1図は本発明方法を実施するための構成図、第2図は
本発明方法の一実施例を示すフローチャート、第3図は
本発明方法の別の実施例を示すフローチャート、第4図
は本発明方法を実施するための別の構成図である。 1.12:マイクロコンピュータ 2:ウォッチドッグタイマ 3:AND回路 4:電源スィッチ 101.121:CPU 102.122:ROM 103.123:RAM
FIG. 1 is a block diagram for carrying out the method of the present invention, FIG. 2 is a flow chart showing one embodiment of the method of the present invention, FIG. 3 is a flow chart showing another embodiment of the method of the present invention, and FIG. 4 is a flow chart showing another embodiment of the method of the present invention. FIG. 3 is another block diagram for implementing the method of the present invention. 1.12: Microcomputer 2: Watchdog timer 3: AND circuit 4: Power switch 101.121: CPU 102.122: ROM 103.123: RAM

Claims (2)

【特許請求の範囲】[Claims] (1)マイクロコンピュータのROMに格納された判断
データを初期設定の際に前記マイクロコンピュータのR
AMに書き込むようにし、前記マイクロコンピュータに
リセット信号が入力された際にその初期設定に先行して
前記ROMの判断データと前記RAMの判断データとを
比較し、両者が一致した場合には新ためて初期設定を行
なうことなく処理プログラムを実行し、不一致の場合に
は前記判断データの書き込みおよび初期設定を行なった
後に処理プログラムを実行するようにしたことを特徴と
するマイクロコンピュータの制御方法。
(1) When initializing the judgment data stored in the ROM of the microcomputer,
AM, and when a reset signal is input to the microcomputer, the judgment data in the ROM and the judgment data in the RAM are compared before the initial setting, and if the two match, a new one is written. A method for controlling a microcomputer, characterized in that the processing program is executed without performing initial settings, and in the case of a mismatch, the processing program is executed after writing the judgment data and performing the initial settings.
(2)前記ROMの判断データと前記RAMの判断デー
タとが一致するリセット信号の入力回数を計数し、当該
計数が所定数に達した場合にプログラムの暴走警告を与
えるようにした特許請求の範囲第1項に記載のマイクロ
コンピュータの制御方法。
(2) The scope of the claim is that the number of inputs of a reset signal in which the judgment data of the ROM and the judgment data of the RAM match is counted, and when the count reaches a predetermined number, a program runaway warning is given. The method for controlling a microcomputer according to item 1.
JP60044023A 1985-03-06 1985-03-06 Control method of microcomputer Pending JPS61202233A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60044023A JPS61202233A (en) 1985-03-06 1985-03-06 Control method of microcomputer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60044023A JPS61202233A (en) 1985-03-06 1985-03-06 Control method of microcomputer

Publications (1)

Publication Number Publication Date
JPS61202233A true JPS61202233A (en) 1986-09-08

Family

ID=12680059

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60044023A Pending JPS61202233A (en) 1985-03-06 1985-03-06 Control method of microcomputer

Country Status (1)

Country Link
JP (1) JPS61202233A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6398010A (en) * 1986-10-13 1988-04-28 Nec Corp Method for distinguishing power application and reset of microcomputer
US5351185A (en) * 1991-05-17 1994-09-27 Airbag Systems Company Ltd. Malfunction checking control system which checks identification data stored in RAM

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS55110354A (en) * 1979-02-16 1980-08-25 Fujitsu Ltd Abnormality diagnostic system
JPS58169219A (en) * 1982-03-31 1983-10-05 Nec Home Electronics Ltd Memory contents holding system of microcomputer
JPS58175198A (en) * 1982-04-07 1983-10-14 Toshiba Corp Data processing device
JPS59123054A (en) * 1982-12-29 1984-07-16 Fujitsu Ltd Initial detecting system
JPS59200351A (en) * 1983-04-27 1984-11-13 Sanyo Electric Co Ltd Resetting system of microcomputer

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS55110354A (en) * 1979-02-16 1980-08-25 Fujitsu Ltd Abnormality diagnostic system
JPS58169219A (en) * 1982-03-31 1983-10-05 Nec Home Electronics Ltd Memory contents holding system of microcomputer
JPS58175198A (en) * 1982-04-07 1983-10-14 Toshiba Corp Data processing device
JPS59123054A (en) * 1982-12-29 1984-07-16 Fujitsu Ltd Initial detecting system
JPS59200351A (en) * 1983-04-27 1984-11-13 Sanyo Electric Co Ltd Resetting system of microcomputer

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6398010A (en) * 1986-10-13 1988-04-28 Nec Corp Method for distinguishing power application and reset of microcomputer
US5351185A (en) * 1991-05-17 1994-09-27 Airbag Systems Company Ltd. Malfunction checking control system which checks identification data stored in RAM

Similar Documents

Publication Publication Date Title
US4405982A (en) Arrangement for monitoring the function of a programmable electronic switching circuit
US4881219A (en) Control device for a sunshade blind responsive to meteorological phenomenon
US4531198A (en) Operation mode monitor for microcomputer
JPS61202233A (en) Control method of microcomputer
US4903193A (en) Runaway detecting system for CPU
JPS58169219A (en) Memory contents holding system of microcomputer
JPS57153348A (en) Control circuit for microcomputer
JP2002227662A (en) Electronic control device
JPS6218939B2 (en)
JPS556639A (en) Re-try system of channel
JPS5729034A (en) Control circuit of zoom device
JPH11110231A (en) Interruption control system
JPS622684Y2 (en)
JPH0683652A (en) Microcomputer system
JPS5995651A (en) Altering method of memory data
JPH05128281A (en) Microcomputer
JP2699761B2 (en) Microcomputer external output circuit
WO1990013071A1 (en) Programmable controller
JPH03208137A (en) Abnormality detection system for control microcomputer
JPH02136905A (en) Supervisory method for programmable controller
JPH09237205A (en) Program runaway detection device
JPH0628060A (en) Reset circuit for cpu
JPS58151605A (en) Controlling system of sequencer
JPS61121107A (en) Programmable controller
JPH01191916A (en) System resetting control circuit