JPH0561570A - Control system for vehicle - Google Patents

Control system for vehicle

Info

Publication number
JPH0561570A
JPH0561570A JP3244151A JP24415191A JPH0561570A JP H0561570 A JPH0561570 A JP H0561570A JP 3244151 A JP3244151 A JP 3244151A JP 24415191 A JP24415191 A JP 24415191A JP H0561570 A JPH0561570 A JP H0561570A
Authority
JP
Japan
Prior art keywords
data
ram
control
storage area
check data
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
JP3244151A
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
Zexel Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zexel Corp filed Critical Zexel Corp
Priority to JP3244151A priority Critical patent/JPH0561570A/en
Publication of JPH0561570A publication Critical patent/JPH0561570A/en
Pending legal-status Critical Current

Links

Landscapes

  • Air-Conditioning For Vehicles (AREA)
  • Power Sources (AREA)

Abstract

PURPOSE:To improve the reliability of back-up data and to prevent disordered control based on the destroyed back-up data by composing a control data storage area in a RAM of most of bits at plural addresses and composing a check data storage area of specified bits at these addresses. CONSTITUTION:In a RAM 13, a check data storage area 13b is composed of the specified bits at respective addresses X-Xn of a control data storage area 13a and when only one part of the back-up data held in the control data storage area 13a is destroyed, the check data of addresses belonging to the addresses of the destroyed back-up data are destroyed as well. Therefore, by judging the check data in the RAM 13 and check data in a ROM 12, it can be judged whether the back-up data are normal or not. When the back-up data are normal, the data can be used and when they are abnormal, the use can be inhibited.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、バックアップデータの
異常検出機能を備えた車両用制御システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a vehicle control system having a backup data abnormality detection function.

【0002】[0002]

【従来の技術】一般の車両用エアコンディショナーの制
御システムはマイクロコンピュータを備えており、この
マイクロコンピュータにはイグニッションキースイッチ
がオフになってもバッテリ電圧が付与されている。これ
により、マイクロコンピュータのRAMは、イグニッシ
ョンキースイッチがオフになる直前の制御データをバッ
クアップデータとして格納できる。そして、再度イグニ
ッションキースイッチをオンした後、上記バックアップ
データに基づいて制御を再開できる。このようにバック
アップデータを用いるためには、イグニッションキース
イッチのオンに応答してスタートする初期化プログラム
において、上記バックアップデータを除いてRAMを初
期化する必要がある。
2. Description of the Related Art A general vehicle air conditioner control system includes a microcomputer, to which a battery voltage is applied even when an ignition key switch is turned off. As a result, the RAM of the microcomputer can store the control data immediately before the ignition key switch is turned off as backup data. Then, after turning on the ignition key switch again, the control can be restarted based on the backup data. In order to use the backup data in this way, it is necessary to initialize the RAM excluding the backup data in the initialization program started in response to turning on of the ignition key switch.

【0003】ところで、上記バッテリーを交換する時に
は、マイクロコンピュータへの電圧付与が停止され、こ
の時、RAMのバックアップデータも破壊される。この
ため、バッテリー交換が終了し、イグニッションキース
イッチをオンにした後で、破壊されたバックアップデー
タに基づいて制御を行うと、制御が無秩序になってしま
う。
By the way, when the battery is replaced, the voltage application to the microcomputer is stopped, and the backup data in the RAM is also destroyed at this time. Therefore, if the control is performed based on the destroyed backup data after the battery replacement is completed and the ignition key switch is turned on, the control becomes chaotic.

