JP2014229208A - Multi-core system - Google Patents

Multi-core system Download PDF

Info

Publication number
JP2014229208A
JP2014229208A JP2013110259A JP2013110259A JP2014229208A JP 2014229208 A JP2014229208 A JP 2014229208A JP 2013110259 A JP2013110259 A JP 2013110259A JP 2013110259 A JP2013110259 A JP 2013110259A JP 2014229208 A JP2014229208 A JP 2014229208A
Authority
JP
Japan
Prior art keywords
cpu
calculation
test
calculation result
processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2013110259A
Other languages
Japanese (ja)
Inventor
浩太朗 中山
Kotaro Nakayama
浩太朗 中山
小野 雅人
Masato Ono
雅人 小野
佐藤 裕
Yutaka Sato
佐藤  裕
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.)
Keihin Corp
Original Assignee
Keihin Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Keihin Corp filed Critical Keihin Corp
Priority to JP2013110259A priority Critical patent/JP2014229208A/en
Publication of JP2014229208A publication Critical patent/JP2014229208A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

PROBLEM TO BE SOLVED: To prevent from waiting at the time of confirmation request by a CPU for an arithmetic result of a test arithmetic processing.SOLUTION: A multi-core system includes a plurality of CPUs (Central Processing Unit), and the plurality of CPUs execute test arithmetic processing at a predetermined interval and confirm an arithmetic result of the test arithmetic processing with each other. Each of the plurality of CPUs interrupts the present processing and executes confirmation processing for the arithmetic result when receiving a confirmation request for the arithmetic result of the test arithmetic processing from another CPU, and restarts the interrupted processing after completing the confirmation processing for the arithmetic result.

Description

本発明は、マルチコアシステムに関する。   The present invention relates to a multi-core system.

下記特許文献1には、CPUを比較検査用に多重化し信頼性の向上を図った車両制御用コンピュータシステムにおいて、ノイズ等の影響による瞬間的な演算誤差を小さく抑えることで異常検出精度を向上させる演算同期方法が開示されている。第1の発明に係る演算同期方法は、各CPUに、自CPUが割り込み処理を実行中であることを他CPUに報知する手段を設け、各CPUが、特定の演算処理の開始前に、他CPUが割り込み処理を実行中でないことを確認してから該演算処理を実行するものである。また、第2の発明に係る演算同期方法は、各CPUが、特定の演算処理の開始前に、保留中の割り込み要求がないことを確認してから該演算処理を実行するものである。   In Patent Document 1 below, in a computer system for vehicle control in which CPUs are multiplexed for comparative inspection to improve reliability, abnormality detection accuracy is improved by minimizing instantaneous calculation errors due to the influence of noise and the like. An operation synchronization method is disclosed. In the arithmetic synchronization method according to the first aspect of the present invention, each CPU is provided with means for notifying other CPUs that the CPU is executing interrupt processing, and before each CPU starts the specific arithmetic processing, The arithmetic processing is executed after confirming that the CPU is not executing the interrupt processing. In the calculation synchronization method according to the second invention, each CPU executes the calculation process after confirming that there is no pending interrupt request before the start of the specific calculation process.

特開平06−321076号公報Japanese Patent Laid-Open No. 06-321076

ところで、上記従来技術では、各CPUは、ノイズ等の影響による瞬間的な処理異常を検出するために、所定の間隔でテスト演算処理(上述した演算処理に相当)を実行し、各CPUお互いにテスト演算処理の演算結果を確認するが、演算結果を確認してもらうために他のCPUに要求しても、何らかの処理を実行している場合、割り込むことができないため、処理が終了するまで待機しなければならないという問題があった。   By the way, in the above prior art, each CPU executes test arithmetic processing (corresponding to the arithmetic processing described above) at a predetermined interval in order to detect instantaneous processing abnormality due to the influence of noise or the like. Check the calculation result of the test calculation process, but even if you request another CPU to check the calculation result, if some process is being executed, you cannot interrupt and wait until the process ends There was a problem that had to be done.

本発明は、上述した事情に鑑みてなされたものであり、CPUによるテスト演算処理の演算結果の確認要求時に待機しないようにすることを目的とする。   The present invention has been made in view of the above-described circumstances, and it is an object of the present invention to avoid waiting when a calculation result check result of a test calculation process by a CPU is requested.

