JP2011013737A - Electronic controller - Google Patents

Electronic controller Download PDF

Info

Publication number
JP2011013737A
JP2011013737A JP2009154975A JP2009154975A JP2011013737A JP 2011013737 A JP2011013737 A JP 2011013737A JP 2009154975 A JP2009154975 A JP 2009154975A JP 2009154975 A JP2009154975 A JP 2009154975A JP 2011013737 A JP2011013737 A JP 2011013737A
Authority
JP
Japan
Prior art keywords
area
data
backup
main power
processing unit
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
JP2009154975A
Other languages
Japanese (ja)
Inventor
Takashi Ando
孝志 安藤
Masahito Ogawa
雅仁 小川
Kenichi Sakata
健一 阪田
Keisuke Yagi
啓介 八木
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.)
Panasonic Corp
Original Assignee
Panasonic 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 Panasonic Corp filed Critical Panasonic Corp
Priority to JP2009154975A priority Critical patent/JP2011013737A/en
Publication of JP2011013737A publication Critical patent/JP2011013737A/en
Pending legal-status Critical Current

Links

Landscapes

  • Techniques For Improving Reliability Of Storages (AREA)
  • Power Sources (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an electronic controller for increasing detection precision with respect to data destruction, and for suppressing the loss of data in such a form that the local processing load increase is prevented, in a system where there are many pieces of backup object information.SOLUTION: When a main power source is restored, a central processing unit 10 calculates the SUM value of backup data stored in a nonvolatile memory 11, and compares the SUM value with SUM value which is similarly calculated when a main power source is interrupted, and when the unique data of the volatile memory 11 and the unique data of the nonvolatile memory 12 are matched, the backup data are not initialized but stored even when the SUM values are not matched.

Description

本発明は、マイクロコンピュータ等に使用される揮発性メモリのバックアップに用いる電子制御装置に関するものである。   The present invention relates to an electronic control unit used for backing up a volatile memory used in a microcomputer or the like.

従来のマイクロコンピュータ等に使用される揮発性メモリの情報を主電源遮断時にバックアップする手法として以下のようなものが知られている(例えば特許文献1参照)。   The following is known as a method for backing up information in a volatile memory used in a conventional microcomputer or the like when the main power supply is shut off (see, for example, Patent Document 1).

マイクロコンピュータが主電源の遮断を検知すると低電力消費モードが始まり、続いて揮発性メモリの情報をバックアップするモードが始まる。このバックアップモードでは、マイクロコンピュータが主電源の復帰を検知するとマイクロコンピュータにハードウェアリセットがかかり、スタートアッププログラムが実行される。スタートアップ処理が完了するとユーザ定義のイニシャル処理が実行され、このイニシャル処理中にバックアップされた揮発性メモリが破壊されているか否かの確認プログラムが実行される。データ破壊の有無はバックアップ対象となるデータそれぞれが、仕様的に取り得る値であるか否で判断される。マイクロコンピュータは、バックアップされたデータの値が仕様的に取り得る範囲から外れていた場合、データが破壊されたと判断し、該当のデータおよびそのデータが属する情報群の情報を全て初期化する。バックアップされたデータの値が範囲内であった場合には、マイクロコンピュータは、データの破壊がなかったとして該当データの初期化は行わない。   When the microcomputer detects that the main power supply is cut off, the low power consumption mode starts, and then the mode for backing up the information in the volatile memory starts. In this backup mode, when the microcomputer detects the return of the main power supply, a hardware reset is applied to the microcomputer and a startup program is executed. When the startup process is completed, a user-defined initial process is executed, and a confirmation program is executed to check whether the volatile memory backed up during the initial process is destroyed. The presence or absence of data destruction is determined based on whether or not each data to be backed up is a value that can be taken by specifications. If the value of the backed up data is out of the specifiable range, the microcomputer determines that the data has been destroyed, and initializes the corresponding data and information of the information group to which the data belongs. If the value of the backed up data is within the range, the microcomputer does not initialize the corresponding data because the data is not destroyed.

特開平5−158814号公報JP-A-5-158814

しかしながら、従来の揮発性メモリのバックアップに用いる電子制御装置においては、データ破壊の有無は、バックアップされたデータの値が仕様的に取り得る値の範囲内にあるか否で判断されているため、実際にはデータ破壊が発生しているにも関わらず、データ破壊が無かったものと判断される場合がある。この破壊されたデータの使用用途によっては、破壊後のデータ値が仕様的に取り得る範囲内であっても、データが参照されるタイミング、または動作環境において、取り得ないデータ値となっている場合がある。このとき、プログラムの暴走にいたらなくとも、システム動作で異常と判断される事象に至ることがある。   However, in an electronic control device used for backup of a conventional volatile memory, the presence or absence of data destruction is determined based on whether or not the value of backed up data is within the range of values that can be taken by specifications. In actuality, it may be determined that there was no data destruction even though data destruction occurred. Depending on the intended use of the destroyed data, even if the data value after destruction is within the specifiable range, the data value cannot be obtained at the timing when the data is referenced or in the operating environment. There is. At this time, even if the program is not runaway, an event that is determined to be abnormal in the system operation may be reached.

また、バックアップの対象データそれぞれに対し、仕様的に取り得る値の範囲内にあるか否かの判断処理の実行が必要であるため、バックアップ対象データが追加された場合、追加データに対する判断処理も追加が必要になる。したがって、拡張性や汎用性に欠け、多くのデータをバックアップ対象としようとしたシステムには向かない。   In addition, since it is necessary to execute a process for determining whether or not each data to be backed up is within the range of values that can be taken in terms of specifications, when the data to be backed up is added, a process for determining the additional data is also performed. Requires additional. Therefore, it is not suitable for a system that lacks expandability and versatility and attempts to back up a large amount of data.

また、データが破壊されていると判断された場合、該当データは無条件に初期化されてしまい復旧できないため、データの損失が大きいという問題がある。   In addition, when it is determined that the data is destroyed, the data is unconditionally initialized and cannot be recovered, so there is a problem that data loss is large.

そこで本発明は、バックアップ対象となる情報が多いシステムにおいても、データ破壊に対する検出精度が高く、かつ局所的な処理負荷増大を防止した形で、データの損失を抑えた電子制御装置を提供することを目的とする。   Therefore, the present invention provides an electronic control device that suppresses data loss in a form that has high accuracy in detecting data destruction and prevents local processing load increase even in a system with a large amount of information to be backed up. With the goal.

本発明は、制御手段が、揮発性記憶手段が記憶したバックアップデータに基づいて算出した値が主電源遮断時と主電源復帰時とで一致するか否か、および、主電源復帰時に揮発性記憶手段の固有データと不揮発性記憶手段の固有データとが一致するか否かによって揮発性記憶手段のバックアップデータの破壊の有無を判定することを特徴とする。   The present invention relates to whether or not the value calculated by the control means based on the backup data stored in the volatile storage means is the same between when the main power supply is shut off and when the main power supply is restored, and when the main power supply is restored. Whether or not the backup data of the volatile storage means is destroyed is determined by whether or not the unique data of the means and the unique data of the nonvolatile storage means match.

本発明は、バックアップ対象となる情報が多いシステムにおいても、データ破壊に対する検出精度が高く、かつ局所的な処理負荷増大を防止した形で、データの損失を抑えた電子制御装置を提供することができる。   The present invention provides an electronic control device that suppresses data loss in a form that has high detection accuracy against data destruction and prevents a local processing load increase even in a system with a large amount of information to be backed up. it can.

本発明の一実施形態における自動車エンジンの電子制御装置のブロック図1 is a block diagram of an electronic control device for an automobile engine according to an embodiment of the present invention. 同図1の要部である揮発性メモリ11の内部構成を説明する図The figure explaining the internal structure of the volatile memory 11 which is the principal part of the same FIG. 同図1の要部であるマイクロコンピュータ2による主電源遮断時のバックアップ処理のフローチャート図The flowchart figure of the backup process at the time of the main power supply cutoff by the microcomputer 2 which is the principal part of FIG. 同図1の要部であるマイクロコンピュータ2による主電源復帰時のバックアップ処理のフローチャート図The flowchart figure of the backup process at the time of the main power return by the microcomputer 2 which is the principal part of FIG.

以下、本発明の一実施形態の電子制御装置について、自動車エンジンの電子制御装置を例にとり図面を用いて説明する。   Hereinafter, an electronic control device according to an embodiment of the present invention will be described with reference to the drawings, taking an electronic control device for an automobile engine as an example.

図1は本発明の一実施形態における自動車エンジンの電子制御装置のブロック図である。図1において、自動車エンジンの電子制御装置1はマイクロコンピュータ2と電源回路3と入力回路4と出力回路5を有する。電子制御装置1は、電子制御装置1の外部に設けられたイグニッションSW6、バッテリー7、車両状態検出装置8、外部装置9とそれぞれ接続する。   FIG. 1 is a block diagram of an electronic control unit for an automobile engine according to an embodiment of the present invention. In FIG. 1, an electronic control device 1 for an automobile engine has a microcomputer 2, a power supply circuit 3, an input circuit 4, and an output circuit 5. The electronic control device 1 is connected to an ignition SW 6, a battery 7, a vehicle state detection device 8, and an external device 9 provided outside the electronic control device 1.

電子制御装置1内の電源回路3はスイッチングレギュレータ等で構成され、イグニッションSW6の信号に応じて、バッテリー7の電圧をレギュレーションしたものをマイクロコンピュータ2へ供給する。すなわち、電源回路3は、マイクロコンピュータ2の命令に従い、イグニッションSW6がOFFになったことを検知した場合にバッテリー7からマイクロコンピュータ2へ電圧供給を行う。そして、電源回路3は、イグニッションSW6がOFFになったことを検知した場合に、マイクロコンピュータ2に対して低消費電力モードに移行するための信号を送る。また、電源回路3は、イグニッションSW6がONになったことを検知した場合には、主電源からマイクロコンピュータ2へ電圧供給を行う。   The power supply circuit 3 in the electronic control unit 1 is composed of a switching regulator or the like, and supplies the microcomputer 2 with the regulated voltage of the battery 7 in accordance with the signal of the ignition SW 6. That is, the power supply circuit 3 supplies voltage from the battery 7 to the microcomputer 2 when it is detected that the ignition SW 6 is turned off in accordance with an instruction from the microcomputer 2. When the power supply circuit 3 detects that the ignition SW 6 is turned off, the power supply circuit 3 sends a signal for shifting to the low power consumption mode to the microcomputer 2. The power supply circuit 3 supplies a voltage from the main power supply to the microcomputer 2 when detecting that the ignition SW 6 is turned on.

また、入力回路4は波形整形回路や増幅回路などで構成される。入力回路4には、エンジン回転などのパルスやスイッチ、温度や圧力などの車両状態を検出する車両状態検出装置8から検出信号が入力される。入力回路4は、この検出信号を波形整形し、温度や圧力などのアナログ信号を増幅してマイクロコンピュータ2へ入力する。   The input circuit 4 includes a waveform shaping circuit, an amplifier circuit, and the like. Detection signals are input to the input circuit 4 from a vehicle state detection device 8 that detects pulses and switches such as engine rotation, and vehicle states such as temperature and pressure. The input circuit 4 shapes the waveform of the detection signal, amplifies an analog signal such as temperature and pressure, and inputs the amplified signal to the microcomputer 2.

また、出力回路5は波形整形回路やHブリッジ回路などで構成される。出力回路5には、入力回路4の信号に基づいてマイクロコンピュータ2が演算処理した制御信号が入力される。出力回路5は、この制御信号をモータや点火プラグ、インジェクタなどで構成される外部装置9に出力する。外部装置9は、この制御信号により動作を制御される。   The output circuit 5 includes a waveform shaping circuit, an H bridge circuit, and the like. A control signal calculated by the microcomputer 2 based on the signal from the input circuit 4 is input to the output circuit 5. The output circuit 5 outputs this control signal to an external device 9 composed of a motor, a spark plug, an injector, and the like. The operation of the external device 9 is controlled by this control signal.

さらに、マイクロコンピュータ2は中央演算処理装置10と揮発性メモリ11と不揮発性メモリ12を有する。   Further, the microcomputer 2 includes a central processing unit 10, a volatile memory 11, and a nonvolatile memory 12.

中央演算処理装置10(CPU)は、不揮発性メモリ12に記憶された制御プログラムと入力回路4から入力された情報を元に演算を行い、演算結果を元に決定された制御信号を出力回路5に出力する。このとき、演算の途中結果や入力回路4から入力された情報は揮発性メモリ11に記憶される。また、中央演算処理装置10は、電源回路3からイグニッションSW6のON/OFFの検知信号を受信したとき、主電源が復帰・遮断されたと判定し、後述の制御を行う。なお、ここでいう主電源の復帰は、主電源と接続して遮断された状態が解除されたことをいう。また、中央演算処理装置10は、電源回路3からイグニッションSW6のOFFに伴う低消費電力モードの命令信号を入力された場合に、低消費電力モードに移行する。   The central processing unit 10 (CPU) performs an operation based on the control program stored in the non-volatile memory 12 and information input from the input circuit 4, and outputs a control signal determined based on the operation result to the output circuit 5. Output to. At this time, the intermediate result of the operation and information input from the input circuit 4 are stored in the volatile memory 11. Further, when the central processing unit 10 receives an ON / OFF detection signal of the ignition SW 6 from the power supply circuit 3, the central processing unit 10 determines that the main power supply has been restored / cut off, and performs the control described later. Here, the return of the main power supply means that the state of being disconnected by being connected to the main power supply is released. Further, the central processing unit 10 shifts to the low power consumption mode when the power supply circuit 3 receives a command signal in the low power consumption mode associated with turning off the ignition SW 6.

揮発性メモリ11(RAM)は、主電源遮断時においても低電力消費モードにて情報を記憶することが可能である。すなわち、イグニッションSW6がOFFされても、電源回路3によりバッテリー7の電圧がマイクロコンピュータ2に供給されるため、揮発性メモリ11は、記憶しているデータを消去されずに保持することができる。   The volatile memory 11 (RAM) can store information in the low power consumption mode even when the main power supply is shut off. In other words, even when the ignition SW 6 is turned off, the voltage of the battery 7 is supplied to the microcomputer 2 by the power supply circuit 3, so that the volatile memory 11 can hold the stored data without being erased.

次に、揮発性メモリ11の内部構成について説明する。図2は、揮発性メモリ11の内部構成を説明する図である。   Next, the internal configuration of the volatile memory 11 will be described. FIG. 2 is a diagram for explaining the internal configuration of the volatile memory 11.

揮発性メモリ11はバックアップ領域19と非バックアップ領域20を有する。バックアップ領域19は重要データを配置してバックアップをとる領域であり、使途用途で区別された複数の正規領域とこの複数の領域をそれぞれバックアップする複数のミラー領域で構成される。図2に示すように、バックアップ領域19は、用途Aのデータを格納する正規領域である第1領域13、第1領域のバックアップを記憶するミラー領域である第2領域14、用途Bのデータを格納する正規領域である第3領域15、第3領域のバックアップを記憶するミラー領域である第4領域16、用途Cのデータを格納する正規領域である第5領域17、第5領域のバックアップを記憶するミラー領域である第6領域18とで構成される。また、正規領域である第1領域13、第3領域15、第5領域17の各領域には、それぞれ第1特定領域(例えば先頭4バイト)に、データが破壊されているか否かを確認するための固有データが記憶されている。本実施形態では、第1領域13のデータが特に重要なデータであるものとする。なお、本実施形態では、揮発性メモリ11のバックアップ領域19は、第1領域13、第3領域15、第5領域17の3つの正規領域と第2領域14、第4領域16、第6領域18の3つのミラー領域を有するが、正規領域とミラー領域の数は、それぞれ2つ以上で互いの数が同じであればよい。   The volatile memory 11 has a backup area 19 and a non-backup area 20. The backup area 19 is an area in which important data is arranged to be backed up. The backup area 19 is composed of a plurality of regular areas that are distinguished by usage and a plurality of mirror areas that respectively back up the plurality of areas. As shown in FIG. 2, the backup area 19 includes a first area 13 that is a normal area for storing data for use A, a second area 14 that is a mirror area for storing backup of the first area, and data for use B. The third area 15 which is a normal area for storing, the fourth area 16 which is a mirror area for storing the backup of the third area, the fifth area 17 which is a normal area for storing the data for use C, and the backup of the fifth area The sixth area 18 is a mirror area to be stored. Further, in each of the first area 13, the third area 15, and the fifth area 17 which are normal areas, it is confirmed whether or not data is destroyed in the first specific area (for example, the first 4 bytes). The unique data for storing is stored. In the present embodiment, it is assumed that the data in the first area 13 is particularly important data. In the present embodiment, the backup area 19 of the volatile memory 11 includes three regular areas of the first area 13, the third area 15, and the fifth area 17, the second area 14, the fourth area 16, and the sixth area. Although there are 18 three mirror regions, the number of normal regions and the number of mirror regions may be two or more, respectively, as long as the numbers are the same.

不揮発性メモリ12(ROM)は、中央演算処理装置10が演算処理を行うための制御プログラムを記憶している。また、不揮発性メモリ12は、揮発性メモリ11の正規領域である第1、第3、第5領域の第1特定領域にそれぞれ記憶された固有データと同じ固有データをあらかじめ記憶している。   The non-volatile memory 12 (ROM) stores a control program for the central processing unit 10 to perform arithmetic processing. In addition, the nonvolatile memory 12 stores in advance the same unique data as the unique data respectively stored in the first specific areas of the first, third, and fifth areas that are normal areas of the volatile memory 11.

次に、電源回路3が主電源の遮断(イグニッションSW6のOFF操作)を検知した場合に、マイクロコンピュータ2によるバックアップ処理について説明する。図3はマイクロコンピュータ2による主電源遮断時のバックアップ処理のフローチャート図である。   Next, backup processing by the microcomputer 2 will be described when the power supply circuit 3 detects the interruption of the main power supply (OFF operation of the ignition SW 6). FIG. 3 is a flowchart of backup processing when the main power supply is shut off by the microcomputer 2.

図3のステップS21に示すように、中央演算処理装置10は、正規領域である第1領域13のSUM値を4バイト単位で算出し、この算出結果を第1領域13の第2特定領域(例えば最終4バイト)に記憶する。本実施形態ではSUM値が算出されるが、第1領域13に記憶されているデータに基づいた算出値であればよい。   As shown in step S21 of FIG. 3, the central processing unit 10 calculates the SUM value of the first area 13 which is a normal area in units of 4 bytes, and the calculation result is the second specific area ( For example, the last 4 bytes). In the present embodiment, the SUM value is calculated, but it may be a calculated value based on the data stored in the first area 13.

次に、ステップS22に示すように、中央演算処理装置10は、SUM値が反映された第1領域13の情報を第1領域13のミラー領域である第2領域14にコピーする。したがって、中央演算処理装置10が算出した第1領域13のSUM値も第2領域14の第2特定領域に記憶される。   Next, as shown in step S <b> 22, the central processing unit 10 copies the information of the first area 13 in which the SUM value is reflected to the second area 14 that is a mirror area of the first area 13. Therefore, the SUM value of the first area 13 calculated by the central processing unit 10 is also stored in the second specific area of the second area 14.

以下同様にステップS23に示すように、中央演算処理装置10は、第3領域15のSUM値を算出し、この算出結果を第3領域15の第2特定領域に記憶する。   Similarly, as shown in step S <b> 23, the central processing unit 10 calculates the SUM value of the third area 15 and stores the calculation result in the second specific area of the third area 15.

次に、ステップS24に示すように、中央演算処理装置10は、第3領域15のミラー領域である第4領域16にコピーを行う。したがって、中央演算処理装置10が算出した第3領域15のSUM値も第4領域16の第2特定領域に記憶される。   Next, as shown in step S <b> 24, the central processing unit 10 performs copying in the fourth area 16 that is a mirror area of the third area 15. Therefore, the SUM value of the third area 15 calculated by the central processing unit 10 is also stored in the second specific area of the fourth area 16.

次に、ステップS25に示すように、中央演算処理装置10は、第5領域17のSUM値を算出し、この算出結果を第5領域17の第2特定領域に記憶する。   Next, as shown in step S <b> 25, the central processing unit 10 calculates the SUM value of the fifth area 17 and stores the calculation result in the second specific area of the fifth area 17.

そして、ステップS26に示すように、中央演算処理装置10は、第5領域17のミラー領域である第6領域18にコピーを行う。したがって、中央演算処理装置10が算出した第5領域17のSUM値も第6領域18の第2特定領域に記憶される。   Then, as shown in step S <b> 26, the central processing unit 10 performs copying in the sixth area 18 that is the mirror area of the fifth area 17. Therefore, the SUM value of the fifth area 17 calculated by the central processing unit 10 is also stored in the second specific area of the sixth area 18.

次に、電源回路3が主電源の復帰(イグニッションSW6のON操作)を検知した場合に、マイクロコンピュータ2が通常制御動作を始める前のイニシャル処理中に実行するバックアップ処理について説明する。図4はマイクロコンピュータ2による主電源復帰時のバックアップ処理のフローチャート図である。   Next, backup processing executed during the initial processing before the microcomputer 2 starts the normal control operation when the power supply circuit 3 detects the return of the main power supply (ON operation of the ignition SW 6) will be described. FIG. 4 is a flowchart of backup processing when the main power is restored by the microcomputer 2.

まず、中央演算処理装置10は、正規領域である第1領域13とこのミラー領域である第2領域14に対する処理を行う。すなわち、中央演算処理装置10は、ステップS31に示すように、第1領域13の現在のSUM値を算出し、ステップS32に示すように、算出したSUM値が主電源遮断時に算出して第1領域13の第2特定領域に記憶したSUM値と一致しているか判定する。   First, the central processing unit 10 performs processing on the first region 13 that is a normal region and the second region 14 that is a mirror region. That is, the central processing unit 10 calculates the current SUM value of the first area 13 as shown in step S31, and calculates the calculated SUM value when the main power is shut off as shown in step S32. It is determined whether or not the SUM value stored in the second specific area of the area 13 matches.

ステップS32で「NO」の場合、すなわち、SUM値が一致しないと中央演算処理装置10が判定した場合、ステップS33に示すように、中央演算処理装置10は、第1領域13のミラー領域である第2領域14のSUM値を算出する。   If “NO” in the step S32, that is, if the central processing unit 10 determines that the SUM values do not match, the central processing unit 10 is a mirror region of the first region 13, as shown in step S33. The SUM value of the second area 14 is calculated.

そして、ステップS34に示すように、中央演算処理装置10は、算出した第2領域14のSUM値が、主電源遮断時のバックアップ処理により第2領域14の第2特定領域にコピーされたSUM値と一致するか判定する。   Then, as shown in step S34, the central processing unit 10 determines that the calculated SUM value of the second area 14 is copied to the second specific area of the second area 14 by the backup process when the main power supply is shut off. It is determined whether it matches.

ステップS34で「NO」の場合、すなわち、算出した第2領域14のSUM値と主電源遮断時のバックアップ処理により第2領域14の第2特定領域にコピーされたSUM値とが一致しないと中央演算処理装置10が判定した場合、ステップS35に示すように、中央演算処理装置10は、揮発性メモリ11のバックアップ領域19の全領域である第1〜第6領域を初期化する。   If “NO” in the step S34, that is, if the calculated SUM value of the second area 14 does not coincide with the SUM value copied to the second specific area of the second area 14 by the backup process at the time of main power shut-off, the center When the arithmetic processing unit 10 determines, the central processing unit 10 initializes the first to sixth areas, which are all areas of the backup area 19 of the volatile memory 11, as shown in step S35.

ステップS34で「YES」の場合、すなわち、算出した第2領域14のSUM値と主電源遮断時のバックアップ処理により第2領域14の第2特定領域にコピーされたSUM値とが一致すると中央演算処理装置10が判定した場合、中央演算処理装置10は、ミラー領域である第2領域14のデータの方が正規領域である第1領域13のデータよりも正確であると判定し、ステップS36に示すように、第2領域14に記憶されているデータ
を第1領域13にコピーする。
If “YES” in the step S 34, that is, if the calculated SUM value of the second area 14 matches the SUM value copied to the second specific area of the second area 14 by the backup process at the time of main power interruption, the central calculation is performed. When the processing device 10 determines, the central processing unit 10 determines that the data in the second region 14 that is the mirror region is more accurate than the data in the first region 13 that is the normal region, and the process proceeds to step S36. As shown, the data stored in the second area 14 is copied to the first area 13.

ステップS32で「YES」の場合、すなわち、SUM値が一致すると中央演算処理装置10が判定した場合、または、ステップS36の処理が行われた場合、ステップS37に示すように、中央演算処理装置10は、さらに第1領域13の第1特定領域に現在記憶されている判定用の固有データと不揮発性メモリ12に記憶された第1領域13の第1特定領域に対応付けられた判定用の固有データとが一致しているかの判断を行う。   If “YES” in the step S32, that is, if the central processing unit 10 determines that the SUM values coincide with each other, or if the processing in the step S36 is performed, as shown in a step S37, the central processing unit 10 Is the determination specific data currently stored in the first specific area of the first area 13 and the determination specific data associated with the first specific area of the first area 13 stored in the nonvolatile memory 12. Judge whether the data matches.

ステップS37で「NO」の場合、すなわち、固有データが一致していないと中央演算処理装置10が判定した場合には、中央演算処理装置10は、ステップS32とステップS37のダブルチェックにより第1領域13に記憶されているデータが破壊されていると判断し、ステップS35の処理を行う。   If “NO” in the step S37, that is, if the central processing unit 10 determines that the unique data does not match, the central processing unit 10 performs the first check by performing a double check in the steps S32 and S37. It is determined that the data stored in 13 is destroyed, and the process of step S35 is performed.

ステップS37で「YES」の場合、すなわち、固有データが一致していると中央演算処理装置10が判定した場合には、中央演算処理装置10は、ステップS32とステップS37のダブルチェックにより第1領域13に記憶されているデータが破壊されておらず正しいものであると判断し、記憶しているデータの初期化を行わずデータを保持する。   If “YES” in the step S37, that is, if the central processing unit 10 determines that the unique data match, the central processing unit 10 performs the first check by performing a double check in the steps S32 and S37. It is determined that the data stored in 13 is correct and not destroyed, and the stored data is not initialized and the data is retained.

そして次に、中央演算処理装置10は、正規領域である第3領域15とこのミラー領域である第4領域16に対する処理を行う。すなわち、中央演算処理装置10は、ステップS38に示すように、第3領域15の現在のSUM値を算出し、ステップS39に示すように、算出したSUM値が主電源遮断時に算出して第3領域15の第2特定領域に記憶したSUM値と一致しているか判定する。   Next, the central processing unit 10 performs processing on the third region 15 which is a normal region and the fourth region 16 which is a mirror region. That is, the central processing unit 10 calculates the current SUM value of the third region 15 as shown in step S38, and calculates the calculated SUM value when the main power supply is shut off as shown in step S39. It is determined whether or not the SUM value stored in the second specific area of the area 15 matches.

ステップS39で「NO」の場合、すなわち、SUM値が一致しないと中央演算処理装置10が判定した場合、ステップS40に示すように、中央演算処理装置10は、第3領域15のミラー領域である第4領域16のSUM値を算出する。   If “NO” in the step S39, that is, if the central processing unit 10 determines that the SUM values do not match, the central processing unit 10 is a mirror region of the third region 15, as shown in step S40. The SUM value of the fourth area 16 is calculated.

そして、ステップS41に示すように、中央演算処理装置10は、算出した第4領域16のSUM値が、主電源遮断時のバックアップ処理により第4領域16の第2特定領域にコピーされたSUM値と一致するか判定する。   Then, as shown in step S41, the central processing unit 10 determines that the calculated SUM value of the fourth area 16 is copied to the second specific area of the fourth area 16 by the backup process when the main power supply is shut off. It is determined whether it matches.

ステップS41で「NO」の場合、すなわち、算出した第4領域16のSUM値と主電源遮断時のバックアップ処理により第4領域16の第2特定領域にコピーされたSUM値とが一致しないと中央演算処理装置10が判定した場合、ステップS42に示すように、中央演算処理装置10は、揮発性メモリ11の領域のうち、正規領域である第3領域15を初期化する。   If “NO” in the step S41, that is, if the calculated SUM value of the fourth area 16 does not match the SUM value copied to the second specific area of the fourth area 16 by the backup processing at the time of main power shut-off, the center When the arithmetic processing unit 10 determines, the central processing unit 10 initializes the third region 15 which is a normal region among the regions of the volatile memory 11 as shown in step S42.

ステップS41で「YES」の場合、すなわち、算出した第4領域16のSUM値と主電源遮断時のバックアップ処理により第4領域16の第2特定領域にコピーされたSUM値とが一致すると中央演算処理装置10が判定した場合、中央演算処理装置10は、ミラー領域である第4領域16のデータの方が正規領域である第3領域15のデータよりも正確であると判定し、ステップS43に示すように、第4領域16に記憶されているデータを第3領域15にコピーする。   If “YES” in the step S41, that is, if the calculated SUM value of the fourth area 16 and the SUM value copied to the second specific area of the fourth area 16 by the backup processing at the time of main power cut-off coincide, When the processing device 10 determines, the central processing unit 10 determines that the data in the fourth region 16 that is the mirror region is more accurate than the data in the third region 15 that is the normal region, and the process proceeds to step S43. As shown, the data stored in the fourth area 16 is copied to the third area 15.

ステップS39で「YES」の場合、すなわち、SUM値が一致すると中央演算処理装置10が判定した場合、または、ステップS43の処理が行われた場合、ステップS44に示すように、中央演算処理装置10は、さらに第3領域15の第1特定領域に現在記憶されている判定用の固有データと不揮発性メモリ12に記憶された第3領域15の第1特定領域に対応付けられた判定用の固有データとが一致しているかの判断を行う。   If “YES” in the step S39, that is, if the central processing unit 10 determines that the SUM values coincide with each other, or if the processing in the step S43 is performed, as shown in the step S44, the central processing unit 10 Further, the determination specific data currently stored in the first specific area of the third area 15 and the determination specific data associated with the first specific area of the third area 15 stored in the nonvolatile memory 12 Judge whether the data matches.

ステップS44で「NO」の場合、すなわち、固有データが一致していないと中央演算処理装置10が判定した場合には、中央演算処理装置10は、ステップS39とステップS44のダブルチェックにより第3領域15に記憶されているデータが破壊されていると判断し、ステップS42の処理を行う。   If “NO” in the step S44, that is, if the central processing unit 10 determines that the unique data does not match, the central processing unit 10 performs the third check by performing a double check in the steps S39 and S44. 15 determines that the data stored in 15 has been destroyed, and performs the process of step S42.

ステップS44で「YES」の場合、すなわち、固有データが一致していると中央演算処理装置10が判定した場合には、中央演算処理装置10は、ステップS39とステップS44のダブルチェックにより第3領域15に記憶されているデータが破壊されておらず正しいものであると判断し、記憶しているデータの初期化を行わずデータを保持する。   If “YES” in the step S44, that is, if the central processing unit 10 determines that the unique data matches, the central processing unit 10 performs the third check by performing a double check in the steps S39 and S44. It is determined that the data stored in 15 is not destroyed and is correct, and the stored data is not initialized but is retained.

そして最後に、中央演算処理装置10は、正規領域である第5領域17とこのミラー領域である第6領域18に対する処理を行う。すなわち、中央演算処理装置10は、ステップS45に示すように、第5領域17の現在のSUM値を算出し、ステップS46に示すように、算出したSUM値が主電源遮断時に算出して第5領域17の第2特定領域に記憶したSUM値と一致しているか判定する。   Finally, the central processing unit 10 performs processing on the fifth area 17 which is a normal area and the sixth area 18 which is a mirror area. That is, the central processing unit 10 calculates the current SUM value of the fifth region 17 as shown in step S45, and calculates the calculated SUM value when the main power supply is shut off as shown in step S46. It is determined whether or not the SUM value stored in the second specific area of the area 17 matches.

ステップS46で「NO」の場合、すなわち、SUM値が一致しないと中央演算処理装置10が判定した場合、ステップS47に示すように、中央演算処理装置10は、第5領域17のミラー領域である第6領域18のSUM値を算出する。   If “NO” in the step S46, that is, if the central processing unit 10 determines that the SUM values do not match, the central processing unit 10 is a mirror region of the fifth region 17 as shown in step S47. The SUM value of the sixth area 18 is calculated.

そして、ステップS48に示すように、中央演算処理装置10は、算出した第6領域18のSUM値が、主電源遮断時のバックアップ処理により第6領域18の第2特定領域にコピーされたSUM値と一致するか判定する。   Then, as shown in step S48, the central processing unit 10 determines that the calculated SUM value in the sixth area 18 is copied to the second specific area in the sixth area 18 by the backup process when the main power supply is shut off. It is determined whether it matches.

ステップS48で「NO」の場合、すなわち、算出した第6領域18のSUM値と主電源遮断時のバックアップ処理により第6領域18の第2特定領域にコピーされたSUM値とが一致しないと中央演算処理装置10が判定した場合、ステップS49に示すように、中央演算処理装置10は、揮発性メモリ11の領域のうち、正規領域である第5領域17を初期化する。   If “NO” in the step S48, that is, if the calculated SUM value of the sixth area 18 does not match the SUM value copied to the second specific area of the sixth area 18 by the backup process at the time of main power shut-off, the center When the arithmetic processing unit 10 determines, the central processing unit 10 initializes the fifth region 17 which is a normal region among the regions of the volatile memory 11 as shown in step S49.

ステップS48で「YES」の場合、すなわち、算出した第6領域18のSUM値と主電源遮断時のバックアップ処理により第6領域18の第2特定領域にコピーされたSUM値とが一致すると中央演算処理装置10が判定した場合、中央演算処理装置10は、ミラー領域である第6領域18のデータの方が正規領域である第5領域17のデータよりも正確であると判定し、ステップS50に示すように、第6領域18に記憶されているデータを第5領域17にコピーする。   If “YES” in the step S48, that is, if the calculated SUM value of the sixth area 18 coincides with the SUM value copied to the second specific area of the sixth area 18 by the backup process at the time of main power shut-off, the central calculation is performed. When the processing device 10 determines, the central processing unit 10 determines that the data in the sixth region 18 that is the mirror region is more accurate than the data in the fifth region 17 that is the normal region, and the process proceeds to step S50. As shown, the data stored in the sixth area 18 is copied to the fifth area 17.

ステップS46で「YES」の場合、すなわち、SUM値が一致すると中央演算処理装置10が判定した場合、または、ステップS50の処理が行われた場合、ステップS51に示すように、中央演算処理装置10は、さらに第5領域17の第1特定領域に現在記憶されている判定用の固有データと不揮発性メモリ12に記憶された第5領域17の第1特定領域に対応付けられた判定用の固有データとが一致しているかの判断を行う。   If “YES” in the step S 46, that is, if the central processing unit 10 determines that the SUM values match, or if the process of the step S 50 is performed, the central processing unit 10 as shown in a step S 51. Is the determination specific data currently stored in the first specific area of the fifth area 17 and the determination specific data associated with the first specific area of the fifth area 17 stored in the nonvolatile memory 12. Judge whether the data matches.

ステップS51で「NO」の場合、すなわち、固有データが一致していないと中央演算処理装置10が判定した場合には、中央演算処理装置10は、ステップS46とステップS51のダブルチェックにより第5領域17に記憶されているデータが破壊されていると判断し、ステップS49の処理を行う。   If “NO” in the step S51, that is, if the central processing unit 10 determines that the unique data does not match, the central processing unit 10 performs the fifth check by performing a double check in the steps S46 and S51. It is determined that the data stored in 17 is destroyed, and the process of step S49 is performed.

ステップS51で「YES」の場合、すなわち、固有データが一致していると中央演算
処理装置10が判定した場合には、中央演算処理装置10は、ステップS46とステップS51のダブルチェックにより第5領域17に記憶されているデータが破壊されておらず正しいものであると判断し、記憶しているデータの初期化を行わずデータを保持する。
If “YES” in the step S51, that is, if the central processing unit 10 determines that the unique data match, the central processing unit 10 performs the fifth check by performing a double check in the steps S46 and S51. It is determined that the data stored in 17 is correct and not destroyed, and the stored data is not initialized and is retained.

このような本発明のバックアップ装置によれば、複数の領域に分割された揮発性メモリ11のバックアップ領域19の各領域について、記憶されているデータの破壊の有無をダブルチェックにより判定することができる。   According to such a backup device of the present invention, it is possible to determine whether or not the stored data is destroyed by double check for each area of the backup area 19 of the volatile memory 11 divided into a plurality of areas. .

すなわち、バックアップ領域19の各領域について中央演算処理装置10が算出したSUM値と電源遮断時に第2特定領域に記憶されたSUM値とが一致するか否か、バックアップ領域19の各領域の第1特定領域に記憶された固有データと不揮発性メモリ12に記憶された固有データとが一致するか否かの両方を中央演算処理装置10が判定してデータ破壊の有無を判断するようにしたことにより、破壊検出に対する高い信頼性を持たせることができる。   That is, whether or not the SUM value calculated by the central processing unit 10 for each area of the backup area 19 matches the SUM value stored in the second specific area at the time of power-off, the first of each area of the backup area 19 The central processing unit 10 determines whether or not the unique data stored in the specific area and the unique data stored in the nonvolatile memory 12 coincide with each other to determine whether or not there is data corruption. In addition, it is possible to provide high reliability with respect to destruction detection.

さらに揮発性メモリ11の正規領域である第1領域13、第3領域15、第5領域17の各領域それぞれに対しミラー領域である第2領域14、第4領域16、第6領域18を設けることで、正規領域のデータが破壊されていた場合でも、ミラー領域のデータが正常であればミラー領域のデータに置き換えてミラー領域のデータを使用できるため、初期化されるケースを少なくすることができる。正規領域およびミラー領域共に破壊されていた場合には、初期化して使用するが、破壊されたデータが属する領域のみ初期化するため、初期化されるデータは限られたものに限定ができ、処理速度を向上することができる。   Further, a second area 14, a fourth area 16, and a sixth area 18, which are mirror areas, are provided for each of the first area 13, the third area 15, and the fifth area 17 that are normal areas of the volatile memory 11. Therefore, even if the data in the normal area is destroyed, if the data in the mirror area is normal, the data in the mirror area can be used instead of the data in the mirror area. it can. If both the regular area and the mirror area are destroyed, they are initialized and used. However, since only the area to which the destroyed data belongs is initialized, the data to be initialized can be limited to limited ones. Speed can be improved.

一方、第1領域13のように、特に重要なデータ、例えば揮発性メモリ11の全領域のデータの有効性につながるデータが記憶されている領域でデータの破壊が発生した場合には、ステップS35のように無条件に全領域を初期化して使用することができる。   On the other hand, when data destruction occurs in an area in which particularly important data, for example, data that leads to the validity of data in the entire area of the volatile memory 11 is stored, such as the first area 13, step S35 is performed. Thus, the entire area can be initialized and used unconditionally.

すなわち、中央演算処理装置10は、バックアップ領域19の各領域に記憶されたバックアップデータについて、使途用途等に応じて各正規領域ごとに重要度の重み付けを行い、この重み付けに基づいてバックアップデータの初期化を行う領域を決定する。したがって、バックアップデータの信頼性と処理負荷削減の両立を図ることができる。   In other words, the central processing unit 10 weights the importance level for each regular area according to the intended use for the backup data stored in each area of the backup area 19, and the initial value of the backup data is based on this weighting. Determine the area to be converted. Therefore, it is possible to achieve both the reliability of backup data and the reduction of processing load.

さらに、本実施形態によれば、揮発性メモリ11のバックアップ領域19のように使途用途で分割された領域ごとにデータ破壊の有無がチェックされ、この領域ごとにデータの初期化の有無が判定されるため、バックアップ対象データの追加等が容易に出来る。   Furthermore, according to this embodiment, the presence / absence of data corruption is checked for each area divided for the intended use, such as the backup area 19 of the volatile memory 11, and the presence / absence of data initialization is determined for each area. Therefore, it is easy to add backup target data.

また、揮発性メモリ11のバックアップ領域19のうち特定の領域に配置するデータを、ある特定のタイミング以降更新されることがないもので統一してしまうことで、その領域のSUM算出およびミラー領域へのコピー処理を分散化することができ、多くのバックアップ対象データがある場合でも、処理負荷を削減することができる。   Further, by unifying the data arranged in a specific area in the backup area 19 of the volatile memory 11 so that it is not updated after a certain specific timing, the SUM calculation of the area and the mirror area are performed. Can be distributed, and even when there is a lot of data to be backed up, the processing load can be reduced.

以上のように、本実施形態によれば、データ量やデータの種類が増えてもデータ破壊の有無を、不揮発性メモリに保存された判定用データとの一致性と、主電源遮断時と復帰時のバックアップ領域内のデータSUM値の一致性を合わせて判断を実施するため判断結果の信頼性を高めることができる。また、主電源遮断時にバックアップデータをミラー領域にコピーして2重化しておくことで、データ破壊の判断がなされても、データの復旧ができるため、データの損失を抑えることができる。特に、自動車等のように随時データを更新してデータの精度を高めていくことでモータ等の装置の精密制御が可能になる車載用途においては、このようなデータ損失の抑制は、装置の精密制御に極めて有効である。さらに、バックアップ領域を複数に分割することで、SUM算出、コピー処理の分散化をする
ことができ、処理負荷を抑えることができる。
As described above, according to the present embodiment, the presence or absence of data destruction is matched with the determination data stored in the non-volatile memory even when the amount of data or the type of data increases, and when the main power is shut off and restored. Since the determination is performed by matching the consistency of the data SUM values in the backup area at the time, the reliability of the determination result can be improved. Also, by copying the backup data to the mirror area and duplicating it when the main power supply is shut off, even if a data destruction decision is made, the data can be recovered, so that data loss can be suppressed. Especially in in-vehicle applications where precision control of devices such as motors is possible by updating data at any time, such as in automobiles, etc., such data loss can be controlled with precision of the device. It is extremely effective for control. Furthermore, by dividing the backup area into a plurality of parts, SUM calculation and copy processing can be distributed, and the processing load can be suppressed.

本発明にかかる電子制御装置は、データ量やデータの種類が多くても高い処理速度が求められる車載用途、特に自動車エンジン用に有用である。   The electronic control device according to the present invention is useful for in-vehicle applications that require high processing speed even when the amount of data and the type of data are large, particularly for automobile engines.

2 マイクロコンピュータ
3 電源回路
10 中央演算処理装置
11 揮発性メモリ
12 不揮発性メモリ
2 Microcomputer 3 Power supply circuit 10 Central processing unit 11 Volatile memory 12 Non-volatile memory

Claims (4)

主電源遮断時に外部電源から電圧を供給する電圧供給手段と、
この電圧供給手段から供給される電圧により主電源遮断時にバックアップデータを記憶し、かつ、固有データを有する揮発性記憶手段と、
この揮発性記憶手段が有する固有データと同じ固有データを有する不揮発性記憶手段と、
主電源復帰時に前記揮発性記憶手段のデータの破壊の有無を判定し、データが破壊されている場合に前記揮発性記憶手段のバックアップデータの初期化を行う制御手段とを備え、
前記制御手段は、前記揮発性記憶手段が記憶したバックアップデータに基づいて算出した値が主電源遮断時と主電源復帰時とで一致するか否か、および、主電源復帰時に前記揮発性記憶手段の固有データと前記不揮発性記憶手段の固有データとが一致するか否かによって前記揮発性記憶手段のバックアップデータの破壊の有無を判定することを特徴とする電子制御装置。
Voltage supply means for supplying a voltage from an external power supply when the main power supply is shut off;
Volatile storage means for storing backup data when the main power supply is shut off by the voltage supplied from the voltage supply means, and having unique data;
Non-volatile storage means having the same unique data as the unique data of the volatile storage means;
Control means for determining whether or not the data in the volatile storage means is destroyed when the main power is restored, and for initializing backup data in the volatile storage means when the data is destroyed,
The control means determines whether or not the value calculated based on the backup data stored in the volatile storage means coincides between when the main power is shut off and when the main power is restored, and when the main power is restored, the volatile storage means An electronic control device, wherein whether or not the backup data of the volatile storage means is destroyed is determined based on whether or not the unique data of the non-volatile storage means matches.
前記揮発性記憶手段は、バックアップデータを記憶するバックアップ領域と、このバックアップ領域と同じバックアップデータを記憶するミラー領域とを有し、
前記制御手段は、前記バックアップ領域のバックアップデータに基づいて算出した値が主電源遮断時と主電源復帰時とで一致せず、前記ミラー領域のバックアップデータに基づいて算出した値が主電源遮断時と主電源復帰時とで一致した場合、前記バックアップ領域のバックアップデータを前記ミラー領域のバックアップデータに置き換えることを特徴とする請求項1に記載の電子制御装置。
The volatile storage means has a backup area for storing backup data, and a mirror area for storing the same backup data as the backup area,
The control means does not match the value calculated based on the backup data in the backup area when the main power is shut off and when the main power is restored, and the value calculated based on the backup data in the mirror area is when the main power is shut off. 2. The electronic control device according to claim 1, wherein the backup data in the backup area is replaced with the backup data in the mirror area when they coincide with each other when the main power is restored.
前記制御手段は、主電源復帰時に前記バックアップ領域の固有データと前記不揮発性記憶手段の固有データとが一致する場合に前記バックアップ領域のバックアップデータを初期化せずに保持することを特徴とする請求項2に記載の電子制御装置。   The control means holds the backup data in the backup area without being initialized when the unique data in the backup area and the unique data in the nonvolatile storage means coincide with each other when the main power is restored. Item 3. The electronic control device according to Item 2. 前記制御手段は、前記揮発性記憶手段が記憶したバックアップデータの重要度に応じて前記揮発性記憶手段のバックアップデータの初期化を行う領域を決定することを特徴とする請求項1に記載の電子制御装置。   2. The electronic device according to claim 1, wherein the control unit determines an area in which the backup data of the volatile storage unit is initialized according to the importance of the backup data stored in the volatile storage unit. Control device.
JP2009154975A 2009-06-30 2009-06-30 Electronic controller Pending JP2011013737A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009154975A JP2011013737A (en) 2009-06-30 2009-06-30 Electronic controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009154975A JP2011013737A (en) 2009-06-30 2009-06-30 Electronic controller

Publications (1)

Publication Number Publication Date
JP2011013737A true JP2011013737A (en) 2011-01-20

Family

ID=43592603

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009154975A Pending JP2011013737A (en) 2009-06-30 2009-06-30 Electronic controller

Country Status (1)

Country Link
JP (1) JP2011013737A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013080283A (en) * 2011-09-30 2013-05-02 Casio Electronics Co Ltd Printing device
JP2014174812A (en) * 2013-03-11 2014-09-22 Ricoh Co Ltd Integrated circuit, image processing device, method and program
JP2015010486A (en) * 2013-06-27 2015-01-19 日立オートモティブシステムズ株式会社 Vehicle electronic control device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013080283A (en) * 2011-09-30 2013-05-02 Casio Electronics Co Ltd Printing device
JP2014174812A (en) * 2013-03-11 2014-09-22 Ricoh Co Ltd Integrated circuit, image processing device, method and program
JP2015010486A (en) * 2013-06-27 2015-01-19 日立オートモティブシステムズ株式会社 Vehicle electronic control device

Similar Documents

Publication Publication Date Title
EP2040166B1 (en) Memory management apparatus
US8306688B2 (en) Electronic control device
US8037354B2 (en) Apparatus and method for operating a computing platform without a battery pack
US8090494B2 (en) Electronic apparatus and program storage medium
CN105122262A (en) Redundant system boot code in a secondary non-volatile memory
JP2014035730A (en) Vehicle control device
JP2023502511A (en) Resilient software updates on secure storage devices
US20150364190A1 (en) Refresh of a memory area of a non-volatile memory unit
CN110109682A (en) Electronic Accounting Machine Unit and method
JP2011013737A (en) Electronic controller
EP0065703A2 (en) Electronic control method and apparatus for internal combustion engine
US20070050612A1 (en) Boot program update and restoration system and method thereof
JP6663371B2 (en) Electronic control unit
WO2008099276A1 (en) Vehicle control device
JP5915490B2 (en) Electronic control unit
JP5360216B2 (en) Information management apparatus and information management method
JP2019169136A (en) Method and device for calculating data in safety critical system
US20130055017A1 (en) Device and method for restoring information in a main storage unit
CN110275797B (en) Controller and data storage method
JP7029366B2 (en) Electronic control device for automobiles
JP5516509B2 (en) Program writing system
JP2011100416A (en) In-vehicle electronic controller and memory control method
JP2004021520A (en) Electronic controller for vehicle
JP2002054495A (en) Electronic control device
JP2006291720A (en) Control device