JP2016189118A - Electronic control apparatus - Google Patents

Electronic control apparatus Download PDF

Info

Publication number
JP2016189118A
JP2016189118A JP2015068883A JP2015068883A JP2016189118A JP 2016189118 A JP2016189118 A JP 2016189118A JP 2015068883 A JP2015068883 A JP 2015068883A JP 2015068883 A JP2015068883 A JP 2015068883A JP 2016189118 A JP2016189118 A JP 2016189118A
Authority
JP
Japan
Prior art keywords
crc
module
modules
processor
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.)
Granted
Application number
JP2015068883A
Other languages
Japanese (ja)
Other versions
JP6434840B2 (en
Inventor
圭巳 山▲崎▼
Yoshimi Yamazaki
圭巳 山▲崎▼
大輔 古家
Daisuke Furuya
大輔 古家
彰浩 嶋村
Akihiro Shimamura
彰浩 嶋村
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.)
Hitachi Astemo Ltd
Original Assignee
Hitachi Automotive Systems 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 Hitachi Automotive Systems Ltd filed Critical Hitachi Automotive Systems Ltd
Priority to JP2015068883A priority Critical patent/JP6434840B2/en
Publication of JP2016189118A publication Critical patent/JP2016189118A/en
Application granted granted Critical
Publication of JP6434840B2 publication Critical patent/JP6434840B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Testing And Monitoring For Control Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To evaluate whether the order of executing modules is proper or not, while reducing processing load.SOLUTION: A control apparatus 1 (ECU), which is a vehicle electronic control apparatus that executes a control program including a plurality of modules to be executed in a predetermined order, includes: a CRC calculation unit 15 which applies arithmetic operation of a predetermined rule to input data, and outputs a result thereof; and a processor 11 which substitutes identification data of the first module in the control program and an initial value into the CRC calculation unit 15 when the module is executed, sequentially substitutes identification data of the second and subsequent modules and output data of the CRC calculation unit 15 relating to a module executed immediately before, into the CRC calculation unit 15, when the modules are executed, and evaluates the order of executing the modules, on the basis of a comparison between reference data and output data output finally from the CRC calculation unit 15.SELECTED DRAWING: Figure 1

Description

本発明は、自動車に搭載する電子制御装置に関する。   The present invention relates to an electronic control device mounted on an automobile.

自動車の電子制御装置における機能安全のソフトウェア設計のコンセプトとして、プログラムを構成する複数のモジュールの機能安全の適用に関し、例えば、自動車用機能安全規格(ISO 26262)では、ハザードを評価する指標としてASIL(Automotive Safety Integrity Level)が提案されている。ASILでは、過酷度(Severity)、ハザードの発生頻度(probability of Exposure)、回避可能性(Controllability)等でクラス分けし、それに見合った設計レベルによる開発が要求されている。   As a concept of functional safety software design in an electronic control device for automobiles, for example, in functional safety standards for automobiles (ISO 26262) regarding the application of functional safety of a plurality of modules constituting a program, ASIL ( Automotive Safety Integrity Level) has been proposed. In ASIL, it is required to classify according to severity, probability of exposure, controllability, etc., and develop at a design level corresponding to that.

一方で、現行のソフトウェアには、機能安全の適用が不要なクラスに分類されるモジュール(QM:Quality Management)も存在する。そのため、ソフトウェアのシステムにおいて、設計レベルの違いにより安全関連部分(ASIL)と非安全関連部分(QM)とが混在する場合、自動車用機能安全規格のFFI(Freedom from Interference)に基づいて、互いに非干渉であることの保証が求められ、実質的に独立していなければならないことが要求される。   On the other hand, there is a module (QM: Quality Management) that is classified into a class that does not require application of functional safety in current software. Therefore, in a software system, when safety-related parts (ASIL) and non-safety-related parts (QM) are mixed due to differences in design levels, they are mutually non-existent based on FFI (Freedom from Interference) of automotive functional safety standards. Guarantees of interference are required and must be substantially independent.

ここで、FFIに基づく独立性の実現手法の1つとして、例えば、安全関連部分(ASIL)のモジュール(セーフティモジュール(SM:Safety Module)ともいう。)においては、複数のモジュールの実行により所定の機能安全を発揮する場合、モジュール間の実行順序を監視することが望ましい。   Here, as one of the methods for realizing independence based on FFI, for example, in a safety-related part (ASIL) module (also referred to as a safety module (SM)), a predetermined number is obtained by executing a plurality of modules. In order to demonstrate functional safety, it is desirable to monitor the execution order between modules.

そこで、従来、モジュールの実行順序にエラーが発生した場合、そのエラーの発生の有無を検出する診断方法が提案されている。   Therefore, conventionally, there has been proposed a diagnostic method for detecting whether or not an error has occurred when an error occurs in the module execution order.

特開2001−175497号公報JP 2001-175497 A

しかし、従来例では、実行順序の正否に関し、モジュールを実行する毎に正しい順序で行われているか否かを判定しなければならず、プロセッサの処理負荷が増大するおそれがある。   However, in the conventional example, regarding whether the execution order is correct or not, it is necessary to determine whether or not the modules are executed in the correct order each time the modules are executed, which may increase the processing load on the processor.

そこで、本発明は、上記問題点に鑑み、処理負荷を抑制しつつモジュール間の実行順序の正否を評価する技術を提供することを目的とする。   In view of the above problems, an object of the present invention is to provide a technique for evaluating the correctness of the execution order between modules while suppressing the processing load.

本発明は、複数のモジュールの実行順序が予め決められている制御プログラムを実行する自動車用の電子制御装置であって、入力データに対して、所定規則の演算を施し、その演算結果を出力する演算器と、制御プログラムの最初のモジュールを実行する場合、モジュールの識別データ及び初期値を演算器に代入し、制御プログラムの2番目以降の各モジュールを実行する場合、モジュールの識別データ及び直前に実行したモジュールに係る演算器の出力データを演算器に順次代入し、演算器から最終的に出力された出力データと基準データとの比較に基づいて、モジュールの実行順序を評価する評価部と、を備える。   The present invention is an electronic control device for an automobile that executes a control program in which the execution order of a plurality of modules is determined in advance, performs a predetermined rule operation on input data, and outputs the operation result When the calculator and the first module of the control program are executed, the module identification data and the initial value are substituted into the calculator, and when the second and subsequent modules of the control program are executed, the module identification data and immediately before An evaluation unit that sequentially evaluates the execution order of the modules based on a comparison between the output data finally output from the arithmetic unit and the reference data, by sequentially substituting the output data of the arithmetic unit related to the executed module into the arithmetic unit. Is provided.