【0004】そこで、マイクロコンピュータのRAMに
は、上記制御データを格納するためのエリアと、ROM
に格納されたチェックデータと同一のチェックデータを
格納するためのエリアを設けている。そして、イグニッ
ションキースイッチのオンに応答してマイクロコンピュ
ータでスタートする初期化プログラムでは、まずRAM
のチェックデータがROMのチェックデータと一致する
か否かを判定する。すなわち、RAMのチェックデータ
がROMのチェックデータと一致していれば、チェック
データが正常であり、ひいては制御データ格納エリアに
保持されたバックアップデータも正常であると判断す
る。また、一致していなければ、チェックデータが破壊
されており、ひいてはバックアップデータも破壊されて
いると判断する。上記チェックデータが一致すると判断
した時には、RAMのバックアップデータを残し、他の
エリアのデータを初期化する。この場合は、バックアッ
プデータに基づく制御を実行できる。また、一致しない
と判断した時には、バックアップデータを含めてRAM
の全エリアのデータを初期化する。
Therefore, the RAM of the microcomputer has an area for storing the control data and a ROM.
An area is provided for storing the same check data as the check data stored in. Then, in the initialization program started by the microcomputer in response to turning on the ignition key switch, the RAM is first
It is determined whether or not the check data of (1) and the check data of the ROM match. That is, if the check data in the RAM matches the check data in the ROM, it is determined that the check data is normal and the backup data held in the control data storage area is also normal. If they do not match, it is determined that the check data has been destroyed and the backup data has also been destroyed. When it is determined that the check data match, the backup data in the RAM is left and the data in other areas are initialized. In this case, control based on backup data can be executed. When it is determined that they do not match, RAM including backup data is included.
Initialize the data of all areas.

【0005】[0005]

【発明が解決しようとする課題】上記従来の制御システ
ムでは、チェックデータが、制御データ格納エリアのア
ドレスとは別のアドレスに付属するエリアに格納されて
いる。このため、バッテリー交換が極めて短時間で行わ
れるか、またはバッテリー交換を途中で止め短時間しか
経過しないうちに再度マイクロコンピュータに接続した
場合には、バックアップデータの一部または全部が破壊
されているにも拘わらず、チェックデータが正常なまま
維持されている可能性がある。この場合、イグニッショ
ンキースイッチがオンした時に、RAMのチェックデー
タがROMのチェックデータと一致していると判断する
ので、RAMのバックアップデータをそのまま残したま
ま初期化を行う。その結果、破壊されたバックアップデ
ータに基づいて無秩序な制御を実行してしまう。
In the above conventional control system, the check data is stored in an area attached to an address different from the address of the control data storage area. For this reason, if the battery is replaced in an extremely short time, or if the battery is reconnected and connected to the microcomputer again within a short time, some or all of the backup data is destroyed. Nevertheless, the check data may be maintained normally. In this case, when the ignition key switch is turned on, it is determined that the check data in the RAM matches the check data in the ROM, so the initialization is performed while leaving the backup data in the RAM as it is. As a result, chaotic control is executed based on the corrupted backup data.

【0006】[0006]

【課題を解決するための手段】本発明は上記課題を解決
するためになされたのもので、その要旨は図1に示す制
御システムにある。この制御システムは、マイクロコン
ピュータ10を備え、このマイクロコンピュータ10の
RAM13が、制御対象Eに対する制御データを格納す
るエリア13aと、ROM12に格納されたチェックデ
ータと同一のチェックデータを格納するエリア13bを
備えている。マイクロコンピュータ10に常時バッテリ
Vの電圧を付与することにより、イグニッションキース
イッチSがオフする直前の制御データをバックアップデ
ータとして上記制御データ格納エリア13aに保持する
ようにしている。さらにマイクロコンピュータ10は、
イグニッションキースイッチSのオンに応答してスター
トする初期化プログラムを備えている。この初期化プロ
グラムは、RAM13のチェックデータがROM12の
チェックデータと一致するか否かを判定する判定手段1
00と、上記判定手段で一致すると判定した場合にバッ
クアップデータを除いてRAMを初期化する第1初期化
手段101と、上記判定手段で一致しないと判定した場
合にバックアップデータを含めてRAM13を初期化す
る第2初期化手段102とを備えている。本発明の制御
システムは次によって特徴づけられている。上記RAM
13の制御データ格納エリア13aが複数のアドレスX
1〜Xnの大部分のビットによって構成されており、上
記チェックデータ格納エリア13bが、制御データ格納
エリア13aのアドレスX1〜Xn毎の特定ビットによ
って構成されている。
The present invention has been made to solve the above problems, and its gist resides in the control system shown in FIG. This control system includes a microcomputer 10, and a RAM 13 of the microcomputer 10 has an area 13a for storing control data for the controlled object E and an area 13b for storing the same check data as the check data stored in the ROM 12. I have it. By constantly applying the voltage of the battery V to the microcomputer 10, the control data immediately before the ignition key switch S is turned off is held as backup data in the control data storage area 13a. Further, the microcomputer 10
It is provided with an initialization program that starts in response to turning on of the ignition key switch S. This initialization program is a judgment means 1 for judging whether the check data in the RAM 13 matches the check data in the ROM 12.
00, the first initialization means 101 for initializing the RAM excluding the backup data when the determination means determines that they match, and the RAM 13 including the backup data when the determination means determines that they do not match. And a second initialization means 102 for converting the data into a second format. The control system of the present invention is characterized by: RAM above
The control data storage area 13a of 13 has a plurality of addresses X
1 to Xn is constituted by a majority of the bit, the check data storage area 13b is configured by a specific bit of each address X 1 to Xn of the control data storage area 13a.

