WO2010109609A1 - Processing device and vehicle engine control device - Google Patents

Processing device and vehicle engine control device Download PDF

Info

Publication number
WO2010109609A1
WO2010109609A1 PCT/JP2009/055963 JP2009055963W WO2010109609A1 WO 2010109609 A1 WO2010109609 A1 WO 2010109609A1 JP 2009055963 W JP2009055963 W JP 2009055963W WO 2010109609 A1 WO2010109609 A1 WO 2010109609A1
Authority
WO
WIPO (PCT)
Prior art keywords
task
crank
executed
state
processing
Prior art date
Application number
PCT/JP2009/055963
Other languages
French (fr)
Japanese (ja)
Inventor
和千男 小林
Original Assignee
トヨタ自動車株式会社
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 トヨタ自動車株式会社 filed Critical トヨタ自動車株式会社
Priority to PCT/JP2009/055963 priority Critical patent/WO2010109609A1/en
Publication of WO2010109609A1 publication Critical patent/WO2010109609A1/en

Links

Images

Classifications

    • FMECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
    • F02COMBUSTION ENGINES; HOT-GAS OR COMBUSTION-PRODUCT ENGINE PLANTS
    • F02NSTARTING OF COMBUSTION ENGINES; STARTING AIDS FOR SUCH ENGINES, NOT OTHERWISE PROVIDED FOR
    • F02N11/00Starting of engines by means of electric motors
    • F02N11/08Circuits or control means specially adapted for starting of engines
    • FMECHANICAL ENGINEERING; LIGHTING; HEATING; WEAPONS; BLASTING
    • F02COMBUSTION ENGINES; HOT-GAS OR COMBUSTION-PRODUCT ENGINE PLANTS
    • F02NSTARTING OF COMBUSTION ENGINES; STARTING AIDS FOR SUCH ENGINES, NOT OTHERWISE PROVIDED FOR
    • F02N2300/00Control related aspects of engine starting
    • F02N2300/30Control related aspects of engine starting characterised by the use of digital means