本発明によれば、処理負荷を抑制しつつモジュール間の実行順序の正否を評価できる。   According to the present invention, it is possible to evaluate the correctness of the execution order between modules while suppressing the processing load.

本実施形態におけるECU(Electronic Control Unit)の構成例を示す図である。It is a figure which shows the structural example of ECU (Electronic Control Unit) in this embodiment. 本実施形態における制御プログラムの一例を示す説明図である。It is explanatory drawing which shows an example of the control program in this embodiment. 本実施形態の動作処理の概要を示す説明図である。It is explanatory drawing which shows the outline | summary of the operation processing of this embodiment. 本実施形態における演算処理方法の動作の一例を示すフローチャートである。It is a flowchart which shows an example of operation | movement of the arithmetic processing method in this embodiment. 図4に示すフローチャートの流れを模式的に示した説明図である。It is explanatory drawing which showed the flow of the flowchart shown in FIG. 4 typically. 本実施形態における演算処理方法の動作の一例を示すフローチャートである。It is a flowchart which shows an example of operation | movement of the arithmetic processing method in this embodiment. 図6に示すフローチャートの流れを模式的に示した説明図である。It is explanatory drawing which showed the flow of the flowchart shown in FIG. 6 typically.

以下、添付された図面を参照し、本発明を実施するための実施形態について詳述する。
[ECUの構成例]
図1は、本実施形態におけるECUの構成例を示すブロック図である。図1に示すECU1は、自動車に搭載された各種の電子機器20、例えば、電子制御式のスロットル弁、燃料噴射弁、変速機、電動ブレーキシステム、ABS(Antilock Brake System)、可変バルブタイミング機構等(図示省略)を制御するものである。本実施形態では、説明の便宜上、各種の電子機器20を1つのブロック図で表している。
Hereinafter, embodiments for carrying out the present invention will be described in detail with reference to the accompanying drawings.
[ECU configuration example]
FIG. 1 is a block diagram illustrating a configuration example of an ECU in the present embodiment. The ECU 1 shown in FIG. 1 includes various electronic devices 20 mounted on an automobile, such as an electronically controlled throttle valve, a fuel injection valve, a transmission, an electric brake system, an ABS (Antilock Brake System), a variable valve timing mechanism, and the like. (Not shown) is controlled. In this embodiment, for convenience of explanation, various electronic devices 20 are represented by one block diagram.

図1に示す通り、ECU1は、プロセッサ11と、通信回路12と、ROM(Read Only Memory)13と、RAM(Random Access Memory)14と、CRC(Cyclic Redundancy Check)演算器15と、バス16と、を備える。プロセッサ11、通信回路12、ROM13、RAM14及びCRC演算器15は、バス16を介して、互いに接続されている。また、ECU1は、通信回路12を介して自動車のエンジンを制御する各種の電子機器20と接続されている。なお、CRC演算器15は、演算器の一例である。   As shown in FIG. 1, the ECU 1 includes a processor 11, a communication circuit 12, a ROM (Read Only Memory) 13, a RAM (Random Access Memory) 14, a CRC (Cyclic Redundancy Check) calculator 15, and a bus 16. . The processor 11, the communication circuit 12, the ROM 13, the RAM 14, and the CRC calculator 15 are connected to each other via a bus 16. The ECU 1 is connected to various electronic devices 20 that control the engine of the automobile via the communication circuit 12. The CRC calculator 15 is an example of a calculator.

プロセッサ11は、例えば、システムの中心的な処理を担うCPU(Central Processing Unit)であって、ECU1の統括的な制御を行うものである。また、プロセッサ11は、評価部や基準データ設定部の一例としても機能する。通信回路12は、各種の電子機器20に接続するための通信インターフェースを提供する。なお、通信回路12は、例えば、CAN(Controller Area Network)の通信プロトコルを実現するバスコントローラ(CANコントローラ)を含んでいる。   The processor 11 is, for example, a CPU (Central Processing Unit) that performs central processing of the system, and performs overall control of the ECU 1. The processor 11 also functions as an example of an evaluation unit and a reference data setting unit. The communication circuit 12 provides a communication interface for connecting to various electronic devices 20. The communication circuit 12 includes, for example, a bus controller (CAN controller) that realizes a CAN (Controller Area Network) communication protocol.

ROM13は、例えば、フラッシュROM等、電源(図示省略)からの電源供給を遮断してもデータが保持される不揮発性の半導体メモリである。RAM14は、例えば、演算処理等に用いられるデータの一時的な作業領域となるメモリであって、電源供給が遮断されると、記憶内容が消える揮発性メモリである。なお、RAM14は、例えば、ダイナミックRAMやスタティックRAMであってもよい。   The ROM 13 is a nonvolatile semiconductor memory such as a flash ROM that retains data even when power supply from a power source (not shown) is cut off. The RAM 14 is, for example, a memory serving as a temporary work area for data used for arithmetic processing and the like, and is a volatile memory whose stored contents disappear when power supply is interrupted. Note that the RAM 14 may be, for example, a dynamic RAM or a static RAM.

CRC演算器15は、入力データに対して、所定規則の演算を施し、その演算結果を出力する演算器の一例であって、例えば、巡回冗長検査用の電子回路からなる。但し、本実施形態では、CRC演算器15をモジュールの実行順序を評価する手段として用いる。詳細については、フローチャート等を用いて説明する。バス16は、例えば、CAN通信のデータ転送等に利用することができる。   The CRC calculator 15 is an example of a calculator that performs a predetermined rule calculation on input data and outputs the calculation result. For example, the CRC calculator 15 includes an electronic circuit for cyclic redundancy check. However, in this embodiment, the CRC calculator 15 is used as a means for evaluating the execution order of modules. Details will be described using a flowchart and the like. The bus 16 can be used, for example, for data transfer of CAN communication.

また、ECU1は、プロセッサ11、ROM13、RAM14、CRC演算器15等のハードウェアと、ROM13に記憶されている制御プログラムやCRC演算プログラム等のソフトウェアとが協働することにより、各種機能を実現する。この制御プログラムには、本実施形態の複数のモジュールが含まれる。したがって、プロセッサ11は、制御プログラムを実行しているときに、本実施形態のCRC演算処理を実現する。   Further, the ECU 1 realizes various functions by cooperation of hardware such as the processor 11, the ROM 13, the RAM 14, and the CRC calculator 15 and software such as a control program and a CRC calculation program stored in the ROM 13. . This control program includes a plurality of modules of the present embodiment. Therefore, the processor 11 implements the CRC calculation process of the present embodiment when executing the control program.