【0007】[0007]

【作用】RAM13において、チェックデータ格納エリ
ア13bが、制御データ格納エリア13aのアドレスX
1〜Xn毎の特定ビットによって構成されているので、
制御データ格納エリアに保持されたバックアップデータ
の一部でも破壊された時には、この破壊されたバックア
ップデータのアドレスに所属するアドレスのチェックデ
ータも同時に破壊される。したがって、RAM13のチ
ェックデータがROM12のチェックデータと一致する
か否かを判断することにより、バックアップデータが正
常か否かを正確に判断することができる。その結果、バ
ックアップデータが正常な時には、イグニッションキー
スイッチのオンの後の制御においてバックアップデータ
を用いることができ、異常な時には、バックアップデー
タの使用を確実に禁じることができ無秩序な制御の実行
を防止することができる。
In the RAM 13, the check data storage area 13b is the address X of the control data storage area 13a.
Since it is composed of specific bits for each 1 to Xn,
When even a part of the backup data held in the control data storage area is destroyed, the check data of the address belonging to the address of the destroyed backup data is also destroyed. Therefore, by determining whether the check data in the RAM 13 matches the check data in the ROM 12, it is possible to accurately determine whether the backup data is normal. As a result, when the backup data is normal, the backup data can be used in the control after the ignition key switch is turned on, and when the backup data is abnormal, the backup data can be reliably prohibited and the execution of chaotic control is prevented. can do.

【0008】[0008]

【実施例】以下、本発明の一実施例を図2〜図4を参照
して説明する。図2は、エアコンデショナーE(制御対
象)を制御する制御システムを示し、この制御システム
はマイクロコンピュータ10を備えている。マイクロコ
ンピュータ10は、通常のものと同様に、中央演算処理
装置(CPU)11と、プログラムやチェックデータを
記憶するリードオンリーメモリ(ROM)12と、ラン
ダムアクセスメモリ(RAM)13を備えている。マイ
クロコンピュータ10にはバッテリVの電圧が常時付与
されている。マイクロコンピュータ10には、操作パネ
ルからの制御データやセンサからの検出データが入力さ
れる。マイクロコンピュータ10ではこれら制御データ
や検出データにもとづいて演算を行い、エアコンディシ
ョナーEの各種アクチュエータの駆動回路に制御信号を
出力する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to FIGS. FIG. 2 shows a control system for controlling the air conditioner E (controlled object), and this control system includes a microcomputer 10. The microcomputer 10 includes a central processing unit (CPU) 11, a read-only memory (ROM) 12 for storing programs and check data, and a random access memory (RAM) 13 as in the case of a normal computer. The voltage of the battery V is constantly applied to the microcomputer 10. Control data from an operation panel and detection data from a sensor are input to the microcomputer 10. The microcomputer 10 calculates based on these control data and detection data, and outputs control signals to the drive circuits of various actuators of the air conditioner E.