Definitions

  • the present invention relates to a processing device or the like that performs distributed parallel processing with a plurality of processors on a plurality of tasks that should be periodically executed in a predetermined order.
  • crank counter value (a crank counter value stored in another second storage means) that latches inconsistency in crank synchronization processing due to multiple interrupts is used for crank synchronization processing.
  • a technique for preventing this is known (for example, see Patent Document 1). JP 62-10453 A
  • the overall processing speed can be increased by performing distributed parallel processing of a plurality of tasks by a plurality of processors.
  • the execution of some of the multiple tasks is delayed due to, for example, other high-priority task processing, and shifted to the next cycle.
  • an object of the present invention is to provide a processing device and a vehicle engine control device that can appropriately prevent inconsistencies between tasks in a configuration in which a plurality of tasks are periodically distributed and parallel processed by a plurality of processors. .
  • a processing device for performing distributed parallel processing with a plurality of processors on a plurality of tasks to be periodically executed in a predetermined order,
  • the plurality of tasks are a first task executed by a first processor and a second task executed after the first task, and a second task executed by the second processor Including
  • a processing device is provided, wherein activation of the first task is limited based on a flag indicating an execution state of the second task.
  • a processing device and a vehicle engine control device that can appropriately prevent inconsistencies between tasks in a configuration in which a plurality of tasks are periodically distributed and parallel processed by a plurality of processors.
  • FIG. 10 It is a block diagram which shows the main structures of one Example of the processing apparatus 10 by this invention. It is a figure which shows the sequence at the time of normal. It is a figure which shows the sequence (sequence by a comparative example) when inconsistency arises in the processing order of the crank synchronous process 1 and the crank synchronous process 2 in case there exists execution of a high priority task. It is a figure which shows the one aspect
  • processor 20 master core 30 slave core 40 shared RAM 50 NE sensor
  • FIG. 1 is a block diagram showing the main configuration of an embodiment of a processing apparatus 10 according to the present invention.
  • the processing apparatus 10 of this embodiment includes a multicore microcomputer capable of parallel processing. That is, the processing device 10 includes a master core 20, a slave core 30, and a shared RAM 40.
  • the shared RAM 40 can reference / write data from either the master core 20 or the slave core 30. Note that a crank task 2 activation flag, which will be described later, is set in the shared RAM 40.
  • the processing device 10 is connected to an NE sensor 50 that outputs an electrical signal corresponding to the rotation of the crankshaft of the engine.
  • the processing device 10 functions as a vehicle engine control device (EFI / ECU) that performs various controls of the vehicle engine in a state where the NE sensor 50 is connected.
  • the NE sensor 50 supplies (inputs) an NE sensor signal to the processing device 10 at every predetermined rotation angle (for example, 10 degrees) of the crankshaft.
  • the master core 20 and the slave core 30 perform engine control processing in cooperation with each other.
  • the engine control process includes a crank counter process that specifies a crank position from the NE sensor signal, and a crank synchronization process that is executed in synchronization with the crank counter process.
  • the crank synchronization process generally includes a plurality of crank synchronization processes, and here, as an example, includes three crank synchronization processes. Hereinafter, these three crank synchronization processes are referred to as crank synchronization processes 1, 2, and 3.
  • the master core 20 executes crank counter processing (crank height task), crank synchronization processing 1 and crank synchronization processing 3 (crank task 1). Further, the slave core 30 executes crank synchronization processing 2 (crank task 2).
  • the crank synchronization process 1 and the crank synchronization process 2 have a relationship that depends on the processing order. In other words, the crank synchronization process 1 and the crank synchronization process 2 are in a relationship in which one uses the processing result of the other, and therefore there is a relationship in which the reliability of the processing result becomes worse when there is a contradiction in the processing order (about this) Will be described later with reference to FIGS. 4 and 5.) As long as the crank synchronization process 1 and the crank synchronization process 2 are in a relationship that depends on the processing order, the contents of each process may be arbitrary.
  • the slave core 30 executes a high priority task other than the crank synchronization process in addition to the crank task 2.
  • the high priority task is a task having a higher priority than the crank synchronization process 2 (crank task 2), for example, a task for communication with the outside and a task for processing fuel injection timing (ignition / energization timing). Good.
  • the high priority task may be a task that is executed regularly or irregularly.
  • FIG. 2 is a diagram showing a normal sequence.
  • the crank height task is woken up with the input of the NE sensor signal as a trigger, the crank counter process is executed, and the crank synchronization process 1 is woken up at the end of the crank counter process.
  • the crank synchronization process 1 is executed after the crank counter process.
  • the crank synchronization processes 2 and 3 are woken up at the end of the crank synchronization process 1.
  • the crank synchronization process 3 is executed after the crank synchronization process 1
  • the crank synchronization process 2 is executed after the crank synchronization process 1.
  • the crank height task, the crank task 1 and the crank task 2 are executed in a cycle corresponding to the input cycle of the NE sensor signal.
  • a plurality of crank synchronization processes are distributed and processed in parallel in the slave core 30 and the slave core 30, so that highly sophisticated and complicated engine control processes can be efficiently executed in a short time. it can.
  • crank synchronization process 1 and the crank synchronization process 2 are caused by the presence of a high priority task, for example, as shown in FIG. There is a risk of inconsistency in the processing order.
  • the crank synchronization process 2 is woken up at the end of the crank synchronization process 1 in the period (k), but at the time of wakeup, a high priority task is executed in the slave core 30. Yes. For this reason, as indicated by symbol Y1 in FIG. 3, in the slave core 30, the execution of the crank synchronization process 2 is waited until the end of the high priority task.
  • the high priority task ends after the start of the crank synchronization process 1 in the next cycle (k + 1). Such a situation is particularly likely to occur when the processing time required for a high priority task is long or when the engine speed is high.
  • crank synchronization process 1 when executed in response to the input of the NE sensor signal of the next period (k + 1), as shown by reference numeral Y2 in FIG. 3, the crank synchronization process 1 and the crank synchronization process are performed. An area where a contradiction occurs in the processing order 2 is created.
  • the crank synchronization process 1 is a process that calculates only the interval time between NE sensor signals, and the crank synchronization process 2 is controlled using the interval time calculated in the crank synchronization process 1.
  • This is a process of calculating the amount. Therefore, the crank synchronization process 1 should be executed after the crank synchronization process 2 in the previous cycle and should not be executed before the crank synchronization process 2 in the previous cycle.
  • FIG. 4B the normal sequence shown in FIG.
  • the interval time between NE sensor signals having a period different from the interval time between NE sensor signals that should be referred to is referred to. More specifically, in the example shown in FIG. 4B, the crank synchronization process 2 in the cycle (k ⁇ 1) is put into a standby state by the high priority task in the cycle (k ⁇ 1), and the cycle (k ⁇ 1) ) Is synchronized until the execution of the crank synchronization process 1 of the period (k). For this reason, the interval time between NE sensor signals referred to in the crank synchronization process 2 in the cycle (k ⁇ 1) is the interval time between NE sensor signals originally calculated in the crank synchronization process 1 in the cycle (k ⁇ 1).
  • the crank synchronization process 1 calculates, for example, another predetermined control amount based on the control amount data calculated in the crank synchronization process 2 at the previous NE sensor signal timing (previous cycle). It is processing to do. Therefore, the crank synchronization process 1 should be executed after the crank synchronization process 2 in the previous cycle and should not be executed before the crank synchronization process 2 in the previous cycle. In this relationship, when there is a contradiction in the processing order between the crank synchronization process 1 and the crank synchronization process 2 as described above, as shown in FIG. 5B, the normal sequence shown in FIG. As can be seen, in the crank synchronization process 1, control amount data having a period different from that of the control amount data that should be referred to is referred to.
  • the crank synchronization process 2 of the cycle (k ⁇ 1) is put into a standby state by the high priority task at the cycle (k ⁇ 1), and the cycle (k ⁇ 1) ) Is synchronized until the execution of the crank synchronization process 1 of the period (k). Therefore, when the crank synchronization process 1 of the period (k) is executed, the result (control amount data) of the crank synchronization process 2 of the period (k ⁇ 1) that should be referred to does not exist, and the crank of the period (k) In the synchronization process 1, the control amount data of the crank synchronization process 2 in the cycle (k-2) (control amount data at the timing of the previous NE sensor signal) is referred to. As a result, in the control amount calculated in the crank synchronization process 1, an error corresponding to the difference between the control amount data calculated in the cycle (k-2) and the cycle (k-2) occurs.
  • crank task 2 activation flag indicating whether or not the crank task 2 is activated and terminated is set, and activation of the crank task 1 is controlled according to the state of the crank task 2 activation flag.
  • the master core 20 wakes up the crank height task and performs crank counter processing.
  • the master core 20 refers to the crank task 2 activation flag in the shared RAM 40 and activates the crank task 1 only when the crank task 2 activation flag is off.
  • the crank task 1 is set to the standby state (Wait state) and the crank height task is ended.
  • the crank task 2 activation flag is switched from on to off, the crank task 1 transitions from the standby state to the execution state (RUN state), and the crank task 1 is executed.
  • crank synchronization process 1 is performed in the crank task 1 by the master core 20, and the crank task 2 is woken up after the process.
  • the master core 20 accesses the shared RAM 40 and sets the crank task 2 activation flag to ON.
  • the crank synchronization process 3 is performed in the crank task 1 by the master core 20.
  • the crank task 2 is executed by the slave core 30. After the processing, the shared RAM 40 is accessed and the crank task 2 activation flag is set to OFF.
  • FIG. 6 is a diagram showing a sequence of the above-described processing according to the present embodiment.
  • the high priority task is generated in the same manner as the comparative example shown in FIG.
  • the cycle ( The crank task 2 activation flag is kept on until the crank task 2 of k) is woken up and ended. Accordingly, during this period, the crank task 1 of the cycle (k + 1) is in a standby state and is not executed.
  • crank task 1 of the cycle (k + 1) is executed when the crank task 2 of the cycle (k) ends and the crank task 2 activation flag is turned off.
  • inconsistency in the processing order of the crank synchronization process 1 and the crank synchronization process 2 is prevented.
  • crank synchronization process 1 is performed based on the crank task 2 activation flag indicating the state of the crank synchronization process 2.
  • the crank synchronization process 1 is performed based on the crank task 2 activation flag indicating the state of the crank synchronization process 2.
  • the conventional software configuration (that is, a software configuration assuming a single core microcomputer) is drastically used for distributed parallel processing by a multicore microcomputer. It is not necessary to perform a complete review, and the function review man-hours and software development man-hours can be reduced.
  • the processing order contradiction between the crank synchronization processes of the engine is prevented.
  • the present invention can also be applied to prevent the processing order contradiction between other processes. is there.
  • the present invention can be similarly applied to a plurality of processes (tasks) to be executed in synchronization with the rotation angle of the motor when there is a dependency on the processing order as described above. It is.
  • two cores are used.
  • three or more cores for example, one master core 20 and two or more slave cores 30.
  • the above-described flag may be set between two tasks depending on the processing order.
  • the above-described flag may be set between two tasks having dependency on the processing order.