図2は、本実施形態における制御プログラムの一例を示す説明図である。図2に示す制御プログラムP1は、例えば電子制御式のスロットル弁(図示省略)の制御に用いる。この制御プログラムP1は、スロットル弁の制御を実現するため、複数のモジュールM(1〜n)から構成される。なお、説明を分かりやすくするため、n=4に簡略化した場合について例示する。具体的には、制御プログラムP1は、プロセッサ11により実行され、アクセルポジションセンサ(APS:Accel Position Sensor)処理用のモジュールM1、スロットルポジションセンサ(TPS:Throttle Position Sensor)処理用のモジュールM2、目標開度の演算処理用のモジュールM3、デューティ出力処理用のモジュールM4を含む。   FIG. 2 is an explanatory diagram showing an example of a control program in the present embodiment. The control program P1 shown in FIG. 2 is used for controlling an electronically controlled throttle valve (not shown), for example. The control program P1 includes a plurality of modules M (1 to n) in order to realize control of the throttle valve. In addition, in order to make the explanation easy to understand, a case in which n = 4 is simplified is illustrated. Specifically, the control program P1 is executed by the processor 11, and includes a module M1 for processing an accelerator position sensor (APS), a module M2 for processing a throttle position sensor (TPS), target opening. Module M3 for calculating the degree of operation, and module M4 for processing the duty output.

APS処理用のモジュールM1は、アクセル開度(アクセルペダルの踏み込み量)を検出する処理を実行する。TPS処理用のモジュールM2は、スロットル弁の実開度を検出する処理を実行する。目標開度の演算処理用のモジュールM3は、例えば、アクセル開度及びその変化量に基づいて、目標開度を演算する。デューティ出力処理用のモジュールM4は、スロットル弁の実開度と目標開度とを比較し、実開度と目標開度が一致するように、スロットル弁の開度を調節するモータの駆動デューティを求め、フィードバック制御により、スロットル弁の開度を調節する。   The APS processing module M1 executes processing for detecting the accelerator opening (the amount of depression of the accelerator pedal). The module M2 for TPS processing executes processing for detecting the actual opening of the throttle valve. The target opening calculation module M3 calculates the target opening based on, for example, the accelerator opening and the amount of change. The module M4 for duty output processing compares the actual opening of the throttle valve with the target opening, and adjusts the driving duty of the motor that adjusts the opening of the throttle valve so that the actual opening and the target opening coincide with each other. The throttle valve opening is adjusted by feedback control.

ここで、本実施形態では、安全関連部分(ASIL)に分類される複数のモジュールで構成される種々の制御プログラムにおいて、各モジュールに識別データを付与する。本実施形態では、一例として識別データをモジュールの実行順序に従ってシーケンスに付与する。例えば、識別データは、モジュールのプログラムに書き込まれている。ここで、制御プログラムP1の各モジュールの識別データID(n)として、一例として、ID(1)=1、ID(2)=2、ID(3)=3、ID(4)=4とする。そして、本実施形態では、モジュールM1にID(1)、モジュールM2にID(2)、モジュールM3にID(3)、モジュールM4にID(4)を付与する。
[本実施形態の動作処理]
Here, in this embodiment, identification data is assigned to each module in various control programs including a plurality of modules classified as safety-related parts (ASIL). In this embodiment, as an example, identification data is assigned to a sequence according to the execution order of modules. For example, the identification data is written in a module program. Here, as identification data ID (n) of each module of the control program P1, for example, ID (1) = 1, ID (2) = 2, ID (3) = 3, and ID (4) = 4. . In this embodiment, the module M1 is assigned ID (1), the module M2 is assigned ID (2), the module M3 is assigned ID (3), and the module M4 is assigned ID (4).
[Operation processing of this embodiment]

図3は、本実施形態の動作処理の概要を示す説明図である。以下の説明では、制御プログラムについては、スロットル弁の開度を調節する制御プログラムP1について適用するが、これに限定されるものではない。   FIG. 3 is an explanatory diagram showing an outline of the operation processing of the present embodiment. In the following description, the control program is applied to the control program P1 that adjusts the opening of the throttle valve, but is not limited to this.

イグニッションスイッチ(IGNSW)がオンされると、ECU1のプロセッサ11は、各種の電子機器20を始動させるために必要な初期化処理を開始する。初期化処理が完了すると、プロセッサ11は、プログラムの流れを監視するフローチェック対象の制御プログラムP1について、実行順序の確認処理として、実際の駆動制御は行わずにソフトウェアに基づくCRC演算処理のみを実行し、各モジュールの実行順序を再確認する。但し、ソフトウェアの負荷を鑑み、プロセッサ11は、ソフトウェアに基づくCRC演算処理を初期化処理後に1回のみ実行し、その後は、ハードウェアに基づくCRC演算処理をCRC演算器15にて実行する。これにより、ソフトウェアの負荷が軽減される。   When the ignition switch (IGNSW) is turned on, the processor 11 of the ECU 1 starts an initialization process necessary for starting various electronic devices 20. When the initialization process is completed, the processor 11 executes only the CRC calculation process based on the software without performing the actual drive control as the execution order confirmation process for the control program P1 subject to the flow check for monitoring the program flow. Then recheck the execution order of each module. However, in view of the software load, the processor 11 executes the CRC calculation process based on the software only once after the initialization process, and thereafter executes the CRC calculation process based on the hardware in the CRC calculator 15. Thereby, the load of software is reduced.

具体的には、プロセッサ11は、基準データ設定部の一例として、CRC演算器15の演算処理を代替するCRC演算プログラムP2を用いる。これにより、プロセッサ11は、制御プログラムP1における最初のモジュールの識別データ及びCRC演算処理の初期値(以下「CRC初期値」という。)に対して、巡回冗長検査における所定規則の演算を施し、その演算結果を求める。   Specifically, the processor 11 uses a CRC calculation program P2 that replaces the calculation processing of the CRC calculator 15 as an example of the reference data setting unit. As a result, the processor 11 performs a predetermined rule operation in the cyclic redundancy check on the identification data of the first module and the initial value of the CRC operation processing (hereinafter referred to as “CRC initial value”) in the control program P1. Find the operation result.

