JP2018097442A - Electronic controller - Google Patents
Electronic controller Download PDFInfo
- Publication number
- JP2018097442A JP2018097442A JP2016238965A JP2016238965A JP2018097442A JP 2018097442 A JP2018097442 A JP 2018097442A JP 2016238965 A JP2016238965 A JP 2016238965A JP 2016238965 A JP2016238965 A JP 2016238965A JP 2018097442 A JP2018097442 A JP 2018097442A
- Authority
- JP
- Japan
- Prior art keywords
- main cpu
- error
- program
- reset
- signal
- 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
Links
- 238000012544 monitoring process Methods 0.000 claims description 14
- 238000000034 method Methods 0.000 description 17
- 230000005856 abnormality Effects 0.000 description 5
- 230000002159 abnormal effect Effects 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 230000008520 organization Effects 0.000 description 1
- 230000000737 periodic effect Effects 0.000 description 1
Images
Landscapes
- Stored Programmes (AREA)
Abstract
Description
本発明は、ISO26262に代表される機能安全を有するプロセッサを持つ電子制御装置における、プログラム書き込み方法に関する。 The present invention relates to a program writing method in an electronic control device having a processor having functional safety represented by ISO 26262.
従来のプロセッサ(CPU)を用いた車載用電子制御装置では、車両に搭載した制御対象(例えば、エンジンや自動変速機等)の制御を担うメインCPUを、サブCPU等の監視部によって監視することで、電子制御装置の機能安全性を保証するようにしている。例えば、特許文献1にあるメインCPUのプログラムの暴走などによる不正な動作を検出する機構である、ウォッチドッグタイマ(WDT)などがある。
In a vehicle-mounted electronic control device using a conventional processor (CPU), a main CPU responsible for controlling a control target (for example, an engine or an automatic transmission) mounted on a vehicle is monitored by a monitoring unit such as a sub CPU. Therefore, the functional safety of the electronic control device is guaranteed. For example, there is a watch dog timer (WDT) which is a mechanism for detecting an illegal operation due to a program runaway of the main CPU disclosed in
また近年、車載電子機器等の機能安全規格として、国際標準化機構のISO26262が、注目を集めている。ISO26262では、車載電子機器の構成要素であるマイコン(例えばメインCPU)等に故障が発生したとしても、機能的な工夫を施すことによって最低限の許容可能な安全を確保する、フェールセーフ制御が求められている。例えば、故障が発生したとしても、故障が発生してから予め定められた期間内で故障を検出することなどが挙げられる。 In recent years, ISO 26262 of the International Organization for Standardization has attracted attention as a functional safety standard for in-vehicle electronic devices and the like. ISO 26262 requires fail-safe control that ensures minimum acceptable safety by applying functional measures even if a failure occurs in a microcomputer (for example, main CPU) that is a component of an in-vehicle electronic device. It has been. For example, even if a failure occurs, the failure may be detected within a predetermined period after the failure occurs.
機能的な工夫の一例として、メインCPUに複数のプロセッサコアを用いたロックステップ方式がある。この技術に関連し、特許文献2には、ロックステップ方式を用いたプロセッサシステムに関する技術が記載されている。ロックステップ方式においては、複数のプロセッサコアにおいて同一の処理(タスク)が実行され、これらの実行結果を比較することによって故障(エラー)が検知される仕組みである。
As an example of a functional device, there is a lockstep method using a plurality of processor cores in the main CPU. In relation to this technique,
上述したように、ロックステップ方式などの機能安全に対応したマイコンでは、タスクのエラー以外にも、様々なエラーを検知することができる。一方で、その故障が一時的か、恒久的かで、フェールセーフ制御に移行するかどうか判断する必要がある。この場合、例えば、特許文献2のようにエラーの検知回数をカウントすることで、そのエラーが一時的か恒久的か判断することができる。
As described above, the microcomputer corresponding to the functional safety such as the lock step method can detect various errors in addition to the task error. On the other hand, it is necessary to determine whether the failure is temporary or permanent, and whether or not to shift to fail-safe control. In this case, for example, by counting the number of error detections as in
上述したように、機能安全への対応により、様々な要因のエラーを検知し、フェールセーフ制御をすることが可能となった。それに伴い、様々なエラー信号を用いて、マイコンをフェールセーフ制御へ移行させる仕組み(セーフティメカニズム)ができた。 As described above, it is possible to detect errors due to various factors and to perform fail-safe control by responding to functional safety. Along with that, a mechanism (safety mechanism) was made to shift the microcomputer to fail-safe control using various error signals.
上述したように、機能安全への対応により、様々なエラー要因を検知し、フェールセーフ制御をすることが可能となった。その制御の仕組みとして、様々なエラー信号を出力し、それにより例えば監視ICなどが、マイコン動作をリセットさせるものが考えられる。 As described above, various error factors can be detected and fail-safe control can be performed by responding to functional safety. As the control mechanism, various error signals may be output, and for example, a monitoring IC may reset the microcomputer operation.
一方で、前記の構成では例えばメインCPUにプログラムが書き込まれていない場合、エラー信号は初期値として、エラー状態になっていることが一般的である。メインCPUにプログラムが書き込まれている場合は、電源の投入後にエラー信号は正常状態へ移行する。 On the other hand, in the above configuration, for example, when a program is not written in the main CPU, the error signal is generally in an error state as an initial value. When a program is written in the main CPU, the error signal shifts to a normal state after the power is turned on.
従来は、メインCPUにプログラムを書き込む場合は、外部から信号を入力しWDTを正常状態にすれば、書き込むことができた。 Conventionally, when a program is written to the main CPU, the program can be written by inputting a signal from the outside to bring the WDT into a normal state.
しかしながら、本課題ではロックステップ等のエラー出力信号が増加し、フェールセーフ制御を統合したため、WDT以外のエラー信号が初期値(エラー状態)のままだと、WDT出力とその他のエラー出力のロジックが監視ICなどで接続されているため、フェールセーフ制御としてメインCPUへリセットをかけ続けるので、書き込むことができないという問題が発生する可能性がある。 However, since the error output signals such as lockstep increase in this task and failsafe control is integrated, if error signals other than WDT remain at their initial values (error state), the logic of WDT output and other error outputs Since the main CPU is reset as fail-safe control because it is connected by a monitoring IC or the like, there is a possibility that writing cannot be performed.
メインCPUと監視ICを有する制御装置において、メインCPUからエラー信号生成時にメインCPUがブートモードであることを識別する手段を有する制御装置。 A control device having a main CPU and a monitoring IC, the control device having means for identifying that the main CPU is in a boot mode when an error signal is generated from the main CPU.
本発明によれば、ロックステップ方式などによるエラー出力を利用したフェールセーフ制御機能をもつ電子制御装置において、メインCPUにプログラムを書き込むことが可能となる。 According to the present invention, a program can be written in the main CPU in an electronic control device having a fail-safe control function using error output by a lock step method or the like.
本実施の形態の概要について説明する。図1は、従来の電子制御装置1(ECU)のフェールセーフ制御の構成の一例である。図1に示す通り、従来はメインCPU2が正常状態であれば、プログラム処理による監視パルス信号(PRUN出力5)を周期信号として出力する。監視IC3では、そのPRUN信号をWDT6により監視しており、メインCPU2に対してリセット7をかけていた。
An outline of the present embodiment will be described. FIG. 1 is an example of a configuration of fail-safe control of a conventional electronic control unit 1 (ECU). As shown in FIG. 1, conventionally, when the
図1の場合は、メインCPU2にプログラムが書き込まれていない場合でも、プログラム書き込み装置4からPRUN信号10を入力することで、WDT6によるリセット信号9を解除することができる。
In the case of FIG. 1, the
図2は、本課題の電子制御装置1のフェールセーフ制御の構成である。図1の構成に加えて、ロックステップなどのエラーを含むエラー通知11が追加され、その出力8とWDTの出力9が、リセット出力13においてロジックが接続されている。
FIG. 2 is a configuration of fail-safe control of the
そのため、メインCPU2にプログラムが書き込まれていない場合は、プログラム書き込み装置4からPRUN信号10を入力し、WDT6が正常状態になったとしても、ロックステップなどのエラーを含むエラー通知11がエラー状態のままであり、リセット出力
13のロジック接続により、メインCPU2に対してリセット7をかけ続けてしまう状態である。
For this reason, when a program is not written in the
上述した、図2の状態において、メインCPUのプログラム書き込み時においては、リセットを解除するという、プログラムの判定条件を設定する。判定条件は3つあり、1つはエラー出力信号12がロー(エラー)状態であること。1つは、WDT6に外部から入力されるPRUN信号10が正常に入力されていること。もう1つが、電子制御装置1の電源投入からパワーリセット解除タイミングより前(図3で説明する)にPRUNを入力すること。以上の条件を満たす場合、監視IC3はメインCPU2のプログラム書き込み状態(ブートモード)だと判断し、リセット出力13を解除する。以上の条件を、監視IC3のプログラムに追加する。
In the state of FIG. 2 described above, a program determination condition for releasing the reset is set when the main CPU writes the program. There are three judgment conditions. One is that the
図3は、前記のプログラムブートモード条件を示すタイミングチャートである。イグニッションスイッチ(IGNSW)信号15は、前記の電子制御装置1の電源投入信号にあたる。リセット信号16は、初期値はロー状態であり、正常状態であればパワーオンリセット解除タイミング19にハイ状態へ移行する。パワーオンリセットは、マイコンが起動してから安定するまでリセットをかけることである。
FIG. 3 is a timing chart showing the program boot mode conditions. An ignition switch (IGNSW)
前記において、パワーオンリセット期間に、ロックステップなどのエラーを含むエラー通知の出力17がロー状態かつ、プログラム書き込み装置による外部からのPRUN信号18が入力されていることを示している。
In the above description, during the power-on reset period, the error notification output 17 including an error such as a lock step is in the low state, and the
上述した、図2の状態において、メインCPU2のプログラム書き込み異常(例えば、プログラム未書き込み状態)によって、ロックステップなどのエラーを含むエラー通知11の出力を反転させる方法がある。
In the state of FIG. 2 described above, there is a method of inverting the output of the
図4は、前記の方法の一例である。メインCPU2はプログラム書き込み異常通知20(例えば、プログラム未書き込み状態)を出力する。メインCPU2と監視IC3の間には、ロックステップなどのエラーを含むエラー通知11とプログラム書き込み異常通知20を入力し、プログラム書き込み異常の場合にエラー通知11の出力を反転させるロジック回路22を設ける方法である。
FIG. 4 is an example of the method described above. The
図4は一例であり、ロジック回路22の場所は、メインCPU2と監視IC3の間である必要はない。例えば、監視ICの中にあっても構わない。
FIG. 4 is an example, and the location of the
上述した、図2の状態において、ロックステップなどのエラーを含むエラー通知11の出力信号線12に対して、外部(例えば、プログラム書き込み装置4)から直接信号を入力し、正常状態と認識させることで、リセットを解除させる方法である。
In the state of FIG. 2 described above, a signal is directly input from the outside (for example, the program writing device 4) to the
図5は、前記の方法の一例である。図2の状態において、ロックステップなどのエラーを含むエラー通知11の出力信号線12に対して、例えば外部のプログラム書き込み装置4からの信号24を入力して、エラー状態を解除させることで、リセット出力13を解除する方法である。
FIG. 5 is an example of the method described above. In the state of FIG. 2, for example, a
図5は一例であり、ロックステップなどのエラーを含むエラー通知11を解除させる外部からの信号は、プログラム書き込み装置から出力される必要はない。
FIG. 5 is an example, and an external signal for canceling the
1:電子制御装置(ECU)
2:メインCPU(メインマイコン)
3:監視IC(サブマイコン)
4:プログラム書き込み装置
5:PRUN出力
6:ウォッチドックタイマ(WDT)
7:リセット回路
8:PRUN信号線
9:WDT出力信号線
10:プログラム書き込み装置からのPRUN信号
11:エラー通知(ロックステップエラー含む)
12:エラー出力信号線
13:リセット出力
14:リセット出力信号線
15:イグニッションスイッチ信号(IGNSW)
16:リセット信号
17:エラー信号
18:PRUN信号
19:パワーオンリセット解除タイミング
20:プログラム異常通知(プログラム未書き込み含む)
21:プログラム異常出力信号線
22:ロジック回路
23:ロジック出力信号線
24:プログラム書き込み装置からのエラー出力信号線
1: Electronic control unit (ECU)
2: Main CPU (main microcomputer)
3: Monitoring IC (sub microcomputer)
4: Program writing device 5: PRUN output 6: Watchdog timer (WDT)
7: Reset circuit 8: PRUN signal line 9: WDT output signal line 10:
12: Error output signal line 13: Reset output 14: Reset output signal line 15: Ignition switch signal (IGNSW)
16: Reset signal 17: Error signal 18: PRUN signal 19: Power-on reset release timing 20: Program abnormality notification (including program not written)
21: Program abnormal output signal line 22: Logic circuit 23: Logic output signal line 24: Error output signal line from the program writing device
Claims (4)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2016238965A JP6668226B2 (en) | 2016-12-09 | 2016-12-09 | Electronic control unit |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2016238965A JP6668226B2 (en) | 2016-12-09 | 2016-12-09 | Electronic control unit |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2018097442A true JP2018097442A (en) | 2018-06-21 |
JP6668226B2 JP6668226B2 (en) | 2020-03-18 |
Family
ID=62633619
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2016238965A Active JP6668226B2 (en) | 2016-12-09 | 2016-12-09 | Electronic control unit |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6668226B2 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109591732A (en) * | 2019-01-09 | 2019-04-09 | 浙江吉利汽车研究院有限公司 | Automobile electrification control method, device, entire car controller and automobile |
Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS56156981A (en) * | 1980-05-02 | 1981-12-03 | Nec Corp | Bubble memory device |
JPH0764796A (en) * | 1993-08-30 | 1995-03-10 | Nec Commun Syst Ltd | Firmware program down-load system |
JP2000181719A (en) * | 1998-12-15 | 2000-06-30 | Sharp Corp | Method for down loading program to communication equipment |
JP2004070407A (en) * | 2002-08-01 | 2004-03-04 | Alps Electric Co Ltd | Controller of electric appliance and writing method of application program thereto |
JP2006209876A (en) * | 2005-01-28 | 2006-08-10 | Denso Corp | Electronic control device |
JP2008197906A (en) * | 2007-02-13 | 2008-08-28 | Taito Corp | Electronic circuit, slave board, writing control program and data update method |
JP2009276857A (en) * | 2008-05-12 | 2009-11-26 | Taito Corp | Electronic circuit and slave substrate |
JP2012068299A (en) * | 2010-09-21 | 2012-04-05 | Canon Inc | Image forming device, method for controlling image forming device, and computer program |
JP2012168905A (en) * | 2011-02-17 | 2012-09-06 | Taito Corp | Write circuit using timer ic |
KR20130079775A (en) * | 2012-01-03 | 2013-07-11 | 현대모비스 주식회사 | Self recovery type reprogram micom in vehicle |
-
2016
- 2016-12-09 JP JP2016238965A patent/JP6668226B2/en active Active
Patent Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS56156981A (en) * | 1980-05-02 | 1981-12-03 | Nec Corp | Bubble memory device |
JPH0764796A (en) * | 1993-08-30 | 1995-03-10 | Nec Commun Syst Ltd | Firmware program down-load system |
JP2000181719A (en) * | 1998-12-15 | 2000-06-30 | Sharp Corp | Method for down loading program to communication equipment |
JP2004070407A (en) * | 2002-08-01 | 2004-03-04 | Alps Electric Co Ltd | Controller of electric appliance and writing method of application program thereto |
JP2006209876A (en) * | 2005-01-28 | 2006-08-10 | Denso Corp | Electronic control device |
JP2008197906A (en) * | 2007-02-13 | 2008-08-28 | Taito Corp | Electronic circuit, slave board, writing control program and data update method |
JP2009276857A (en) * | 2008-05-12 | 2009-11-26 | Taito Corp | Electronic circuit and slave substrate |
JP2012068299A (en) * | 2010-09-21 | 2012-04-05 | Canon Inc | Image forming device, method for controlling image forming device, and computer program |
JP2012168905A (en) * | 2011-02-17 | 2012-09-06 | Taito Corp | Write circuit using timer ic |
KR20130079775A (en) * | 2012-01-03 | 2013-07-11 | 현대모비스 주식회사 | Self recovery type reprogram micom in vehicle |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109591732A (en) * | 2019-01-09 | 2019-04-09 | 浙江吉利汽车研究院有限公司 | Automobile electrification control method, device, entire car controller and automobile |
Also Published As
Publication number | Publication date |
---|---|
JP6668226B2 (en) | 2020-03-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5739290B2 (en) | Electronic control unit | |
US9058419B2 (en) | System and method for verifying the integrity of a safety-critical vehicle control system | |
US8495433B2 (en) | Microcomputer mutual monitoring system and a microcomputer mutual monitoring method | |
WO2013137425A1 (en) | Circuit for monitoring abnormalities in ecu | |
JP5967059B2 (en) | Electronic control device for vehicle | |
CN110192185B (en) | Redundant processor architecture | |
US10281525B2 (en) | Semiconductor device and diagnostic test method for both single-point and latent faults using first and second scan tests | |
JP5094777B2 (en) | In-vehicle electronic control unit | |
KR100711850B1 (en) | Electronic control system and method having microcomputer monitoring prohibiting function | |
US10580233B2 (en) | Method and apparatus for processing alarm signals | |
JP6341795B2 (en) | Microcomputer and microcomputer system | |
US9678870B2 (en) | Diagnostic apparatus, control unit, integrated circuit, vehicle and method of recording diagnostic data | |
JP6668226B2 (en) | Electronic control unit | |
JP2018163498A (en) | Monitoring circuit | |
WO2018173910A1 (en) | Vehicle control device | |
JP2016126692A (en) | Electronic control device | |
JP4820679B2 (en) | Electronic control device for vehicle | |
CN108073489B (en) | Method for ensuring operation of calculator | |
JP2017007539A (en) | Control device | |
US20190332506A1 (en) | Controller and function testing method | |
JP6457149B2 (en) | Electronic control unit | |
JP6090094B2 (en) | Information processing device | |
JP6716429B2 (en) | Electronic control device and diagnostic method thereof | |
CN114761929A (en) | Vehicle-mounted electronic control device | |
JPH01226035A (en) | Fail-safe device for controlling computer |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20161212 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20181204 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20181205 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20190924 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20190927 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20191118 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20191119 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20191224 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20200109 |
|
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: 20200128 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20200226 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6668226 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 |