Abstract

Provided is a processing device including a plurality of processors which perform a distributed process of a plurality of tasks to be executed cyclically in a predetermined order. The plurality of tasks include: a first task executed by a first processor and a second task to be executed by a second processor after the first task. Start of the first task is limited according to a graph expressing the execution state of the second task.

Description

処理装置及び車両用エンジン制御装置Processing device and vehicle engine control device
 本発明は、周期的に所定の順序で実行されるべき複数のタスクを複数のプロセッサで分散並列処理する処理装置等に関する。 The present invention relates to a processing device or the like that performs distributed parallel processing with a plurality of processors on a plurality of tasks that should be periodically executed in a predetermined order.
 従来から、シングルコアマイコンを使用する構成において、クランク同期処理について、多重割り込みによるクランク同期処理の不整合をラッチしたクランクカウンタ値(別の第2記憶手段に記憶したクランクカウンタ値)を使用することで防止する技術が知られている(例えば、特許文献1参照)。
特開昭62-10453号公報
Conventionally, in a configuration using a single-core microcomputer, a crank counter value (a crank counter value stored in another second storage means) that latches inconsistency in crank synchronization processing due to multiple interrupts is used for crank synchronization processing. A technique for preventing this is known (for example, see Patent Document 1).
JP 62-10453 A
 ところで、近年提案されているマルチコアマイコンを用いる場合、複数のタスクを複数のプロセッサで分散並列処理することで全体としての処理速度を高めることができる。しかしながら、複数のタスクを複数のプロセッサで周期的に分散並列処理する場合、複数のタスクの一部の処理の実行が例えば他の優先度の高いタスクの処理に起因して遅れて次周期にずれ込むことで、タスク間(機能間)の不整合(処理順序の狂い)が生ずる虞がある。 By the way, when a recently proposed multi-core microcomputer is used, the overall processing speed can be increased by performing distributed parallel processing of a plurality of tasks by a plurality of processors. However, when multiple tasks are periodically distributed and parallel processed by multiple processors, the execution of some of the multiple tasks is delayed due to, for example, other high-priority task processing, and shifted to the next cycle. As a result, there is a risk of inconsistency between tasks (between functions) (incorrect processing order).
 そこで、本発明は、複数のタスクを複数のプロセッサで周期的に分散並列処理する構成においてタスク間の不整合を適切に防止することができる処理装置及び車両用エンジン制御装置の提供を目的とする。 SUMMARY OF THE INVENTION Accordingly, an object of the present invention is to provide a processing device and a vehicle engine control device that can appropriately prevent inconsistencies between tasks in a configuration in which a plurality of tasks are periodically distributed and parallel processed by a plurality of processors. .
 上記目的を達成するため、本発明の一局面によれば、周期的に所定の順序で実行されるべき複数のタスクを複数のプロセッサで分散並列処理する処理装置であって、
 前記複数のタスクは、第1のプロセッサで実行される第1のタスクと、前記第1のタスクの後に実行される第2のタスクであって、第2のプロセッサで実行される第2のタスクとを含み、
 前記第2のタスクの実行状態を表すフラグに基づいて、前記第1のタスクの起動を制限することを特徴とする、処理装置が提供される。
In order to achieve the above object, according to one aspect of the present invention, there is provided a processing device for performing distributed parallel processing with a plurality of processors on a plurality of tasks to be periodically executed in a predetermined order,
The plurality of tasks are a first task executed by a first processor and a second task executed after the first task, and a second task executed by the second processor Including
A processing device is provided, wherein activation of the first task is limited based on a flag indicating an execution state of the second task.
 本発明によれば、複数のタスクを複数のプロセッサで周期的に分散並列処理する構成においてタスク間の不整合を適切に防止することができる処理装置及び車両用エンジン制御装置が得られる。 According to the present invention, it is possible to obtain a processing device and a vehicle engine control device that can appropriately prevent inconsistencies between tasks in a configuration in which a plurality of tasks are periodically distributed and parallel processed by a plurality of processors.
本発明による処理装置10の一実施例の主要構成を示すブロック図である。It is a block diagram which shows the main structures of one Example of the processing apparatus 10 by this invention. 通常時のシーケンスを示す図である。It is a figure which shows the sequence at the time of normal. 高優先度タスクの実行がある場合におけるクランク同期処理1とクランク同期処理2の処理順序に矛盾が発生するときのシーケンス(比較例によるシーケンス)を示す図である。It is a figure which shows the sequence (sequence by a comparative example) when inconsistency arises in the processing order of the crank synchronous process 1 and the crank synchronous process 2 in case there exists execution of a high priority task. クランク同期処理1とクランク同期処理2の順序の依存性がある場合に生ずる問題点の一態様を示す図であり、通常時のシーケンスを示す図である。It is a figure which shows the one aspect | mode of the problem which arises when there exists the dependence of the order of the crank synchronization process 1 and the crank synchronization process 2, and is a figure which shows the sequence at the time of normal. クランク同期処理1とクランク同期処理2の順序の依存性がある場合に生ずる問題点の一態様を示す図であり、高優先度タスクの実行がある場合におけるクランク同期処理1とクランク同期処理2の処理順序に矛盾が発生するときのシーケンスを示す。It is a figure which shows the one aspect | mode of the problem which arises when there exists dependence of the order of the crank synchronization process 1 and the crank synchronization process 2, and when the high priority task is executed, the crank synchronization process 1 and the crank synchronization process 2 The sequence when a contradiction occurs in the processing order is shown. クランク同期処理1とクランク同期処理2の順序の依存性がある場合に生ずる問題点のその他の一態様を示す図であり、通常時のシーケンスを示す図である。It is a figure which shows the other one aspect | mode of the problem which arises when there exists dependence of the order of the crank synchronous process 1 and the crank synchronous process 2, and is a figure which shows the sequence at the time of normal. クランク同期処理1とクランク同期処理2の順序の依存性がある場合に生ずる問題点のその他の一態様を示す図であり、高優先度タスクの実行がある場合におけるクランク同期処理1とクランク同期処理2の処理順序に矛盾が発生するときのシーケンスを示す。It is a figure which shows another one aspect | mode of the problem which arises when there exists the dependence of the order of the crank synchronization process 1 and the crank synchronization process 2, and the crank synchronization process 1 and the crank synchronization process when there is execution of a high priority task 2 shows a sequence when a contradiction occurs in the processing order 2. 高優先度タスクの実行がある場合における本実施例によるシーケンスを示す図である。It is a figure which shows the sequence by a present Example in case there exists execution of a high priority task.
符号の説明Explanation of symbols
 10  処理装置
 20  マスタコア
 30  スレーブコア
 40  共有RAM
 50  NEセンサ