上記目的を達成するために、本発明では、複数のCPU(Central Processing Unit)を具備し、前記複数のCPUは、所定の間隔でテスト演算処理を実行し、お互いに前記テスト演算処理の演算結果を確認するマルチコアシステムであって、前記複数のCPU各々は、他のCPUから前記テスト演算処理の演算結果の確認要求を受信すると、現在の処理を中断して演算結果の確認処理を実行し、演算結果の確認処理の完了後、中断した処理を再開する、という手段を採用する。   In order to achieve the above object, in the present invention, a plurality of CPUs (Central Processing Units) are provided, and the plurality of CPUs execute a test operation process at a predetermined interval, and result from each other in the test operation process. Each of the plurality of CPUs, when receiving a confirmation request for the test result of the test computation process from another CPU, interrupts the current process and executes a confirmation process of the computation result, A method of restarting the interrupted process after completion of the calculation result confirmation process is adopted.

本発明では、第2の解決手段として、上記第1の解決手段において、前記演算結果の期待値が予め記憶されたデータ記憶部をさらに具備し、前記CPU各々は、前記テスト演算処理を実行し、該テスト演算処理の演算結果を前記データ記憶部に記憶させると共に、演算結果の確認要求を送信し、前記演算結果の確認要求を受信したCPUは、前記データ記憶部に記憶される前記テスト演算処理の演算結果と、演算結果の期待値とを比較することによって演算結果を確認する、という手段を採用する。   According to the present invention, as the second solving means, in the first solving means, the data processing unit further stores an expected value of the calculation result in advance, and each of the CPUs executes the test calculation processing. The CPU stores the calculation result of the test calculation process in the data storage unit, transmits the calculation result confirmation request, and receives the calculation result confirmation request, the CPU calculates the test calculation stored in the data storage unit. A means is adopted in which the calculation result is confirmed by comparing the calculation result of the process with the expected value of the calculation result.

本発明によれば、CPU各々は、他のCPUからテスト演算処理の演算結果の確認要求を受信すると、現在の処理を中断して演算結果の確認処理を実行し、演算結果の確認処理の完了後、中断した処理を再開するので、テスト演算処理の演算結果の確認要求を送信したCPUは待機する必要がない。   According to the present invention, when each CPU receives a calculation result confirmation request for a test computation process from another CPU, the CPU interrupts the current process and executes the computation result confirmation process, thereby completing the computation result confirmation process. Thereafter, since the interrupted process is resumed, the CPU that has transmitted the request for confirming the calculation result of the test calculation process does not need to wait.

本発明の一実施形態に係るマルチコアシステムAの概略構成図である。It is a schematic block diagram of the multi-core system A which concerns on one Embodiment of this invention. 本発明の一実施形態に係るマルチコアシステムAの動作を示すタイミングチャートである。It is a timing chart which shows operation | movement of the multi-core system A which concerns on one Embodiment of this invention.

以下、図面を参照して、本発明の実施形態について説明する。
本実施形態に係るマルチコアシステムAは、電気自動車(EV:Electric Vehicle)あるいはハイブリッド自動車(HV:Hybrid Vehicle)等の移動車両に搭載され、
共に移動車両に搭載されている周辺機器D1〜Dnを制御するものであり、図1に示すように、第1演算制御部E1、第2演算制御部E2及び通信バスBを備える。
Embodiments of the present invention will be described below with reference to the drawings.
The multi-core system A according to the present embodiment is mounted on a moving vehicle such as an electric vehicle (EV: Electric Vehicle) or a hybrid vehicle (HV: Hybrid Vehicle),
Both control peripheral devices D1 to Dn mounted on the moving vehicle, and include a first calculation control unit E1, a second calculation control unit E2, and a communication bus B as shown in FIG.

第1演算制御部E1は、図1に示すように、第1ROM(Read Only Memory)11、第1RAM(Random Access Memory)12及び第1CPU(Central Processing Unit)13を備えている。なお、第1ROM11及び第1RAM12は、本実施形態におけるデータ記憶部である。   As shown in FIG. 1, the first arithmetic control unit E1 includes a first ROM (Read Only Memory) 11, a first RAM (Random Access Memory) 12, and a first CPU (Central Processing Unit) 13. The first ROM 11 and the first RAM 12 are data storage units in the present embodiment.