続いて、プロセッサ11は、制御プログラムP1の2番目以降の各モジュールについて、今回のモジュールの識別データ及び直前に実行したモジュールに係る演算結果に対してその所定規則の演算を順次施す。より詳細には、プロセッサ11は、n=2から、モジュールの総数(n)まで、n番目のモジュールの識別データ及び直前に実行したn−1番目のモジュールに係る演算結果に対してその所定規則の演算を順次施す。そして、プロセッサ11は、最終的に求められた演算結果を、実行順序を評価する基準データとする。つまり、プロセッサ11は、このCRC演算処理により、基準データを取得する。なお、基準データについては、予めROM13に記憶しておくようにしてもよい。   Subsequently, for each of the second and subsequent modules of the control program P1, the processor 11 sequentially performs the calculation according to the predetermined rule on the identification data of the current module and the calculation result relating to the module executed immediately before. More specifically, the processor 11 determines the predetermined rule for the identification data of the nth module and the calculation result related to the n−1th module executed immediately before, from n = 2 to the total number of modules (n). Are sequentially performed. Then, the processor 11 uses the finally obtained calculation result as reference data for evaluating the execution order. That is, the processor 11 acquires reference data by this CRC calculation process. The reference data may be stored in the ROM 13 in advance.

そして、通常制御に移行すると、プロセッサ11は、制御プログラムP1の各モジュールを実行する毎に、CRC演算処理をCRC演算器15にて実行する。これにより、CRC演算処理が高速化される。そして、プロセッサ11は、キーオフによりイグニッションスイッチ(IGNSW)がオフされ、シャットダウンをする終了処理に移行する前まで、フローチェックにより各モジュールの実行順序を監視する。そして、プロセッサ11は、CRC演算器15が出力するCRC値に基づいて、CRCエラーが発生した場合には、例えば予め規定している異常発生時のフェールセーフ制御を実行する。なお、CRC値は出力データの一例である。以下、本実施形態の動作処理の詳細について説明する。   Then, when shifting to the normal control, the processor 11 executes a CRC calculation process in the CRC calculator 15 every time each module of the control program P1 is executed. This speeds up the CRC calculation process. Then, the processor 11 monitors the execution order of each module through a flow check until the ignition switch (IGNSW) is turned off by key-off and before the process proceeds to a termination process for shutdown. Then, when a CRC error occurs based on the CRC value output from the CRC calculator 15, the processor 11 executes fail-safe control at the time of occurrence of an abnormality defined in advance, for example. The CRC value is an example of output data. Hereinafter, the details of the operation processing of this embodiment will be described.

図4は、本実施形態における演算処理方法の動作の一例を示すフローチャートである。プロセッサ11は、このフローチャートを初期化処理が完了すると実行する。具体的には、プロセッサ11は、ソフトウェアに基づくCRC演算処理を実行し、最終的に得られた演算結果のCRC値を基準データとして求める。なお、説明を分かりやすくするため、図2に示す制御プログラムP1を例示して以下説明を続ける。   FIG. 4 is a flowchart showing an example of the operation of the arithmetic processing method in the present embodiment. The processor 11 executes this flowchart when the initialization process is completed. Specifically, the processor 11 executes a CRC calculation process based on software, and obtains the CRC value of the finally obtained calculation result as reference data. In order to make the explanation easy to understand, the control program P1 shown in FIG.

ステップS101:プロセッサ11は、プログラムのループ処理用の変数nに0(ゼロ)を代入する。
ステップS102:プロセッサ11は、nを、1ずつインクリメントする処理を実行する。
Step S101: The processor 11 assigns 0 (zero) to a variable n for loop processing of the program.
Step S102: The processor 11 executes a process of incrementing n by 1.

ステップS103:プロセッサ11は、n番目のモジュールについて、CRC演算プログラムP2を実行する。具体的には、プロセッサ11は、例えばn=1の場合、1番目のモジュールの識別データ(ID(1))と、CRC初期値を入力データとして、CRC演算プログラムP2を実行する。なお、CRC演算プログラムP2のアルゴリズムは、誤り検出方式の一例であって、検査用のデータを値とみなして、所定の定数で割った余り(余剰)を用いて誤りの検知を行う演算方法である。また、CRC初期値は、例えば、任意のデータ列の値であってよい。   Step S103: The processor 11 executes the CRC calculation program P2 for the nth module. Specifically, for example, when n = 1, the processor 11 executes the CRC calculation program P2 using the identification data (ID (1)) of the first module and the CRC initial value as input data. Note that the algorithm of the CRC calculation program P2 is an example of an error detection method, and is an arithmetic method in which data for inspection is regarded as a value and an error is detected using a remainder (remainder) divided by a predetermined constant. is there. The CRC initial value may be, for example, an arbitrary data string value.

ここで、CRC演算については、例えば、CRC演算に用いる生成多項式に応じて様々な種類が公知であるが、本実施形態のように2つの入力パラメータに基づいて、毎回、CRC値が求めることができれば、特に限定されない。CRC演算プログラムP2は、CRC演算を実行することにより、演算結果のCRC値として、例えば、n番目のモジュールについてCRC(n)を求める。   Here, for the CRC calculation, for example, various types are known according to the generator polynomial used for the CRC calculation, but the CRC value is obtained every time based on two input parameters as in the present embodiment. If possible, it is not particularly limited. The CRC calculation program P2 obtains, for example, CRC (n) for the nth module as the CRC value of the calculation result by executing the CRC calculation.

ステップS104:プロセッサ11は、nの値が制御プログラムP1のモジュールの総数に達したか否かを判定する。総数に達した場合(ステップS104:Yes)、ステップS105の処理に移行し、総数に達していない場合(ステップS104:No)、ステップS102の処理に戻り、nの値をインクリメント(n=n+1)する。
ステップS105:プロセッサ11は、CRC(n)を、制御プログラムP1のモジュールの実行順序を評価する基準データとして求める。そして、プロセッサ11は、その基準データをRAM14に記憶する。
Step S104: The processor 11 determines whether or not the value of n has reached the total number of modules of the control program P1. When the total number has been reached (step S104: Yes), the process proceeds to step S105. When the total number has not been reached (step S104: No), the process returns to step S102, and the value of n is incremented (n = n + 1). To do.
Step S105: The processor 11 obtains CRC (n) as reference data for evaluating the execution order of modules of the control program P1. Then, the processor 11 stores the reference data in the RAM 14.