10 processor 20 master core 30 slave core 40 shared RAM
50 NE sensor
 以下、図面を参照して、本発明を実施するための最良の形態の説明を行う。 Hereinafter, the best mode for carrying out the present invention will be described with reference to the drawings.
 図1は、本発明による処理装置10の一実施例の主要構成を示すブロック図である。本実施例の処理装置10は、処理装置10は、図1に示すように、並列処理が可能なマルチコアマイコンから構成される。即ち、処理装置10は、マスタコア20と、スレーブコア30と、共有RAM40とを含む。共有RAM40は、マスタコア20及びスレーブコア30の何れからでもデータ参照/書き込みが可能である。尚、共有RAM40には、後述のクランクタスク2起動フラグが設定される。 FIG. 1 is a block diagram showing the main configuration of an embodiment of a processing apparatus 10 according to the present invention. As shown in FIG. 1, the processing apparatus 10 of this embodiment includes a multicore microcomputer capable of parallel processing. That is, the processing device 10 includes a master core 20, a slave core 30, and a shared RAM 40. The shared RAM 40 can reference / write data from either the master core 20 or the slave core 30. Note that a crank task 2 activation flag, which will be described later, is set in the shared RAM 40.
 処理装置10は、エンジンのクランクシャフトの回転に応じた電気信号を出力するNEセンサ50が接続される。処理装置10は、NEセンサ50が接続された状態で、車両のエンジンの各種制御を行う車両用エンジン制御装置(EFI・ECU)として機能する。NEセンサ50は、クランクシャフトの所定回転角度(例えば10度)毎にNEセンサ信号を処理装置10に供給(入力)する。 The processing device 10 is connected to an NE sensor 50 that outputs an electrical signal corresponding to the rotation of the crankshaft of the engine. The processing device 10 functions as a vehicle engine control device (EFI / ECU) that performs various controls of the vehicle engine in a state where the NE sensor 50 is connected. The NE sensor 50 supplies (inputs) an NE sensor signal to the processing device 10 at every predetermined rotation angle (for example, 10 degrees) of the crankshaft.
 マスタコア20及びスレーブコア30は、互いに協調して、エンジン制御処理を実行する。エンジン制御処理は、NEセンサ信号からクランク位置を特定するクランクカウンタ処理、及び、クランクカウンタ処理に同期して実行されるクランク同期処理を含む。クランク同期処理は、一般的に、複数のクランク同期処理からなり、ここでは、一例として、3つのクランク同期処理からなる。以下では、これらの3つのクランク同期処理をクランク同期処理1,2,3という。 The master core 20 and the slave core 30 perform engine control processing in cooperation with each other. The engine control process includes a crank counter process that specifies a crank position from the NE sensor signal, and a crank synchronization process that is executed in synchronization with the crank counter process. The crank synchronization process generally includes a plurality of crank synchronization processes, and here, as an example, includes three crank synchronization processes. Hereinafter, these three crank synchronization processes are referred to as crank synchronization processes 1, 2, and 3.
 本例では、マスタコア20は、クランクカウンタ処理(クランク高タスク)、クランク同期処理1及びクランク同期処理3(クランクタスク1)を実行する。また、スレーブコア30は、クランク同期処理2(クランクタスク2)を実行する。クランク同期処理1とクランク同期処理2は、処理順序に依存性のある関係にある。即ち、クランク同期処理1とクランク同期処理2は、一方が他方の処理結果を利用する関係にあり、従って、処理順序に矛盾がある場合に処理結果の信頼性が悪くなる関係にある(これについては後に図4及び図5を参照して説明する)。尚、クランク同期処理1とクランク同期処理2は、処理順序に依存性のある関係にある限り、それぞれの処理内容は任意であってよい。 In this example, the master core 20 executes crank counter processing (crank height task), crank synchronization processing 1 and crank synchronization processing 3 (crank task 1). Further, the slave core 30 executes crank synchronization processing 2 (crank task 2). The crank synchronization process 1 and the crank synchronization process 2 have a relationship that depends on the processing order. In other words, the crank synchronization process 1 and the crank synchronization process 2 are in a relationship in which one uses the processing result of the other, and therefore there is a relationship in which the reliability of the processing result becomes worse when there is a contradiction in the processing order (about this) Will be described later with reference to FIGS. 4 and 5.) As long as the crank synchronization process 1 and the crank synchronization process 2 are in a relationship that depends on the processing order, the contents of each process may be arbitrary.
 本例では、スレーブコア30は、クランクタスク2の他、クランク同期処理以外の高優先度タスクを実行する。高優先度タスクは、クランク同期処理2(クランクタスク2)よりも優先度が高いタスクであり、例えば外部との通信ためのタスクや燃料噴射タイミング(点火・通電タイミング)を処理するタスクであってよい。高優先度タスクは、定期的又は不定期的に実行されるタスクであってよい。 In this example, the slave core 30 executes a high priority task other than the crank synchronization process in addition to the crank task 2. The high priority task is a task having a higher priority than the crank synchronization process 2 (crank task 2), for example, a task for communication with the outside and a task for processing fuel injection timing (ignition / energization timing). Good. The high priority task may be a task that is executed regularly or irregularly.
 図2は、通常時のシーケンスを示す図である。 FIG. 2 is a diagram showing a normal sequence.
 通常時は、図2に示すように、マスタコア20において、NEセンサ信号の入力をトリガとしてクランク高タスクが起床され、クランクカウンタ処理が実行され、クランクカウンタ処理の終了時にクランク同期処理1が起床され、クランクカウンタ処理後にクランク同期処理1が実行される。また、マスタコア20において、クランク同期処理1の終了時にクランク同期処理2,3が起床される。この結果、マスタコア20において、クランク同期処理1後にクランク同期処理3が実行され、スレーブコア30において、クランク同期処理1後にクランク同期処理2が実行される。このようにして、NEセンサ信号の入力周期に対応する周期で、クランク高タスク及びクランクタスク1並びにクランクタスク2が実行される。 In the normal state, as shown in FIG. 2, in the master core 20, the crank height task is woken up with the input of the NE sensor signal as a trigger, the crank counter process is executed, and the crank synchronization process 1 is woken up at the end of the crank counter process. The crank synchronization process 1 is executed after the crank counter process. In the master core 20, the crank synchronization processes 2 and 3 are woken up at the end of the crank synchronization process 1. As a result, in the master core 20, the crank synchronization process 3 is executed after the crank synchronization process 1, and in the slave core 30, the crank synchronization process 2 is executed after the crank synchronization process 1. In this way, the crank height task, the crank task 1 and the crank task 2 are executed in a cycle corresponding to the input cycle of the NE sensor signal.
 この図2に示すシーケンスによれば、複数のクランク同期処理をスレーブコア30及びスレーブコア30にて分散並列処理するので、高度・複雑化するエンジン制御処理を短時間で効率的に実行することができる。 According to the sequence shown in FIG. 2, a plurality of crank synchronization processes are distributed and processed in parallel in the slave core 30 and the slave core 30, so that highly sophisticated and complicated engine control processes can be efficiently executed in a short time. it can.
 しかしながら、単にクランク同期処理1の終了時にクランク同期処理2を起床させるだけの構成では、例えば図3に示すように、高優先度タスクの存在に起因して、クランク同期処理1とクランク同期処理2の処理順序に矛盾が発生する虞がある。 However, in the configuration in which the crank synchronization process 2 is simply woken up at the end of the crank synchronization process 1, the crank synchronization process 1 and the crank synchronization process 2 are caused by the presence of a high priority task, for example, as shown in FIG. There is a risk of inconsistency in the processing order.
 具体的には、図3に示す例では、周期(k)においてクランク同期処理1の終了時にクランク同期処理2が起床されるものの、当該起床時に、高優先度タスクがスレーブコア30において実行されている。このため、図3に符号Y1にて示すように、スレーブコア30においては、クランク同期処理2の実行が高優先度タスクの終了時まで待たされる。図3に示す例では、高優先度タスクは、次の周期(k+1)のクランク同期処理1の開始後にて終了している。このような状況は、高優先度タスクの要処理時間が長い場合やエンジン回転数が高い場合に特に生じやすくなる。このような状況では、次の周期(k+1)のNEセンサ信号の入力に応じてクランク同期処理1が実行されると、図3に符号Y2にて示すように、クランク同期処理1とクランク同期処理2の処理順序に矛盾が発生する領域ができてしまう。 Specifically, in the example shown in FIG. 3, the crank synchronization process 2 is woken up at the end of the crank synchronization process 1 in the period (k), but at the time of wakeup, a high priority task is executed in the slave core 30. Yes. For this reason, as indicated by symbol Y1 in FIG. 3, in the slave core 30, the execution of the crank synchronization process 2 is waited until the end of the high priority task. In the example illustrated in FIG. 3, the high priority task ends after the start of the crank synchronization process 1 in the next cycle (k + 1). Such a situation is particularly likely to occur when the processing time required for a high priority task is long or when the engine speed is high. In such a situation, when the crank synchronization process 1 is executed in response to the input of the NE sensor signal of the next period (k + 1), as shown by reference numeral Y2 in FIG. 3, the crank synchronization process 1 and the crank synchronization process are performed. An area where a contradiction occurs in the processing order 2 is created.
 このようなクランク同期処理1とクランク同期処理2の処理順序の矛盾が生じた場合には、クランク同期処理1とクランク同期処理2の処理順序に依存性に起因して、処理結果の信頼性が悪くなる。 If there is a contradiction between the processing order of the crank synchronization process 1 and the crank synchronization process 2, the reliability of the processing result is caused by the dependence on the processing order of the crank synchronization process 1 and the crank synchronization process 2. Deteriorate.
 例えば、図4に示す例では、クランク同期処理1は、NEセンサ信号間の間隔時間のみを算出する処理であり、クランク同期処理2は、クランク同期処理1で算出された間隔時間を用いて制御量を算出する処理である。従って、クランク同期処理1は、前回周期のクランク同期処理2の実行後に実行されるべきであり、前回周期のクランク同期処理2の実行前に実行されるべきでない関係がある。かかる関係において、上述の如くクランク同期処理1とクランク同期処理2の処理順序の矛盾が生じた場合には、図4(B)に示すように、図4(A)に示す通常時のシーケンスと比べて分かるように、クランク同期処理2において、本来参照すべきNEセンサ信号間の間隔時間とは異なる周期のNEセンサ信号間の間隔時間が参照される。より具体的には、図4(B)に示す例では、周期(k-1)にて高優先度タスクにより周期(k-1)のクランク同期処理2が待機状態となり、周期(k-1)のクランク同期処理2が周期(k)のクランク同期処理1の実行時までずれ込んでいる。このため、周期(k-1)のクランク同期処理2で参照されるNEセンサ信号間の間隔時間は、本来周期(k-1)のクランク同期処理1で算出されたNEセンサ信号間の間隔時間であるべきであるのに、周期(k)のクランク同期処理1で算出されたNEセンサ信号間の間隔時間(1つ前のNEセンサ信号タイミングでのNEセンサ信号間の間隔時間)となってしまう。この結果、クランク同期処理2で算出される制御量においては、周期(k)と周期(k+1)でそれぞれ算出されるNEセンサ信号間間隔時間の相違に応じた誤差が生ずる。 For example, in the example illustrated in FIG. 4, the crank synchronization process 1 is a process that calculates only the interval time between NE sensor signals, and the crank synchronization process 2 is controlled using the interval time calculated in the crank synchronization process 1. This is a process of calculating the amount. Therefore, the crank synchronization process 1 should be executed after the crank synchronization process 2 in the previous cycle and should not be executed before the crank synchronization process 2 in the previous cycle. In this relationship, when there is a contradiction in the processing order of the crank synchronization process 1 and the crank synchronization process 2 as described above, as shown in FIG. 4B, the normal sequence shown in FIG. As can be seen, in the crank synchronization process 2, the interval time between NE sensor signals having a period different from the interval time between NE sensor signals that should be referred to is referred to. More specifically, in the example shown in FIG. 4B, the crank synchronization process 2 in the cycle (k−1) is put into a standby state by the high priority task in the cycle (k−1), and the cycle (k−1) ) Is synchronized until the execution of the crank synchronization process 1 of the period (k). For this reason, the interval time between NE sensor signals referred to in the crank synchronization process 2 in the cycle (k−1) is the interval time between NE sensor signals originally calculated in the crank synchronization process 1 in the cycle (k−1). However, it is the interval time between NE sensor signals (interval time between NE sensor signals at the previous NE sensor signal timing) calculated in the crank synchronization processing 1 of the period (k). End up. As a result, in the control amount calculated in the crank synchronization process 2, an error corresponding to the difference between the NE sensor signal interval times calculated in the period (k) and the period (k + 1) occurs.
 また、図5に示す例では、クランク同期処理1は、前回のNEセンサ信号タイミング(前回周期)のクランク同期処理2で算出される制御量データに基づいて、例えば別の所定の制御量を算出する処理である。従って、クランク同期処理1は、前回周期のクランク同期処理2の実行後に実行されるべきであり、前回周期のクランク同期処理2の実行前に実行されるべきでない関係がある。かかる関係において、上述の如くクランク同期処理1とクランク同期処理2の処理順序の矛盾が生じた場合には、図5(B)に示すように、図5(A)に示す通常時のシーケンスと比べて分かるように、クランク同期処理1において、本来参照すべき制御量データとは異なる周期の制御量データが参照される。より具体的には、図5(B)に示す例では、周期(k-1)にて高優先度タスクにより周期(k-1)のクランク同期処理2が待機状態となり、周期(k-1)のクランク同期処理2が周期(k)のクランク同期処理1の実行時までずれ込んでいる。このため、周期(k)のクランク同期処理1の実行時に、本来参照されるべき周期(k-1)のクランク同期処理2の結果(制御量データ)が存在せず、周期(k)のクランク同期処理1では、周期(k-2)のクランク同期処理2の制御量データ(2つ前のNEセンサ信号タイミングでの制御量データ)が参照されてしまう。この結果、クランク同期処理1で算出される制御量においては、周期(k-2)と周期(k-2)でそれぞれ算出される制御量データの相違に応じた誤差が生ずる。 In the example shown in FIG. 5, the crank synchronization process 1 calculates, for example, another predetermined control amount based on the control amount data calculated in the crank synchronization process 2 at the previous NE sensor signal timing (previous cycle). It is processing to do. Therefore, the crank synchronization process 1 should be executed after the crank synchronization process 2 in the previous cycle and should not be executed before the crank synchronization process 2 in the previous cycle. In this relationship, when there is a contradiction in the processing order between the crank synchronization process 1 and the crank synchronization process 2 as described above, as shown in FIG. 5B, the normal sequence shown in FIG. As can be seen, in the crank synchronization process 1, control amount data having a period different from that of the control amount data that should be referred to is referred to. More specifically, in the example shown in FIG. 5B, the crank synchronization process 2 of the cycle (k−1) is put into a standby state by the high priority task at the cycle (k−1), and the cycle (k−1) ) Is synchronized until the execution of the crank synchronization process 1 of the period (k). Therefore, when the crank synchronization process 1 of the period (k) is executed, the result (control amount data) of the crank synchronization process 2 of the period (k−1) that should be referred to does not exist, and the crank of the period (k) In the synchronization process 1, the control amount data of the crank synchronization process 2 in the cycle (k-2) (control amount data at the timing of the previous NE sensor signal) is referred to. As a result, in the control amount calculated in the crank synchronization process 1, an error corresponding to the difference between the control amount data calculated in the cycle (k-2) and the cycle (k-2) occurs.
 そこで、本実施例では、クランクタスク2が起動して終了したか否かを示すクランクタスク2起動フラグを設定し、クランクタスク2起動フラグの状態に応じて、クランクタスク1の起動を制御することで、上述のような処理順序の矛盾の発生を防ぐ。 Therefore, in this embodiment, a crank task 2 activation flag indicating whether or not the crank task 2 is activated and terminated is set, and activation of the crank task 1 is controlled according to the state of the crank task 2 activation flag. Thus, the occurrence of inconsistencies in the processing order as described above is prevented.
 具体的には、本実施例では、以下の手順で処理順序の矛盾の発生が防止される。