第1ROM11は、第1CPU13で実行される各種演算制御プログラム及びその他データを記憶する不揮発性メモリである。
第1RAM12は、第1CPU13が演算制御プログラムを実行して各種動作を行う際に、データの一時保存先となるワーキングエリアとして用いられる揮発性メモリである。
The first ROM 11 is a non-volatile memory that stores various arithmetic control programs executed by the first CPU 13 and other data.
The first RAM 12 is a volatile memory that is used as a working area that is a temporary storage destination of data when the first CPU 13 executes a calculation control program and performs various operations.

第1CPU13は、第1ROM11及び第1RAM12と電気的に接続されると共に、周辺機器D1〜Dnと通信バスBを介して電気的に接続され、上記第1ROM11に記憶された各種演算制御プログラムに基づいて各種の演算処理を行うと共に各部と通信を行うことにより周辺機器D1〜Dnの動作を制御する。詳細については後述するが、第1CPU13は、所定の間隔でテスト演算処理を実行し、後述する第2演算制御部E2の第2CPU23とお互いにテスト演算処理の演算結果を確認する。なお、テスト演算処理とは、ノイズ等の影響による瞬間的な処理異常を検出するために、所定の間隔で第1CPU13や第2CPU23によって実行される処理である。   The first CPU 13 is electrically connected to the first ROM 11 and the first RAM 12, and is electrically connected to the peripheral devices D1 to Dn via the communication bus B, and is based on various arithmetic control programs stored in the first ROM 11. The operation of the peripheral devices D1 to Dn is controlled by performing various arithmetic processes and communicating with each unit. Although details will be described later, the first CPU 13 executes test calculation processing at predetermined intervals, and mutually confirms the calculation result of the test calculation processing with a second CPU 23 of the second calculation control unit E2 described later. The test calculation process is a process executed by the first CPU 13 or the second CPU 23 at a predetermined interval in order to detect an instantaneous process abnormality due to the influence of noise or the like.

第2演算制御部E2は、図1に示すように、第2ROM21、第2RAM22及び第2CPU23を備えている。なお、第2ROM21及び第2RAM22は、本実施形態におけるデータ記憶部である。   As shown in FIG. 1, the second arithmetic control unit E <b> 2 includes a second ROM 21, a second RAM 22, and a second CPU 23. The second ROM 21 and the second RAM 22 are data storage units in the present embodiment.

第2ROM21は、第2CPU23で実行される各種演算制御プログラム及びその他データを記憶する不揮発性メモリである。
第2RAM22は、第2CPU23が制御プログラムを実行して各種動作を行う際に、データの一時保存先となるワーキングエリアとして用いられる揮発性メモリである。
The second ROM 21 is a non-volatile memory that stores various arithmetic control programs executed by the second CPU 23 and other data.
The second RAM 22 is a volatile memory used as a working area that is a temporary storage destination of data when the second CPU 23 executes a control program and performs various operations.

第2CPU23は、第2ROM21及び第2RAM22と電気的に接続されると共に、周辺機器D1〜Dnと通信バスBを介して電気的に接続され、上記第2ROM21に記憶された各種演算制御プログラムに基づいて各種の演算処理を行うと共に各部と通信を行うことにより周辺機器D1〜Dnの動作を制御する。詳細については後述するが、第2CPU23は、所定の間隔でテスト演算処理を実行し、第1CPU13とお互いにテスト演算処理の演算結果を確認する。   The second CPU 23 is electrically connected to the second ROM 21 and the second RAM 22 and is electrically connected to the peripheral devices D1 to Dn via the communication bus B, and is based on various arithmetic control programs stored in the second ROM 21. The operation of the peripheral devices D1 to Dn is controlled by performing various arithmetic processes and communicating with each unit. Although the details will be described later, the second CPU 23 executes test calculation processing at a predetermined interval, and mutually confirms the calculation result of the test calculation processing with the first CPU 13.

通信バスBは、第1CPU13、第2CPU23及び周辺機器D1〜Dnを電気的に相互接続するための通信線である。第1CPU13、第2CPU23及び周辺機器D1〜Dnは、通信バスBを介してデータを送受信する。   The communication bus B is a communication line for electrically connecting the first CPU 13, the second CPU 23 and the peripheral devices D1 to Dn. The first CPU 13, the second CPU 23, and the peripheral devices D 1 to Dn transmit and receive data via the communication bus B.