図5は、図4に示すフローチャートの流れを模式的に示した説明図である。図5(a)に示す通り、プロセッサ11は、APS処理用のモジュールM1に対応する識別データ(ID(1))と、CRC演算のCRC初期値とを入力データとして、CRC演算プログラムP2を実行する。このCRC演算プログラムP2は、1回目の演算処理の演算結果として、CRC(1)を求める。   FIG. 5 is an explanatory diagram schematically showing the flow of the flowchart shown in FIG. As shown in FIG. 5A, the processor 11 executes the CRC calculation program P2 using the identification data (ID (1)) corresponding to the module M1 for APS processing and the CRC initial value of the CRC calculation as input data. To do. The CRC calculation program P2 obtains CRC (1) as the calculation result of the first calculation process.

次に、図5(b)に示す通り、プロセッサ11は、TPS処理用のモジュールM2に対応する識別データ(ID(2))と、直前のCRC(n−1)であるCRC(1)とを入力データとして、CRC演算プログラムP2を実行する。CRC演算プログラムP2は、2回目の演算処理の演算結果として、CRC(2)を求める。   Next, as illustrated in FIG. 5B, the processor 11 includes identification data (ID (2)) corresponding to the module M2 for TPS processing, and CRC (1) which is the immediately preceding CRC (n−1). Is used as input data to execute the CRC calculation program P2. The CRC calculation program P2 obtains CRC (2) as the calculation result of the second calculation process.

ここで、CRC(1)には、APS処理に対応する識別データ(ID(1))を用いてCRC演算された結果が含まれている。さらに、CRC(2)には、TPS処理に対応する識別データ(ID(2))を用いてCRC演算された結果が含まれている。もし、CRC演算の順序が逆の場合、CRC(1)及びCRC(2)は、異なった値となる。   Here, CRC (1) includes a result of CRC calculation using identification data (ID (1)) corresponding to the APS process. Further, CRC (2) includes a result of CRC calculation using identification data (ID (2)) corresponding to the TPS process. If the CRC calculation order is reversed, CRC (1) and CRC (2) have different values.

つまり、CRC(1)には、APS処理に対応する識別データ(ID(1))を用いた演算結果が反映され、CRC(2)には、APS処理に対応する識別データ(ID(1))を用いた演算結果のみならず、さらに、次の実行順序であるTPS処理に対応する識別データ(ID(2))を用いた演算結果が反映されている。   That is, the calculation result using the identification data (ID (1)) corresponding to the APS process is reflected in CRC (1), and the identification data (ID (1)) corresponding to the APS process is reflected in CRC (2). In addition, the calculation result using the identification data (ID (2)) corresponding to the TPS process which is the next execution order is reflected.

次に、プロセッサ11は、図5(c)に示す通り、プロセッサ11は、目標開度の演算処理に対応する識別データ(ID(3))と、CRC(2)とを入力データとして、CRC演算プログラムP2を実行する。このCRC演算プログラムP2は、3回目の演算処理の演算結果として、CRC(3)を求める。CRC(3)は、CRC(2)と比較して、さらに、次の実行順序である目標開度の演算処理に対応する識別データ(ID(3))を用いた演算結果が反映されている。   Next, as shown in FIG. 5C, the processor 11 uses the identification data (ID (3)) and CRC (2) corresponding to the calculation processing of the target opening as input data. The calculation program P2 is executed. The CRC calculation program P2 obtains CRC (3) as the calculation result of the third calculation process. Compared with CRC (2), CRC (3) further reflects the calculation result using identification data (ID (3)) corresponding to the calculation processing of the target opening degree which is the next execution order. .

次に、プロセッサ11は、図5(d)に示す通り、デューティ出力処理に対応する識別データ(ID(4))と、CRC(3)のデータとを入力データとして、CRC演算プログラムP2を実行する。このCRC演算プログラムP2は、4回目の演算処理の演算結果として、CRC(4)を求める。CRC(4)は、CRC(3)と比較して、さらに、次の実行順序であるデューティ出力処理に対応する識別データ(ID(4))を用いた演算結果が反映されている。   Next, as shown in FIG. 5 (d), the processor 11 executes the CRC calculation program P2 using the identification data (ID (4)) corresponding to the duty output process and the CRC (3) data as input data. To do. The CRC calculation program P2 obtains CRC (4) as the calculation result of the fourth calculation process. Compared with CRC (3), CRC (4) further reflects a calculation result using identification data (ID (4)) corresponding to the duty output process which is the next execution order.

続いて、プロセッサ11は、このCRC演算プログラムP2を終了すると、CRC(4)をRAM14に記憶する。CRC(4)は、APS処理、TPS処理、目標開度の演算処理、デューティ出力処理というように予め設定した実行順序を評価する基準データとして利用することができる。つまり、本実施形態では、図4に示すフローチャートにて実行したCRC演算の最終結果のCRC(n)を基準データとして利用する。   Subsequently, when the processor 11 ends the CRC calculation program P2, the processor 11 stores the CRC (4) in the RAM 14. CRC (4) can be used as reference data for evaluating a preset execution order such as APS processing, TPS processing, target opening calculation processing, and duty output processing. That is, in the present embodiment, CRC (n) as a final result of the CRC calculation executed in the flowchart shown in FIG. 4 is used as reference data.

次に、通常制御時における演算処理方法の動作について説明する。
図6は、本実施形態における演算処理方法の動作の一例を示すフローチャートである。プロセッサ11は、図4に示すフローチャートの処理が終了した後、キーオフ操作によりイグニッションスイッチ(IGNSW)がオフされるまで、チェックフロー対象の制御プログラムP1を実行する毎に図6に示すフローチャートを実行する。
Next, the operation of the arithmetic processing method during normal control will be described.
FIG. 6 is a flowchart showing an example of the operation of the arithmetic processing method in the present embodiment. The processor 11 executes the flowchart shown in FIG. 6 every time the check flow target control program P1 is executed until the ignition switch (IGNSW) is turned off by the key-off operation after the processing of the flowchart shown in FIG. .

このフローチャートの概要について説明すると、プロセッサ11は、制御プログラムP1の最初のモジュールを実行する場合、そのモジュールの識別データ及びCRC初期値をCRC演算器15に代入し、CRC値を求める。そして、プロセッサ11は、制御プログラムP1の2番目以降の各モジュールを実行する場合、モジュールの識別データ及び直前に実行したモジュールに係るCRC演算器15から出力されたCRC値をそのCRC演算器15に順次代入する。さらに、プロセッサ11は、最後に実行したモジュールに係るCRC演算器15から出力されたCRC値と基準データとの比較に基づいて、モジュールの実行順序を評価する。   The outline of this flowchart will be described. When the processor 11 executes the first module of the control program P1, the processor 11 substitutes the identification data of the module and the CRC initial value into the CRC calculator 15 to obtain the CRC value. When executing the second and subsequent modules of the control program P1, the processor 11 sends the module identification data and the CRC value output from the CRC calculator 15 related to the module executed immediately before to the CRC calculator 15. Assign sequentially. Furthermore, the processor 11 evaluates the execution order of the modules based on the comparison between the CRC value output from the CRC calculator 15 related to the module executed last and the reference data.