(1)NEセンサ信号入力時に、マスタコア20にてクランク高タスクを起床し、クランクカウンタ処理を実施する。
(2)クランクカウンタ処理後、マスタコア20にて共有RAM40内のクランクタスク2起動フラグを参照し、クランクタスク2起動フラグがオフである場合に限りクランクタスク1を起動する。尚、クランクタスク2起動フラグがオンであるときは、クランクタスク1を待機状態(Wait状態)として、クランク高タスクは終了する。そして、クランクタスク2起動フラグがオンからオフになったときにクランクタスク1は待機状態から実行状態(RUN状態)に遷移し、クランクタスク1が実行される。
(3)マスタコア20にてクランクタスク1内でクランク同期処理1を実施し、処理後に、クランクタスク2を起床する。これと同時に、マスタコア20にて共有RAM40にアクセスし、クランクタスク2起動フラグをオンにセットする。その後、マスタコア20にてクランクタスク1内でクランク同期処理3を実施する。
(4)上記の(3)でクランクタスク2が起床されると、スレーブコア30にてクランクタスク2を実施し、処理後に、共有RAM40にアクセスし、クランクタスク2起動フラグをオフにセットする。
Specifically, in this embodiment, the occurrence of contradictions in processing order is prevented by the following procedure.
(1) When the NE sensor signal is input, the master core 20 wakes up the crank height task and performs crank counter processing.
(2) After the crank counter processing, the master core 20 refers to the crank task 2 activation flag in the shared RAM 40 and activates the crank task 1 only when the crank task 2 activation flag is off. When the crank task 2 activation flag is on, the crank task 1 is set to the standby state (Wait state) and the crank height task is ended. When the crank task 2 activation flag is switched from on to off, the crank task 1 transitions from the standby state to the execution state (RUN state), and the crank task 1 is executed.
(3) The crank synchronization process 1 is performed in the crank task 1 by the master core 20, and the crank task 2 is woken up after the process. At the same time, the master core 20 accesses the shared RAM 40 and sets the crank task 2 activation flag to ON. Thereafter, the crank synchronization process 3 is performed in the crank task 1 by the master core 20.
(4) When the crank task 2 is woken up in the above (3), the crank task 2 is executed by the slave core 30. After the processing, the shared RAM 40 is accessed and the crank task 2 activation flag is set to OFF.
 図6は、本実施例による上述の処理のシーケンスを示す図である。図6では、上述の図3で示した比較例と同様の態様で高優先度タスクが発生している。しかしながら、本実施例によれば、図6の最下段に示すように、高優先度タスクにより周期(k)のクランクタスク2が待機状態となり次の周期(k+1)まで実行がずれ込んでも、周期(k)のクランクタスク2が起床されてから終了するまでクランクタスク2起動フラグがオンに維持される。従って、この間、周期(k+1)のクランクタスク1は待機状態となり実行されない。そして、周期(k+1)のクランクタスク1は、周期(k)のクランクタスク2が終了してクランクタスク2起動フラグがオフに遷移した時点で実行される。このようにして、本実施例によれば、クランク同期処理1とクランク同期処理2の処理順序の矛盾が防止される。 FIG. 6 is a diagram showing a sequence of the above-described processing according to the present embodiment. In FIG. 6, the high priority task is generated in the same manner as the comparative example shown in FIG. However, according to the present embodiment, as shown in the lowermost stage of FIG. 6, even if the crank task 2 of the cycle (k) enters a standby state due to the high priority task and the execution is delayed until the next cycle (k + 1), the cycle ( The crank task 2 activation flag is kept on until the crank task 2 of k) is woken up and ended. Accordingly, during this period, the crank task 1 of the cycle (k + 1) is in a standby state and is not executed. Then, the crank task 1 of the cycle (k + 1) is executed when the crank task 2 of the cycle (k) ends and the crank task 2 activation flag is turned off. Thus, according to the present embodiment, inconsistency in the processing order of the crank synchronization process 1 and the crank synchronization process 2 is prevented.
 以上説明した本実施例の処理装置10によれば、とりわけ、以下のような優れた効果が奏される。 According to the processing apparatus 10 of the present embodiment described above, the following excellent effects are achieved, among others.
 上述の如く、処理順序に依存性があるクランク同期処理1とクランク同期処理2をマルチコアマイコンにより分散処理する場合でも、クランク同期処理2の状態を表すクランクタスク2起動フラグに基づいてクランク同期処理1の起動を制御することで、クランク同期処理1とクランク同期処理2の処理順序に矛盾が発生する領域を防止することができる。これにより、図4や図5を参照して上述したような問題点を適切に防止することができ、信頼性の高い処理結果を得ることができる。また、クランク同期処理1とクランク同期処理2の処理順序に依存性を維持するので、マルチコアマイコンによる分散並列処理のために、従来のソフトウェア構成(即ちシングルコアマイコンを想定したソフトウェア構成)に抜本的な見直しを行う必要がなく、機能見直し工数やソフトウェア開発工数を低減することができる。 As described above, even when the crank synchronization process 1 and the crank synchronization process 2 that depend on the processing order are distributed by the multi-core microcomputer, the crank synchronization process 1 is performed based on the crank task 2 activation flag indicating the state of the crank synchronization process 2. By controlling the start-up, it is possible to prevent a region where the contradiction occurs in the processing order of the crank synchronization process 1 and the crank synchronization process 2. Thereby, the problems as described above with reference to FIGS. 4 and 5 can be appropriately prevented, and a highly reliable processing result can be obtained. In addition, since the dependency on the processing order of the crank synchronization process 1 and the crank synchronization process 2 is maintained, the conventional software configuration (that is, a software configuration assuming a single core microcomputer) is drastically used for distributed parallel processing by a multicore microcomputer. It is not necessary to perform a complete review, and the function review man-hours and software development man-hours can be reduced.
 以上、本発明の好ましい実施例について詳説したが、本発明は、上述した実施例に制限されることはなく、本発明の範囲を逸脱することなく、上述した実施例に種々の変形及び置換を加えることができる。 The preferred embodiments of the present invention have been described in detail above. However, the present invention is not limited to the above-described embodiments, and various modifications and substitutions can be made to the above-described embodiments without departing from the scope of the present invention. Can be added.
 例えば、上述した実施例では、エンジンのクランク同期処理間の処理順序の矛盾を防止するものであったが、本発明は、その他の処理間の処理順序の矛盾を防止するためにも適用可能である。例えば、モータ制御において、モータの回転角度に同期して実行されるべき複数の処理(タスク)について、上述のような処理順序に依存性がある場合に、本発明を同様に適用することが可能である。 For example, in the above-described embodiment, the processing order contradiction between the crank synchronization processes of the engine is prevented. However, the present invention can also be applied to prevent the processing order contradiction between other processes. is there. For example, in the motor control, the present invention can be similarly applied to a plurality of processes (tasks) to be executed in synchronization with the rotation angle of the motor when there is a dependency on the processing order as described above. It is.
 また、上述した実施例では、2つのコア(マスタコア20及びスレーブコア30)を用いているが、3つ以上のコア(例えば1つのマスタコア20と、2つ以上のスレーブコア30)を用いることも可能である。この場合、マスタコア20とスレーブコア30の各タスクに上述した処理順序に依存性があるときに、処理順序に依存性がある2つのタスク間で上述のようなフラグを設定すればよい。また、複数のスレーブコア30の各タスクに上述した処理順序に依存性があるときも同様であり、処理順序に依存性がある2つのタスク間で上述のようなフラグを設定すればよい。 In the above-described embodiment, two cores (master core 20 and slave core 30) are used. However, three or more cores (for example, one master core 20 and two or more slave cores 30) may be used. Is possible. In this case, when each task of the master core 20 and the slave core 30 is dependent on the above-described processing order, the above-described flag may be set between two tasks depending on the processing order. The same applies when each task of the plurality of slave cores 30 has dependency on the processing order described above, and the above-described flag may be set between two tasks having dependency on the processing order.