【0009】RAM13の全エリアのうち、図4に示す
アドレスX1〜Xnが付されたエリアは、制御データと
チェックデータを格納するためのエリアとなっている。
各アドレスX1〜Xnにおいて0ビット目〜6ビット目
までの7つのビットが、制御データを格納するエリアと
して提供され、7ビット目がチェックデータを格納する
ためのエリアとして提供される。
[0009] Of the total area of the RAM 13, the address X 1 to Xn is attached area shown in FIG. 4 is an area for storing control data and check data.
Seven bits from the 0th bit to the 6th bit in each address X 1 to Xn are provided as an area for storing control data, and the 7th bit is provided as an area for storing check data.

【0010】マイクロコンピュータ10では、イグニッ
ションキースイッチSがオンした時に、これに応答して
後述する初期化プログラムを実行し、その後は、後述す
るバックアップデータまたは操作パネルからの制御デー
タに基づき実際の制御を行う。マイクロコンピュータ1
0には常時バッテリVの電圧が付与されているので、イ
グニッションキースイッチSがオフした時には、RAM
13のアドレスX1〜Xnの0ビット目〜6ビット目の
制御データ格納エリアに、そのオフ直前の操作パネルか
らの制御データがバックアップデータとして保持され
る。この後、バッテリVとマイクロコンピュータ10の
接続が維持されていれば、RAM13のデータは破壊さ
れずに維持され、バッテリV交換等のためにバッテリV
とマイクロコンピュータ10の接続が解消されると、R
AM13のデータは破壊される。バッテリVとマイクロ
コンピュータ10が短時間だけ非接続状態となり、再び
接続された時には、RAM13の一部のデータだけが破
壊される。
In the microcomputer 10, when the ignition key switch S is turned on, an initialization program which will be described later is executed in response to this, and thereafter, actual control is performed based on backup data which will be described later or control data from the operation panel. I do. Microcomputer 1
Since the voltage of the battery V is always applied to 0, when the ignition key switch S is turned off, the RAM
The control data from the operation panel immediately before being turned off is held as backup data in the control data storage area of the 0th to 6th bits of the addresses X 1 to Xn of 13. After that, if the connection between the battery V and the microcomputer 10 is maintained, the data in the RAM 13 is maintained without being destroyed, and the battery V can be replaced for replacement of the battery V.
When the connection between the microcomputer 10 and
The data of AM13 is destroyed. When the battery V and the microcomputer 10 are disconnected from each other for a short time and are connected again, only part of the data in the RAM 13 is destroyed.

【0011】次に、イグニッションキースイッチSがオ
ンした時に実行される図3の初期化プログラムについて
詳述する。まず、RAM13のチェックデータがROM
12のチェックデータと一致するか否かを判断する(ス
テップ100)。このステップ100で肯定判断した時
には、バックアップデータを除いたRAM13の全エリ
アのデータを初期化する(ステップ101)。上記ステ
ップ100で否定判断した時には、バックアップデータ
を含むRAM13の全エリアのデータを初期化する(ス
テップ102)。このステップ101,102では、R
AMのアドレスX1〜Xnの7ビット目にROMのチェ
ックデータを書き込むことにより、チェックデータの初
期化が行われる。なお、ステップ101ではチェックデ
ータの初期化は省略してもよい。
Next, the initialization program of FIG. 3 executed when the ignition key switch S is turned on will be described in detail. First, the check data of RAM13 is ROM
It is determined whether or not the check data of 12 matches (step 100). When an affirmative decision is made in this step 100, the data of all areas of the RAM 13 excluding the backup data are initialized (step 101). When a negative determination is made in step 100, the data of all areas of the RAM 13 including the backup data is initialized (step 102). In these steps 101 and 102, R
The seventh bit AM addresses X 1 to Xn by writing the check data of ROM, the initialization of the check data. The initialization of the check data may be omitted in step 101.