ステップS201:プロセッサ11は、プログラムのループカウンタ用の変数nに0(ゼロ)を代入する。
ステップS202:プロセッサ11は、nを、1ずつインクリメントする処理を実行する。
Step S201: The processor 11 assigns 0 (zero) to a variable n for the loop counter of the program.
Step S202: The processor 11 executes a process of incrementing n by 1.

ステップS203:プロセッサ11は、事象が発生したモジュールの識別データに基づいて、n番目のモジュールの処理を実行する。一例として、プロセッサ11は、1番目(n=1)としてAPS処理を実行する。   Step S203: The processor 11 executes the process of the nth module based on the identification data of the module in which the event has occurred. As an example, the processor 11 executes the APS process as the first (n = 1).

ステップS204:プロセッサ11は、実行順序のチェックポイントとして、CRC演算器15を用いてn番目のCRC演算を実行する。事象が発生したモジュールの識別データと、n―1番目のCRC演算で出力されたCRC値とを入力データとして、CRC演算を実行する。但し、n=1番目の場合には、n―1番目のCRC値が存在しないので、CRC初期値を入力する。CRC演算器15は、演算結果として、CRC(n)を出力する。   Step S204: The processor 11 executes the n-th CRC calculation using the CRC calculator 15 as a check point of the execution order. The CRC calculation is executed using the identification data of the module in which the event has occurred and the CRC value output in the (n-1) th CRC calculation as input data. However, in the case of n = 1, the CRC initial value is input because the n-1st CRC value does not exist. The CRC calculator 15 outputs CRC (n) as the calculation result.

ステップS205:プロセッサ11は、nの値が制御プログラムP1のモジュールの総数に達したか否かを判定する。総数に達した場合(ステップS205:Yes)、ステップS206の処理に移行し、総数に達していない場合(ステップS205:No)、ステップS202の処理に戻る。   Step S205: The processor 11 determines whether or not the value of n has reached the total number of modules of the control program P1. When the total number has been reached (step S205: Yes), the process proceeds to step S206. When the total number has not been reached (step S205: No), the process returns to step S202.

ステップS206:プロセッサ11は、CRC演算結果がエラーか否かを判定する。具体的には、プロセッサ11は、基準データと、ステップS204の処理で求めた、最後のモジュールの実行後におけるCRC(n)とを比較する。基準データと一致しており、エラーでないと判定した場合(ステップS206:No)、図6に示すフローチャートの処理を終了する。一方、基準データと一致せず、エラーであると判定した場合(ステップS206:Yes)、ステップS207の処理に移行する。例えば、目標開度の演算処理M3、デューティ出力処理M4の順序が逆転すると、CRC(n)と基準データとは不一致になり、異常時の処理へ移行することになる。   Step S206: The processor 11 determines whether or not the CRC calculation result is an error. Specifically, the processor 11 compares the reference data with the CRC (n) obtained in the process of step S204 after the last module is executed. If it matches with the reference data and it is determined that there is no error (step S206: No), the process of the flowchart shown in FIG. 6 is terminated. On the other hand, if it is determined that the data does not match the reference data and an error has occurred (step S206: Yes), the process proceeds to step S207. For example, when the order of the target opening calculation process M3 and the duty output process M4 is reversed, the CRC (n) and the reference data do not coincide with each other, and the process shifts to an abnormal process.

ステップS207:プロセッサ11は、異常時の処理を実行する。プロセッサ11は、例えば、予め規定している異常発生時のフェールセーフ制御を実行する。そして、プロセッサ11は、図6に示すフローチャートの処理を終了する。   Step S207: The processor 11 executes processing at the time of abnormality. For example, the processor 11 executes fail-safe control at the time of occurrence of an abnormality defined in advance. Then, the processor 11 ends the process of the flowchart shown in FIG.

図7は、図6に示すフローチャートの流れを模式的に示した説明図である。図7(a)に示す通り、プロセッサ11は、APS処理(モジュールM1)を実行すると、APS処理に対応する識別データ(ID(1))と、CRC初期値とを入力データとして、CRC演算器15に代入する。すると、CRC演算器15は、CRC演算を実行し、1回目の演算結果としてCRC(1)を出力する。   FIG. 7 is an explanatory diagram schematically showing the flow of the flowchart shown in FIG. As shown in FIG. 7A, when the processor 11 executes the APS process (module M1), the CRC calculator uses the identification data (ID (1)) corresponding to the APS process and the CRC initial value as input data. Substitute into 15. Then, the CRC calculator 15 executes the CRC calculation and outputs CRC (1) as the first calculation result.

次に、プロセッサ11は、図7(b)に示す通り、TPS処理(モジュールM2)を実行すると、TPS処理に対応する識別データ(ID(2))と、CRC(1)とを入力データとして、CRC演算器15に代入する。すると、CRC演算器15は、CRC演算を実行し、2回目の演算結果としてCRC(2)を出力する。   Next, as shown in FIG. 7B, when the processor 11 executes the TPS process (module M2), the identification data (ID (2)) corresponding to the TPS process and CRC (1) are input as input data. , And substitute for CRC calculator 15. Then, the CRC calculator 15 executes the CRC calculation and outputs CRC (2) as the second calculation result.

次に、プロセッサ11は、図7(c)に示す通り、目標開度の演算処理(モジュールM3)を実行すると、目標開度の演算処理に対応する識別データ(ID(3))と、CRC(2)のデータとを入力データとして、CRC演算器15に代入する。すると、CRC演算器15は、3回目の演算結果として、CRC(3)を出力する。   Next, as shown in FIG. 7C, when the processor 11 executes the target opening calculation process (module M3), the identification data (ID (3)) corresponding to the target opening calculation process, the CRC, The data of (2) is substituted into the CRC calculator 15 as input data. Then, the CRC calculator 15 outputs CRC (3) as the third calculation result.

次に、プロセッサ11は、図7(d)に示す通り、デューティ出力処理(モジュールM4)を実行すると、デューティ出力処理に対応する識別データ(ID(4))と、CRC(3)とを入力データとして、CRC演算器15に代入する。すると、CRC演算器15は、4回目の演算結果として、CRC(4)を出力する。   Next, as shown in FIG. 7D, when the processor 11 executes the duty output process (module M4), it inputs identification data (ID (4)) and CRC (3) corresponding to the duty output process. The data is substituted into the CRC calculator 15. Then, the CRC calculator 15 outputs CRC (4) as the fourth calculation result.

以上の処理が完了すると、プロセッサ11は、図6のステップS206で上述した通り、CRC(4)と、RAM14に記憶されている基準データとを比較する。   When the above processing is completed, the processor 11 compares the CRC (4) with the reference data stored in the RAM 14 as described above in step S206 of FIG.

以上より、本実施形態によれば、実行順序の正否に関し、CRC演算処理の最終結果のCRC値と基準データとを比較すればよいので、モジュールを実行する毎に正しい順序で行われているか否かを判定する必要がない。これにより、プロセッサ11の処理負荷を抑制でき、また、チェックするモジュール数が増加しても、使用するRAM14の使用率を抑制できる。   As described above, according to the present embodiment, whether the execution order is correct or not can be compared with the CRC value of the final result of the CRC calculation process and the reference data. There is no need to determine whether or not. Thereby, the processing load of the processor 11 can be suppressed, and even if the number of modules to be checked increases, the usage rate of the RAM 14 to be used can be suppressed.

また、本実施形態によれば、初期化処理が完了すると、各モジュールの実行順序の再確認として、CRC演算プログラムP2により実行し基準データを求め、運転中については、CRC演算器15を用いて、最後のモジュールの実行後におけるCRC値を求め、実行順序を評価した。ここで、本実施形態では、CRC演算プログラムP2の処理速度と比較して、高速に演算処理が可能なCRC演算器15を用いることが好ましく、これにより、CRC演算処理が高速化される。そして、本実施形態では、CRC演算処理をCRC演算器15で実行することでプロセッサ11の処理負荷をさらに抑制できる。なお、本実施形態では、初期化処理が完了した際、基準データをCRC演算器15により求めてもよい。   In addition, according to the present embodiment, when the initialization process is completed, as a reconfirmation of the execution order of each module, the CRC calculation program P2 is used to obtain reference data, and during operation, the CRC calculator 15 is used. The CRC value after execution of the last module was obtained, and the execution order was evaluated. Here, in the present embodiment, it is preferable to use the CRC calculator 15 capable of high-speed arithmetic processing as compared with the processing speed of the CRC arithmetic program P2, thereby speeding up the CRC arithmetic processing. In this embodiment, the processing load of the processor 11 can be further suppressed by executing the CRC calculation process by the CRC calculator 15. In the present embodiment, the reference data may be obtained by the CRC calculator 15 when the initialization process is completed.

[上記実施形態の補足事項]
上記実施形態では、説明を分かりやすくするため、モジュール数を4に限定して説明したが、上記実施形態では、モジュール数を2以上の任意の数に適用できる。つまり、上述した通り、制御プログラムの数やモジュール数の数が多くなるほど、プロセッサ11の処理負荷を抑制でき、使用するRAM14の使用率を抑制できる。また、上記実施形態では、図6に示すフローチャートにおいて、所定時間経過しても、モジュールの総数分のモジュールが実行されない場合には、モジュールの実行漏れにより総数に達しないと判定し、ステップS207の異常時の処理に移行するようにしてもよい。
[Supplementary items of the above embodiment]
In the embodiment described above, the number of modules is limited to 4 for easy understanding, but in the embodiment, the number of modules can be applied to an arbitrary number of 2 or more. That is, as described above, as the number of control programs and the number of modules increase, the processing load of the processor 11 can be suppressed, and the usage rate of the RAM 14 to be used can be suppressed. Further, in the above embodiment, in the flowchart shown in FIG. 6, if a module corresponding to the total number of modules is not executed even after a predetermined time has elapsed, it is determined that the total number has not been reached due to module execution omission, and step S207 You may make it transfer to the process at the time of abnormality.

以上、本件に開示する実施形態について明細書及び図面等を用いて説明したが、本件開示の技術は、上記実施形態に限定されるものではなく、本発明の趣旨を逸脱しない範囲で種々の変更が可能である。   The embodiment disclosed in the present invention has been described above with reference to the specification and drawings. However, the technology disclosed herein is not limited to the above-described embodiment, and various modifications can be made without departing from the spirit of the present invention. Is possible.

1…ECU
11…プロセッサ
12…通信回路
13…ROM
14…RAM
15…CRC演算器
16…バス
1 ... ECU
11 ... Processor 12 ... Communication circuit 13 ... ROM
14 ... RAM
15 ... CRC calculator 16 ... Bus

Claims (3)

複数のモジュールの実行順序が予め決められている制御プログラムを実行する自動車用の電子制御装置であって、
入力データに対して、所定規則の演算を施し、その演算結果を出力する演算器と、
前記制御プログラムの最初のモジュールを実行する場合、前記モジュールの識別データ及び初期値を前記演算器に代入し、前記制御プログラムの2番目以降の各モジュールを実行する場合、前記モジュールの識別データ及び直前に実行したモジュールに係る前記演算器の出力データを前記演算器に順次代入し、前記演算器から最終的に出力された出力データと基準データとの比較に基づいて、前記モジュールの前記実行順序を評価する評価部と、
を備えることを特徴とする電子制御装置。
An electronic control device for an automobile that executes a control program in which the execution order of a plurality of modules is predetermined,
An arithmetic unit that performs a predetermined rule operation on the input data and outputs the operation result;
When executing the first module of the control program, the identification data and initial value of the module are substituted into the computing unit, and when executing the second and subsequent modules of the control program, the identification data of the module and the immediately preceding module are executed. The output data of the arithmetic unit related to the module executed in the step is sequentially substituted into the arithmetic unit, and the execution order of the modules is determined based on the comparison between the output data finally output from the arithmetic unit and the reference data. An evaluation unit to evaluate;
An electronic control device comprising:
前記制御プログラムの最初の前記モジュールの識別データ及び初期値に対して、前記所定規則の演算を施し、その演算結果を求め、前記制御プログラムの2番目以降の各モジュールについては、前記モジュールの識別データ及び直前に実行したモジュールに係る演算結果に対して前記所定規則の演算を順次施し、最終的に求められた演算結果を前記基準データとする基準データ設定部を更に備えることを特徴とする請求項1に記載の電子制御装置。   The identification data and the initial value of the first module of the control program are subjected to the calculation of the predetermined rule, the calculation result is obtained, and the identification data of the module for each of the second and subsequent modules of the control program. And a reference data setting unit that sequentially performs the operation of the predetermined rule on the operation result related to the module executed immediately before, and uses the finally obtained operation result as the reference data. The electronic control device according to 1. 前記演算器は、CRC演算器であることを特徴とする請求項1又は請求項2に記載の電子制御装置。   The electronic control device according to claim 1, wherein the arithmetic unit is a CRC arithmetic unit.
JP2015068883A 2015-03-30 2015-03-30 Electronic control unit Active JP6434840B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015068883A JP6434840B2 (en) 2015-03-30 2015-03-30 Electronic control unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015068883A JP6434840B2 (en) 2015-03-30 2015-03-30 Electronic control unit