Claims (7)

  1.  周期的に所定の順序で実行されるべき複数のタスクを複数のプロセッサで分散並列処理する処理装置であって、
     前記複数のタスクは、第1のプロセッサで実行される第1のタスクと、前記第1のタスクの後に実行される第2のタスクであって、第2のプロセッサで実行される第2のタスクとを含み、
     前記第2のタスクの実行状態を表すフラグに基づいて、前記第1のタスクの起動を制限することを特徴とする、処理装置。
    A processing device that performs distributed parallel processing with a plurality of processors on a plurality of tasks to be periodically executed in a predetermined order,
    The plurality of tasks are a first task executed by a first processor and a second task executed after the first task, and a second task executed by the second processor Including
    The processing apparatus, wherein activation of the first task is restricted based on a flag indicating an execution state of the second task.
  2.  前記フラグは、前記第2のタスクの起床処理時又は前記第1のタスクの実行完了時に第1の状態にセットされ、前記第2のタスクの実行完了時に第2の状態にセットされ、
     前記第1のタスクの起動は、前記フラグの第1の状態で禁止され、前記フラグの第2の状態で許可される、請求項1に記載の処理装置。
    The flag is set to the first state when the second task is woken up or when the execution of the first task is completed, and is set to the second state when the execution of the second task is completed,
    The processing device according to claim 1, wherein activation of the first task is prohibited in a first state of the flag and permitted in a second state of the flag.
  3.  前記複数のタスクは、一定でない時間周期で入力される所定の信号の入力周期に同期して周期的に実行される、請求項1に記載の処理装置。 The processing apparatus according to claim 1, wherein the plurality of tasks are periodically executed in synchronization with an input period of a predetermined signal input at a non-constant time period.
  4.  前記所定の信号は、エンジンのクランク角度を表すNEセンサの信号であって、所定のクランク回転角度毎に発生する信号である、請求項3に記載の処理装置。 4. The processing apparatus according to claim 3, wherein the predetermined signal is a signal of an NE sensor representing an engine crank angle, and is generated at every predetermined crank rotation angle.
  5.  前記第1のタスク及び第2のタスクは、エンジンのクランク角度に同期したクランク同期処理である、請求項4に記載の処理装置。 The processing apparatus according to claim 4, wherein the first task and the second task are crank synchronization processing synchronized with a crank angle of an engine.
  6.  前記第2のタスクは、前記第1のタスクの終了時に起床されるタスクである、請求項1に記載の処理装置。 The processing apparatus according to claim 1, wherein the second task is a task that is woken up at the end of the first task.
  7.  第1及び第2のプロセッサと、
     前記第1及び第2のプロセッサの何れからでもデータ参照及びデータ書き込みが可能な共有のメモリと、
     エンジンのクランク角度を検出するNEセンサとを備え、
     前記複数のタスクは、第1のプロセッサで実行される第1のタスクと、前記第1のタスクの後に実行される第2のタスクであって、第2のプロセッサで実行される第2のタスクとを含み、前記第1のタスク及び第2のタスクは、前記NEセンサの出力信号に基づいて所定のクランク回転角度に同期した周期で実行されるクランク同期処理であり、
     前記第1のプロセッサは、前記第2のタスクの起床処理時又は前記第1のタスクの実行完了時に前記メモリにアクセスして、フラグを第1の状態にセットするように構成され、
     前記第2のプロセッサは、前記第2のタスクの実行完了時に前記メモリにアクセスして、前記フラグを第2の状態にセットするように構成され、
     前記第1のプロセッサは、前記メモリを参照して、前記フラグが前記第1の状態である場合に、前記第1のタスクの起動を待機し、前記フラグが前記第1の状態から前記第2の状態になった場合に、前記第1のタスクを起動するように構成される、車両用エンジン制御装置。
    A first and second processor;
    A shared memory capable of data reference and data writing from any of the first and second processors;
    An NE sensor for detecting the crank angle of the engine,
    The plurality of tasks are a first task executed by a first processor and a second task executed after the first task, and a second task executed by the second processor And the first task and the second task are crank synchronization processes executed in a cycle synchronized with a predetermined crank rotation angle based on an output signal of the NE sensor,
    The first processor is configured to access the memory and set a flag to a first state at the time of wake-up processing of the second task or when execution of the first task is completed,
    The second processor is configured to access the memory upon completion of execution of the second task and set the flag to a second state;
    The first processor refers to the memory, and waits for activation of the first task when the flag is in the first state, and the flag is changed from the first state to the second state. An engine control device for a vehicle configured to activate the first task when the state is reached.