一方、周辺機器D1〜Dnは、移動車両に搭載されている走行モータ、発電機及び昇圧回路等を制御するためのコントローラ等であり、通信バスBを介して第1CPU13や第2CPU23とデータを送受信する。また、各周辺機器D1〜Dnは、第1CPU13や第2CPU23による書き込み及び読み取りの可否が予め設定されている。例えば、図1には、周辺機器D1に、「CPU13:R/W」「CPU23:R/―」と記載されている。これは、第1CPU13は、周辺機器D1に対してデータの書き込み及び読み取りが可能であり、一方、第2CPU23は、周辺機器D1に対してデータの書き込みが不可であり、読み取りのみが可能であることを示している。   On the other hand, the peripheral devices D1 to Dn are controllers for controlling a travel motor, a generator, a booster circuit, and the like mounted on the moving vehicle, and transmit / receive data to / from the first CPU 13 and the second CPU 23 via the communication bus B. To do. In each peripheral device D1 to Dn, whether or not writing and reading by the first CPU 13 and the second CPU 23 is set in advance. For example, in FIG. 1, “CPU13: R / W” and “CPU23: R / −” are described in the peripheral device D1. This is because the first CPU 13 can write and read data to the peripheral device D1, while the second CPU 23 cannot write data to the peripheral device D1 and can only read it. Is shown.

次に、このように構成されたマルチコアシステムAの動作について図2を参照して説明する。
例えば、第1CPU13は、テスト演算処理を実行し、該テスト演算処理を完了すると、図2に示すように、テスト演算処理の演算結果の確認要求を通信バスBを介して第2CPU23に送信する。また、第1CPU13は、同時に、テスト演算処理の演算結果を、第2RAM22に書き込む。
Next, the operation of the multi-core system A configured as described above will be described with reference to FIG.
For example, the first CPU 13 executes the test calculation process, and when the test calculation process is completed, the first CPU 13 transmits a confirmation request for the calculation result of the test calculation process to the second CPU 23 via the communication bus B as shown in FIG. At the same time, the first CPU 13 writes the calculation result of the test calculation process in the second RAM 22.

一方、第2CPU23は、第1CPU13からテスト演算処理の演算結果の確認要求を受信すると、現在の処理を中断して演算結果の確認処理を実行し、確認結果を通信バスBを介して第1CPU13に送信する。そして、第2CPU23は、演算結果の確認処理の完了後、中断した処理を再開する。   On the other hand, when the second CPU 23 receives the confirmation request for the calculation result of the test calculation process from the first CPU 13, the second CPU 23 interrupts the current process and executes the check process of the calculation result, and sends the check result to the first CPU 13 via the communication bus B. Send. Then, the second CPU 23 resumes the interrupted process after the calculation result confirmation process is completed.

例えば、第2CPU23も、図2に示すように、テスト演算処理を実行している場合には、テスト演算処理を中断して、演算結果の確認処理を実行し、確認処理によって得た確認結果を第1CPU13に送信し、その後、中断したテスト演算処理を再開する。   For example, as shown in FIG. 2, when the second CPU 23 is also executing the test calculation process, the test calculation process is interrupted, the calculation result confirmation process is performed, and the confirmation result obtained by the confirmation process is displayed. Then, the interrupted test computation process is resumed.

ここで、第2CPU23は、第2ROM21に予め記憶される演算結果の期待値と、第2RAM22に記憶されるテスト演算処理の演算結果とを比較することによって、演算結果を確認する。つまり、第2CPU23は、演算結果の期待値と、テスト演算処理の演算結果とが異なる場合には、演算結果に問題があると判断し、同じである場合には、演算結果に問題がないと判断する。   Here, the second CPU 23 confirms the calculation result by comparing the expected value of the calculation result stored in advance in the second ROM 21 with the calculation result of the test calculation process stored in the second RAM 22. That is, the second CPU 23 determines that there is a problem with the calculation result when the expected value of the calculation result is different from the calculation result of the test calculation process, and there is no problem with the calculation result when they are the same. to decide.

図2に戻り、第2CPU23は、中断したテスト演算処理を再開し、該テスト演算処理を完了すると、テスト演算処理の演算結果の確認要求を通信バスBを介して第1CPU13に送信する。また、第2CPU23は、同時に、テスト演算処理の演算結果を、第1RAM12に書き込む。   Returning to FIG. 2, the second CPU 23 resumes the interrupted test calculation process, and when the test calculation process is completed, transmits a request for confirming the calculation result of the test calculation process to the first CPU 13 via the communication bus B. At the same time, the second CPU 23 writes the calculation result of the test calculation process in the first RAM 12.

一方、第1CPU13は、第2CPU23からテスト演算処理の演算結果の確認要求を受信すると、現在の処理を中断して演算結果の確認処理を実行し、演算結果の確認処理の完了後、中断した処理を再開する。   On the other hand, when the first CPU 13 receives the calculation result confirmation request of the test computation process from the second CPU 23, the first CPU 13 interrupts the current process and executes the computation result confirmation process. To resume.

ここで、第1CPU13は、第1ROM11に予め記憶される演算結果の期待値と、第1RAM12に記憶されるテスト演算処理の演算結果とを比較することによって、演算結果を確認する。つまり、第1CPU13は、演算結果の期待値と、テスト演算処理の演算結果とが異なる場合には、演算結果に問題があると判断し、同じである場合には、演算結果に問題がないと判断する。   Here, the first CPU 13 confirms the calculation result by comparing the expected value of the calculation result stored in advance in the first ROM 11 with the calculation result of the test calculation process stored in the first RAM 12. That is, the first CPU 13 determines that there is a problem with the calculation result when the expected value of the calculation result is different from the calculation result of the test calculation process, and there is no problem with the calculation result when they are the same. to decide.

このような本実施形態によれば、第1CPU13及び第2CPU23各々は、他のCPUからテスト演算処理の演算結果の確認要求を受信すると、現在の処理を中断して演算結果の確認処理を実行し、演算結果の確認処理の完了後、中断した処理を再開するので、テスト演算処理の演算結果の確認要求を送信したCPUは待機する必要がない。   According to this embodiment, when each of the first CPU 13 and the second CPU 23 receives an operation result confirmation request from the other CPU, it interrupts the current process and executes the operation result confirmation process. Since the interrupted process is resumed after the completion of the computation result confirmation process, the CPU that has transmitted the computation result confirmation request for the test computation process does not need to wait.

以上、本発明の実施形態について説明したが、本発明は上記実施形態に限定されることなく、例えば以下のような変形が考えられる。
(1)上記実施形態は、2つの第1CPU13及び第2CPU23を備えたものであるが、2つに限定されず、2つ以上であってもよい。
(2)上記実施形態は、移動車両に搭載されているが、移動車両以外に、家電製品等の電子機器に搭載されていてもよい。
As mentioned above, although embodiment of this invention was described, this invention is not limited to the said embodiment, For example, the following modifications can be considered.
(1) Although the said embodiment is provided with two 1st CPU13 and 2nd CPU23, it is not limited to two, Two or more may be sufficient.
(2) Although the said embodiment is mounted in the moving vehicle, you may mount in electronic devices, such as household appliances, other than a moving vehicle.

A…マルチコアシステム、D1〜Dn…周辺機器、E1…第1演算制御部、E2…第2演算制御部、B…通信バス、11…第1ROM(データ記憶部)、12…第1RAM(データ記憶部)、13…第1CPU、21…第2のROM(データ記憶部)、22…第2RAM(データ記憶部)、23…第2CPU   A ... multi-core system, D1-Dn ... peripheral devices, E1 ... first calculation control unit, E2 ... second calculation control unit, B ... communication bus, 11 ... first ROM (data storage unit), 12 ... first RAM (data storage) Part), 13 ... 1st CPU, 21 ... 2nd ROM (data storage part), 22 ... 2nd RAM (data storage part), 23 ... 2nd CPU

Claims (2)