Publications (2)

Publication Number Publication Date
JP2016189118A true JP2016189118A (en) 2016-11-04
JP6434840B2 JP6434840B2 (en) 2018-12-05

Family

ID=57239727

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015068883A Active JP6434840B2 (en) 2015-03-30 2015-03-30 Electronic control unit

Country Status (1)

Country Link
JP (1) JP6434840B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107992321A (en) * 2017-12-28 2018-05-04 国机智骏(北京)汽车科技有限公司 ECU software update method, device, vehicle-mounted T-BOX and vehicle
KR20200002925A (en) * 2017-04-17 2020-01-08 모빌아이 비젼 테크놀로지스 엘티디. Security system including driving related system

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0194450A (en) * 1987-10-06 1989-04-13 Nec Home Electron Ltd Method for diagnosing action abnormality
JPH06149626A (en) * 1992-11-13 1994-05-31 Fujitsu Ten Ltd Electronic controller
JPH09319621A (en) * 1996-05-30 1997-12-12 Nec Ic Microcomput Syst Ltd Circuit, method for detecting program runaway, software developing device for detection and software generating method for the same
JP2007220106A (en) * 2006-02-17 2007-08-30 Samsung Electronics Co Ltd Method and device for inspecting execution flow of program
JP2012048277A (en) * 2010-08-24 2012-03-08 Ricoh Co Ltd Semiconductor integrated circuit, debugging system, debugging method, debugging program, and recording medium
JP2012058805A (en) * 2010-09-06 2012-03-22 Fuji Electric Co Ltd Arithmetic processing unit and arithmetic processing method
JP2013127674A (en) * 2011-12-16 2013-06-27 Auto Network Gijutsu Kenkyusho:Kk Control device and processing monitoring method
US20130262938A1 (en) * 2010-09-10 2013-10-03 Silistra Systems Gmbh Method for providing a value for determining whether an error has occurred in the execution of a program

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0194450A (en) * 1987-10-06 1989-04-13 Nec Home Electron Ltd Method for diagnosing action abnormality
JPH06149626A (en) * 1992-11-13 1994-05-31 Fujitsu Ten Ltd Electronic controller
JPH09319621A (en) * 1996-05-30 1997-12-12 Nec Ic Microcomput Syst Ltd Circuit, method for detecting program runaway, software developing device for detection and software generating method for the same
JP2007220106A (en) * 2006-02-17 2007-08-30 Samsung Electronics Co Ltd Method and device for inspecting execution flow of program
JP2012048277A (en) * 2010-08-24 2012-03-08 Ricoh Co Ltd Semiconductor integrated circuit, debugging system, debugging method, debugging program, and recording medium
JP2012058805A (en) * 2010-09-06 2012-03-22 Fuji Electric Co Ltd Arithmetic processing unit and arithmetic processing method
US20130262938A1 (en) * 2010-09-10 2013-10-03 Silistra Systems Gmbh Method for providing a value for determining whether an error has occurred in the execution of a program
JP2013127674A (en) * 2011-12-16 2013-06-27 Auto Network Gijutsu Kenkyusho:Kk Control device and processing monitoring method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20200002925A (en) * 2017-04-17 2020-01-08 모빌아이 비젼 테크놀로지스 엘티디. Security system including driving related system
KR102263828B1 (en) 2017-04-17 2021-06-15 모빌아이 비젼 테크놀로지스 엘티디. Security systems including driving-related systems
CN107992321A (en) * 2017-12-28 2018-05-04 国机智骏(北京)汽车科技有限公司 ECU software update method, device, vehicle-mounted T-BOX and vehicle
CN107992321B (en) * 2017-12-28 2021-04-27 国机智骏汽车有限公司 ECU software updating method and device, vehicle-mounted T-BOX and vehicle

Also Published As

Publication number Publication date
JP6434840B2 (en) 2018-12-05

Similar Documents

Publication Publication Date Title
US10723361B2 (en) Monitoring apparatus, communication system, vehicle, monitoring method, and non-transitory storage medium
US20070101236A1 (en) Method and system for performing function-specific memory checks within a vehicle-based control system
JP4222154B2 (en) Vehicle control system
EP3249534B1 (en) Vehicle control device
WO2017038290A1 (en) Verification system, verification device, and vehicle control device
US7437218B2 (en) Method and device for controlling the functional unit of a motor vehicle
US11001211B2 (en) Method and system for secure signal manipulation for testing integrated safety functionalities
JP6434840B2 (en) Electronic control unit
US20210284150A1 (en) Activity monitor
US10642259B2 (en) Method for operating a control unit of a motor vehicle
CN108146250B (en) Automobile torque safety control method based on multi-core CPU
JP6075262B2 (en) Control device
KR101601074B1 (en) ECU Updating Apparatus, ECU Updating Method and ECU Updating Network using the same
JP6396873B2 (en) Electronic control device and diagnostic method
US9495182B2 (en) Apparatus of reconfigurable software mode management using runtime execution engine
JP2012174198A (en) Abnormality detection device and abnormality detection program
US20160011932A1 (en) Method for Monitoring Software in a Road Vehicle
US20240311143A1 (en) Method for checking a processing of payload data
JP2014215120A (en) Electronic controller
US20230306101A1 (en) System, vehicle, and method
WO2018010899A1 (en) Data processing method
JP2019087118A (en) On-vehicle control device
JP2019016021A (en) Verification device for vehicle controller and vehicle controller
JP2023088706A (en) Electronic control device
US20170023935A1 (en) Method and Control System

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20170317

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20171221

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180109

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180308

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180821

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20181016

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20181030

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20181109

R150 Certificate of patent or registration of utility model

Ref document number: 6434840

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250