PCT/JP2009/055963 2009-03-25 2009-03-25 Processing device and vehicle engine control device WO2010109609A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2009/055963 WO2010109609A1 (en) 2009-03-25 2009-03-25 Processing device and vehicle engine control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2009/055963 WO2010109609A1 (en) 2009-03-25 2009-03-25 Processing device and vehicle engine control device

Publications (1)

Publication Number Publication Date
WO2010109609A1 true WO2010109609A1 (en) 2010-09-30

Family

ID=42780318

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2009/055963 WO2010109609A1 (en) 2009-03-25 2009-03-25 Processing device and vehicle engine control device

Country Status (1)

Country Link
WO (1) WO2010109609A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014105678A (en) * 2012-11-29 2014-06-09 Toyota Motor Corp Control device of internal combustion engine
JP2018055579A (en) * 2016-09-30 2018-04-05 株式会社デンソー Electronic controlling apparatus

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02227741A (en) * 1989-02-28 1990-09-10 Mazda Motor Corp Input signal transmitter for multi-computer
JPH04127302A (en) * 1990-09-19 1992-04-28 Komatsu Ltd Controller for moving body
JPH06314208A (en) * 1993-04-28 1994-11-08 Nippon Telegr & Teleph Corp <Ntt> Inter-process communication method
JPH07114522A (en) * 1993-10-18 1995-05-02 Hitachi Ltd Multiprocessor system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02227741A (en) * 1989-02-28 1990-09-10 Mazda Motor Corp Input signal transmitter for multi-computer
JPH04127302A (en) * 1990-09-19 1992-04-28 Komatsu Ltd Controller for moving body
JPH06314208A (en) * 1993-04-28 1994-11-08 Nippon Telegr & Teleph Corp <Ntt> Inter-process communication method
JPH07114522A (en) * 1993-10-18 1995-05-02 Hitachi Ltd Multiprocessor system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014105678A (en) * 2012-11-29 2014-06-09 Toyota Motor Corp Control device of internal combustion engine
JP2018055579A (en) * 2016-09-30 2018-04-05 株式会社デンソー Electronic controlling apparatus