【0012】RAM13において、チェックデータ格納
エリアが、制御データ格納エリアのアドレスX1〜Xn
毎の特定ビット(7ビット目)によって構成されている
ので、制御データ格納エリアに保持されたバックアップ
データの一部でも破壊された時には、この破壊されたバ
ックアップデータのアドレスに所属するアドレスのチェ
ックデータも同時に破壊される。したがって、RAM1
3のチェックデータがROM12のチェックデータと一
致するか否かを判断することにより、バックアップデー
タが正常か否かを正確に判断することができる。その結
果、バックアップデータが正常な時には、イグニッショ
ンキースイッチSのオンの後の制御においてバックアッ
プデータを用いることができ、異常な時には、バックア
ップデータの使用を確実に禁じて無秩序な制御の実行を
防止することができる。
In the RAM 13, the check data storage area is the address X 1 to Xn of the control data storage area.
Since it is composed of a specific bit (7th bit) for each, even if a part of the backup data held in the control data storage area is destroyed, the check data of the address belonging to the address of this destroyed backup data Is destroyed at the same time. Therefore, RAM1
By determining whether the check data of No. 3 matches the check data of the ROM 12, it is possible to accurately determine whether the backup data is normal. As a result, when the backup data is normal, the backup data can be used in the control after the ignition key switch S is turned on, and when the backup data is abnormal, the use of the backup data is surely prohibited to prevent the execution of chaotic control. be able to.

【0013】本発明は上記実施例に制約されず種々の態
様が可能である。例えば、チェックデータ格納エリア
は、制御データ格納エリアのアドレス毎の複数のビット
によって構成してもよい。バックアップを必要としない
制御データが格納されるアドレスには、チェックデータ
を格納するための特定ビットを設ける必要はない。
The present invention is not limited to the above embodiment, and various modes are possible. For example, the check data storage area may be composed of a plurality of bits for each address of the control data storage area. It is not necessary to provide a specific bit for storing the check data at the address where the control data that does not require backup is stored.

【0014】[0014]

【発明の効果】以上説明したように、本発明では、RA
Mの同一アドレスにバックアップデータとチェックデー
タを格納するため、チェックデータが正常か異常かの判
断により、バックアップデータが正常か異常かを正確に
判断することができる。その結果、異常なバックアップ
データに基づく無秩序な制御を確実に防止することがで
きる。
As described above, according to the present invention, RA
Since the backup data and the check data are stored in the same address of M, it can be accurately determined whether the backup data is normal or abnormal by determining whether the check data is normal or abnormal. As a result, chaotic control based on abnormal backup data can be reliably prevented.

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

【図1】本発明の制御システムの構成を示すブロック図
である。
FIG. 1 is a block diagram showing a configuration of a control system of the present invention.

【図2】本発明の制御システムの一実施例を示すブロッ
ク図である。
FIG. 2 is a block diagram showing an embodiment of a control system of the present invention.

【図3】図2のマイクロコンピュータで実行される初期
化プログラムを示すフローチャートである。
FIG. 3 is a flowchart showing an initialization program executed by the microcomputer of FIG.

【図4】図2のRAMにおいて、制御データとチェック
データを格納するエリアを示す図である。
FIG. 4 is a diagram showing an area for storing control data and check data in the RAM of FIG.

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

E … 制御対象(エアコンディショナー) V … バッテリ S … イグニッションキースイッチ 10 … マイクロコンピュータ 11 … CPU 12 … ROM 13 … RAM 13a … 制御データ格納エリア 13b … チェックデータ格納エリア 100 … 判定手段 101 … 第1初期化手段 102 … 第2初期化手段 E ... Control object (air conditioner) V ... Battery S ... Ignition key switch 10 ... Microcomputer 11 ... CPU 12 ... ROM 13 ... RAM 13a ... Control data storage area 13b ... Check data storage area 100 ... Judgment means 101 ... First initial Initializing means 102 ... Second initializing means

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】マイクロコンピュータを備え、このマイク
ロコンピュータのRAMが、制御対象に対する制御デー
タを格納するエリアと、ROMに格納されたチェックデ
ータと同一のチェックデータを格納するエリアを備え、
マイクロコンピュータに常時バッテリの電圧を付与する
ことにより、イグニッションキースイッチがオフする直
前の制御データをバックアップデータとして上記制御デ
ータ格納エリアに保持するようにし、さらにマイクロコ
ンピュータがイグニッションキースイッチのオンに応答
してスタートする初期化プログラムを備え、この初期化
プログラムが、RAMのチェックデータがROMのチェ
ックデータと一致するか否かを判定する判定手段と、上
記判定手段で一致すると判定した場合にバックアップデ
ータを除いてRAMを初期化する第1初期化手段と、上
記判定手段で一致しないと判定した場合にバックアップ
データを含めてRAMを初期化する第2初期化手段とを
備えた車両用制御システムにおいて、 上記RAMの制御データ格納エリアが複数のアドレスの
大部分のビットによって構成されており、上記チェック
データ格納エリアが、制御データ格納エリアのアドレス
毎の特定ビットによって構成されていることを特徴とす
る車両用制御システム。
1. A microcomputer is provided, and a RAM of the microcomputer has an area for storing control data for a control target and an area for storing the same check data as the check data stored in the ROM.
By constantly applying the battery voltage to the microcomputer, the control data immediately before the ignition key switch is turned off is retained as backup data in the control data storage area, and the microcomputer responds to the turning on of the ignition key switch. An initialization program for starting the program is provided, and the initialization program determines whether the check data in the RAM matches the check data in the ROM, and the backup data when the determination means determines that the check data matches. In a vehicle control system provided with a first initialization unit that initializes the RAM except for the above, and a second initialization unit that initializes the RAM including backup data when the determination unit determines that they do not match, Control data storage area of RAM Is composed of most bits of a plurality of addresses, and the check data storage area is composed of specific bits for each address of the control data storage area.
JP3244151A 1991-08-30 1991-08-30 Control system for vehicle Pending JPH0561570A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3244151A JPH0561570A (en) 1991-08-30 1991-08-30 Control system for vehicle

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3244151A JPH0561570A (en) 1991-08-30 1991-08-30 Control system for vehicle

Publications (1)

Publication Number Publication Date
JPH0561570A true JPH0561570A (en) 1993-03-12

Family

ID=17114523

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3244151A Pending JPH0561570A (en) 1991-08-30 1991-08-30 Control system for vehicle

Country Status (1)

Country Link
JP (1) JPH0561570A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009120134A (en) * 2007-11-19 2009-06-04 Yuhshin Co Ltd Vehicle air-conditioning control device having diagnostic function

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009120134A (en) * 2007-11-19 2009-06-04 Yuhshin Co Ltd Vehicle air-conditioning control device having diagnostic function

Similar Documents

Publication Publication Date Title
US7584333B2 (en) Data processing device in vehicle control system
JP2007122627A (en) Information processor and memory initialization method
JPH11107846A (en) Vehicular controller
JPH11238005A (en) Electronic controller and control system
US6735513B2 (en) Method and device for running up a control unit for a motor vehicle
US6564177B1 (en) Electronic device
JP2001123874A (en) Program rewrite system or memory rewriting system for electronic control device
JP2003002132A (en) Vehicle control device
JPH0561570A (en) Control system for vehicle
JP3296043B2 (en) Vehicle electronic control unit
JP3489524B2 (en) Non-volatile memory rewriting device for vehicle
US7366970B2 (en) Method and test device for detecting addressing errors in control units
US5897599A (en) Control system for a vehicle safety device with EEPROM memory for storing gain
JP2004021520A (en) Electronic controller for vehicle
JPH05276560A (en) Data storage method at momentary interruption in remote controller for hot water supply equipment
JPH08153397A (en) Eeprom data rewrite controller
JPS59163649A (en) Detection of non-volatile memory fault
JP2000192844A (en) Engine control device
JP2001073864A (en) Control device for vehicle
JPH0450033A (en) Control device for vehicle
JP2927249B2 (en) Air conditioner
JP3060376U (en) Memory device
JP2002297458A (en) Memory control apparatus
JPH1011365A (en) Protecting circuit for nonvolatile storage device
JP3924945B2 (en) Electronic control unit