複数のCPU(Central Processing Unit)を具備し、
前記複数のCPUは、所定の間隔でテスト演算処理を実行し、お互いに前記テスト演算処理の演算結果を確認するマルチコアシステムであって、
前記複数のCPU各々は、他のCPUから前記テスト演算処理の演算結果の確認要求を受信すると、現在の処理を中断して演算結果の確認処理を実行し、演算結果の確認処理の完了後、中断した処理を再開することを特徴とするマルチコアシステム。
A plurality of CPUs (Central Processing Units)
The plurality of CPUs is a multi-core system that executes a test calculation process at a predetermined interval and confirms a calculation result of the test calculation process with each other,
When each of the plurality of CPUs receives a calculation result confirmation request for the test calculation process from another CPU, the current process is interrupted and the calculation result confirmation process is performed. After completion of the calculation result confirmation process, A multi-core system characterized by resuming suspended processing.
前記演算結果の期待値が予め記憶されたデータ記憶部をさらに具備し、
前記CPU各々は、前記テスト演算処理を実行し、該テスト演算処理の演算結果を前記データ記憶部に記憶させると共に、演算結果の確認要求を送信し、
前記演算結果の確認要求を受信したCPUは、前記データ記憶部に記憶される前記テスト演算処理の演算結果と、演算結果の期待値とを比較することによって演算結果を確認することを特徴とする請求項1に記載のマルチコアシステム。
A data storage unit in which the expected value of the operation result is stored in advance;
Each of the CPUs executes the test calculation process, stores the calculation result of the test calculation process in the data storage unit, and transmits a check request for the calculation result.
The CPU that has received the calculation result confirmation request confirms the calculation result by comparing the calculation result of the test calculation processing stored in the data storage unit with an expected value of the calculation result. The multi-core system according to claim 1.
JP2013110259A 2013-05-24 2013-05-24 Multi-core system Pending JP2014229208A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013110259A JP2014229208A (en) 2013-05-24 2013-05-24 Multi-core system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013110259A JP2014229208A (en) 2013-05-24 2013-05-24 Multi-core system

Publications (1)

Publication Number Publication Date
JP2014229208A true JP2014229208A (en) 2014-12-08

Family

ID=52128971

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013110259A Pending JP2014229208A (en) 2013-05-24 2013-05-24 Multi-core system

Country Status (1)

Country Link
JP (1) JP2014229208A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS59119451A (en) * 1982-12-27 1984-07-10 Panafacom Ltd Diagnosing system of electronic computer system
JPH10207735A (en) * 1997-01-22 1998-08-07 Mitsubishi Electric Corp Cpu diagnostic method for computer
WO2008062511A1 (en) * 2006-11-21 2008-05-29 Fujitsu Limited Multiprocessor system
JP2012160033A (en) * 2011-02-01 2012-08-23 Keihin Corp Electronic controller for moving object

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS59119451A (en) * 1982-12-27 1984-07-10 Panafacom Ltd Diagnosing system of electronic computer system
JPH10207735A (en) * 1997-01-22 1998-08-07 Mitsubishi Electric Corp Cpu diagnostic method for computer
WO2008062511A1 (en) * 2006-11-21 2008-05-29 Fujitsu Limited Multiprocessor system
JP2012160033A (en) * 2011-02-01 2012-08-23 Keihin Corp Electronic controller for moving object

Similar Documents

Publication Publication Date Title
US10394675B2 (en) Vehicle control device
JP2009301162A (en) Computer system, device sharing method, and device sharing program
US9442793B2 (en) Robust hardware/software error recovery system
KR20160147986A (en) Techniques for handling errors in persistent memory
US10994675B2 (en) Vehicle control device and vehicle system
JP2011237934A5 (en) System, system control method, and program
JP5960632B2 (en) Electronic control device for vehicle
US20150067242A1 (en) Information processing device
JP2014229208A (en) Multi-core system
JP6196505B2 (en) Cloud control system and method for executing the control program
CN112835598A (en) Automobile ECU (electronic control Unit) flashing method and system and computer readable storage medium
TWI595361B (en) Electronic device and method for loading program code thereof
WO2016042588A1 (en) On-board control device and simulation device for on-board control device
JP6717184B2 (en) In-vehicle control device
JP2011113240A (en) Duplex processing apparatus
JP6813513B2 (en) Methods and devices for protecting the program counter structure of the processor system and methods and devices for monitoring the processing of interruption requests.
US8806082B2 (en) Direct memory access device for multi-core system and operating method of the same
US20130055017A1 (en) Device and method for restoring information in a main storage unit
JP2005316679A (en) Parallel arithmetic processor
JP6168847B2 (en) Multi-core system
JP6116369B2 (en) Multi-core system
JP2019016021A (en) Verification device for vehicle controller and vehicle controller
JP2014063350A (en) Automotive electronic control device
CN110008138B (en) Information processing apparatus
JP6357806B2 (en) Controller redundancy system, its controller

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160401

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20161214

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20161220

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20170215

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20170725