Similar Documents

Publication Publication Date Title
US11115232B2 (en) Method and device for operating a control unit
JP2009245009A (en) Vehicle control device and multi-core processor
CN105988400B (en) Microcontroller unit
JP3866749B2 (en) Microprocessor
JP2008102830A (en) Microcomputer, program and electronic control device for vehicle
JP5533789B2 (en) In-vehicle electronic control unit
JP2014191655A (en) Multiprocessor, electronic control device, and program
WO2010109609A1 (en) Processing device and vehicle engine control device
JP6519515B2 (en) Microcomputer
US7930523B2 (en) Inter-CPU data transfer device
JP2010113419A (en) Multicore controller
JP5561241B2 (en) Microcomputer
JP2013061783A (en) Multi-core processor
JP6183251B2 (en) Electronic control unit
JP2008262340A (en) Automatic code generating device for dual core
CN111108471A (en) Method for ensuring the stability of data of a multicore processor of a motor vehicle
JP2019212032A (en) Electronic control device with multi-core microcomputer
JP2002229791A (en) Interface generating device, program, and storage medium
JP2012247849A (en) Microcomputer
JP6981512B2 (en) Electronic control device
JP3991999B2 (en) Central processing unit and processor control method
JP2012103802A (en) Information processor and electronic control unit
JP2018055579A (en) Electronic controlling apparatus
JP2010137656A (en) Electronic control system for vehicle
JP2021152338A (en) Controller

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 09842223

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 09842223

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP