JP2022053096A - Vehicle control device, vehicle control system, and access right management program - Google Patents

Vehicle control device, vehicle control system, and access right management program Download PDF

Info

Publication number
JP2022053096A
JP2022053096A JP2020159711A JP2020159711A JP2022053096A JP 2022053096 A JP2022053096 A JP 2022053096A JP 2020159711 A JP2020159711 A JP 2020159711A JP 2020159711 A JP2020159711 A JP 2020159711A JP 2022053096 A JP2022053096 A JP 2022053096A
Authority
JP
Japan
Prior art keywords
application
access
area
access right
shared storage
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
JP2020159711A
Other languages
Japanese (ja)
Inventor
要司 本間
Yoji Homma
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.)
Denso Corp
Original Assignee
Denso 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 Denso Corp filed Critical Denso Corp
Priority to JP2020159711A priority Critical patent/JP2022053096A/en
Publication of JP2022053096A publication Critical patent/JP2022053096A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Electrical Control Of Air Or Fuel Supplied To Internal-Combustion Engine (AREA)
  • Combined Controls Of Internal Combustion Engines (AREA)

Abstract

To appropriately balance the execution of tasks each requiring regular access to a shared storage with the execution of other tasks.SOLUTION: A vehicle control device 4 includes: a shared storage 9 shared by multiple applications; and an access right management unit 14 configured to divide one time slot so as to include a static area corresponding to an application's access request by a time trigger method and a dynamic area corresponding to an application's access request by an event trigger method and allocate an access right to the shared storage from the application to either the static area or the dynamic area.SELECTED DRAWING: Figure 1

Description

本発明は、車両用制御装置、車両用制御システム及びアクセス権管理プログラムに関する。 The present invention relates to a vehicle control device, a vehicle control system, and an access right management program.

車載環境では、法規要件や画像解析ニーズの増加等により、様々なデータを車両内に保存する必要性が高まっている。しかしながら、車両に搭載されている電子制御装置に専用のストレージを個別に設ける構成は、コスト、搭載スペース、データの一元管理等の観点を考慮すると効率的ではない。このような事情から、複数のアプリで共有する共有ストレージを設ける構成が想定されている。共有ストレージを設ける構成では、コスト、搭載スペース、データの一元管理等の観点で優位であるが、アプリが共有ストレージに対してデータの書き込みや読み出しのタスクを実行する場合に、アプリからのアクセス権を管理する必要がある。例えば特許文献1には、アプリが実行するタスクに優先度を設定し、その設定した優先度に応じて割り込み処理を行うことでリアルタイム性を確保し、更に割り込み処理により同一メモリ領域への上書きを回避する構成が開示されている。 In the in-vehicle environment, there is an increasing need to store various data in the vehicle due to increasing legal requirements and image analysis needs. However, a configuration in which a dedicated storage is individually provided for an electronic control device mounted on a vehicle is not efficient from the viewpoints of cost, mounting space, centralized data management, and the like. Under these circumstances, it is envisioned that a shared storage will be provided that will be shared by multiple applications. A configuration with shared storage is superior in terms of cost, mounting space, centralized data management, etc., but when the app executes data write / read tasks to the shared storage, access rights from the app Need to be managed. For example, in Patent Document 1, priority is set for a task executed by an application, interrupt processing is performed according to the set priority to ensure real-time performance, and interrupt processing overwrites the same memory area. The configuration to avoid is disclosed.

特開2002-278779号公報Japanese Unexamined Patent Publication No. 2002-278779

しかしながら、特許文献1のように優先度に応じて割り込み処理を行う構成では、例えば自動運転のトレースログのような定期的なデータの書き込みを必要とするタスクがある場合、そのタスクよりも優先度が高いタスクが割り込んでしまうと、定期的なデータの書き込みを必要とするタスクが中断されてしまう問題がある。仮に定期的なデータの書き込みを必要とするタスクの優先度を最上位に設定すると、他のタスクを実行することができなくなる。 However, in a configuration such as Patent Document 1 in which interrupt processing is performed according to priority, if there is a task that requires periodic data writing, such as a trace log of automatic operation, the priority is higher than that task. If a task with a high value is interrupted, there is a problem that the task that requires periodic data writing is interrupted. If the priority of a task that requires periodic data writing is set to the highest level, other tasks cannot be executed.

本発明は、上記した事情に鑑みてなされたものであり、その目的は、共有ストレージに対して定期的なアクセスを必要とするタスクの実行と、それ以外のタスクの実行とを適切に両立させることができる車両用制御装置、車両用制御システム及びアクセス権管理プログラムを提供することにある。 The present invention has been made in view of the above circumstances, and an object of the present invention is to appropriately balance the execution of a task that requires regular access to the shared storage and the execution of other tasks. It is an object of the present invention to provide a vehicle control device, a vehicle control system, and an access right management program which can be used.

請求項1に記載した発明によれば、複数のアプリで共有する共有ストレージ(9)と、一のタイムスロットを、アプリからのタイムトリガー方式によるアクセス要求に対応する静的領域と、アプリからのイベントトリガー方式によるアクセス要求に対応する動的領域とを含むように区分し、アプリからの共有ストレージに対するアクセス権を、静的領域及び動的領域の何れかに割り当てるアクセス権管理部(14)と、を備える。一のタイムスロット内に静的領域と動的領域とを設けることで、共有ストレージに対して定期的なアクセスを必要とするタスクを静的領域の時間内で実行し、それ以外のタスク、例えば定期的なアクセスを必要としないが他よりも優先度が高いタスクや、優先度に拘らず不定期的なアクセスを必要とするタスクを動的領域の時間内で実行することができる。これにより、共有ストレージに対して定期的なアクセスを必要とするタスクの実行と、それ以外のタスクの実行とを適切に両立させることができる。 According to the first aspect of the present invention, the shared storage (9) shared by a plurality of applications, one time slot, a static area corresponding to an access request by a time-triggered method from the application, and a static area from the application. With the access right management unit (14) that divides the area so as to include the dynamic area corresponding to the access request by the event trigger method and allocates the access right to the shared storage from the application to either the static area or the dynamic area. , Equipped with. By providing a static area and a dynamic area in one time slot, tasks that require regular access to the shared storage can be executed within the time of the static area, and other tasks such as, for example. Tasks that do not require regular access but have a higher priority than others, or tasks that require irregular access regardless of priority, can be executed within the time of the dynamic area. As a result, it is possible to appropriately balance the execution of tasks that require regular access to the shared storage with the execution of other tasks.

一実施形態を示す機能ブロック図Functional block diagram showing an embodiment タイムスロットを示す図Diagram showing the time slot 連続する複数のタイムスロットを示す図Diagram showing multiple consecutive time slots タイムスロットを示す図Diagram showing the time slot 処理の流れを示す図Diagram showing the processing flow 処理の流れを示す図Diagram showing the processing flow 処理の流れを示す図Diagram showing the processing flow 処理の流れを示す図Diagram showing the processing flow 処理の流れを示す図Diagram showing the processing flow タイムスロットを示す図Diagram showing the time slot タイムスロットを示す図Diagram showing the time slot タイムスロットを示す図Diagram showing the time slot タイムスロットを示す図Diagram showing the time slot タイムスロットを示す図Diagram showing the time slot タイムスロットを示す図Diagram showing the time slot タイムスロットを示す図Diagram showing the time slot タイムスロットを示す図Diagram showing the time slot タイムスロットを示す図Diagram showing the time slot 連続する複数のタイムスロットを示す図Diagram showing multiple consecutive time slots 連続する複数のタイムスロットを示す図Diagram showing multiple consecutive time slots 連続する複数のタイムスロットを示す図Diagram showing multiple consecutive time slots

以下、一実施形態について図面を参照して説明する。後述する説明において、アプリとは、電子制御装置や車両用制御装置に所定動作を実行させるためのソフトウエア全般を意味し、広義にはスレッドやモジュールの概念も含む。図1に示すように、車両に搭載されている車両用制御システム1は、2個の電子制御装置(以下、ECU:Electronic Control Unitと称する)2,3と、ECU2,3を統合管理する1個の統合ECU4とを有し、ECU2,3と統合ECU4とがバス5を介してデータ通信可能に構成されている。統合ECU4は車両用制御装置に相当する。バス5は、例えばCAN(Controller Area Network)(登録商標)、LIN(Local Interconnect Network)(登録商標)、CXPI(Clock Extension Peripheral Interface)(登録商標)、FlexRay(登録商標)、MOST(Media Oriented Systems Transport)(登録商標)等である。統合ECU4とバス5を介してデータ通信可能に接続されるECUは、本実施形態では2個を例示しているが、1個でも良いし3個以上でも良い。 Hereinafter, one embodiment will be described with reference to the drawings. In the description described later, the application means software for causing an electronic control device or a vehicle control device to execute a predetermined operation, and broadly includes the concept of a thread or a module. As shown in FIG. 1, the vehicle control system 1 mounted on the vehicle integrates and manages two electronic control devices (hereinafter referred to as ECUs: Electronic Control Units) 2 and 3 and ECUs 2 and 3. It has an integrated ECU 4, and the ECUs 2 and 3 and the integrated ECU 4 are configured to enable data communication via the bus 5. The integrated ECU 4 corresponds to a vehicle control device. Bus 5 is, for example, CAN (Controller Area Network) (registered trademark), LIN (Local Interconnect Network) (registered trademark), CXPI (Clock Extension Peripheral Interface) (registered trademark), FlexRay (registered trademark), MOST (Media Oriented Systems). Transport) (registered trademark), etc. Although two ECUs are exemplified in this embodiment, the number of ECUs connected to the integrated ECU 4 and the bus 5 via the bus 5 may be one or three or more.

統合ECU4は、バス通信部6と、第1制御部7と、第2制御部8と、共有ストレージ9とを有する。バス通信部6は、バス5との間でデータ通信を行う。第1制御部7は、CPU(Central Processing Unit)、ROM(Read Only Memory)、RAM(Random Access Memory)及びI/O(Input/Output)を有するマイクロコンピュータにより構成されている。 The integrated ECU 4 has a bus communication unit 6, a first control unit 7, a second control unit 8, and a shared storage 9. The bus communication unit 6 performs data communication with the bus 5. The first control unit 7 is composed of a microcomputer having a CPU (Central Processing Unit), a ROM (Read Only Memory), a RAM (Random Access Memory), and an I / O (Input / Output).

第1制御部7は、非遷移的実体的記憶媒体に格納されている制御プログラムを実行することで当該制御プログラムに対応する処理を実行し、必要に応じて第2制御部8と連携し、統合ECU4の動作全般を制御する。第1制御部7は、統合ECU4に実装されているアプリ4a~4cの動作を管理し、アプリ4a~4cの起動要求が発生すると、アプリ4a~4cを実行する。第1制御部7により動作が管理されるアプリ4a~4cは、第1群に属するアプリに相当し、本実施形態ではアプリ4a~4cの3個を例示しているが、2個以下でも良いし4個以上でも良い。第1制御部7が実行する制御プログラムにはアクセス権管理プログラムが含まれる。 The first control unit 7 executes a process corresponding to the control program by executing the control program stored in the non-transitional substantive storage medium, and cooperates with the second control unit 8 as necessary. It controls the overall operation of the integrated ECU 4. The first control unit 7 manages the operations of the applications 4a to 4c mounted on the integrated ECU 4, and executes the applications 4a to 4c when the activation request of the applications 4a to 4c is generated. The applications 4a to 4c whose operations are managed by the first control unit 7 correspond to the applications belonging to the first group, and in this embodiment, three applications 4a to 4c are exemplified, but two or less may be used. 4 or more may be used. The control program executed by the first control unit 7 includes an access right management program.

第2制御部8は、第1制御部7と同様に、CPU、ROM、RAM及びI/Oを有するマイクロコンピュータにより構成されている。第2制御部8は、非遷移的実体的記憶媒体に格納されている制御プログラムを実行することで当該制御プログラムに対応する処理を実行し、必要に応じて第1制御部7と連携し、統合ECU4の動作全般を制御する。第2制御部8は、統合ECU4に実装されているアプリ4d~4fの動作を管理し、アプリ4d~4fの起動要求が発生すると、アプリ4d~4fを実行する。第2制御部8により動作が管理されるアプリ4d~4fは、第2群に属するアプリに相当し、本実施形態ではアプリ4d~4fの3個を例示しているが、2個以下でも良いし4個以上でも良い。 Like the first control unit 7, the second control unit 8 is composed of a microcomputer having a CPU, a ROM, a RAM, and an I / O. The second control unit 8 executes a process corresponding to the control program by executing the control program stored in the non-transitional substantive storage medium, and cooperates with the first control unit 7 as necessary. It controls the overall operation of the integrated ECU 4. The second control unit 8 manages the operation of the applications 4d to 4f mounted on the integrated ECU 4, and executes the applications 4d to 4f when the activation request of the applications 4d to 4f is generated. The applications 4d to 4f whose operation is managed by the second control unit 8 correspond to the applications belonging to the second group, and in this embodiment, three applications 4d to 4f are exemplified, but two or less may be used. It may be 4 or more.

ECU2は、バス通信部10と、制御部11とを有する。バス通信部10は、バス5との間でデータ通信を行う。制御部11は、CPU、ROM、RAM及びI/Oを有するマイクロコンピュータにより構成されている。制御部11は、非遷移的実体的記憶媒体に格納されている制御プログラムを実行することで、制御プログラムに対応する処理を実行し、ECU2の動作全般を制御する。制御部11は、ECU2に実装されているアプリ2aの動作を管理し、アプリ2aの起動要求が発生すると、アプリ2aを実行する。制御部11により動作が管理されるアプリは、本実施形態ではアプリ2aの1個を例示しているが、2個以上でも良い。 The ECU 2 has a bus communication unit 10 and a control unit 11. The bus communication unit 10 performs data communication with the bus 5. The control unit 11 is composed of a microcomputer having a CPU, a ROM, a RAM, and an I / O. The control unit 11 executes a process corresponding to the control program by executing a control program stored in the non-transitional substantive storage medium, and controls the overall operation of the ECU 2. The control unit 11 manages the operation of the application 2a mounted on the ECU 2, and executes the application 2a when a start request for the application 2a is generated. In the present embodiment, one of the applications 2a is exemplified as the application whose operation is managed by the control unit 11, but two or more applications may be used.

ECU3は、バス通信部12と、制御部13とを有する。バス通信部12は、バス5との間でデータ通信を行う。制御部13は、CPU、ROM、RAM及びI/Oを有するマイクロコンピュータにより構成されている。制御部13は、非遷移的実体的記憶媒体に格納されている制御プログラムを実行することで、制御プログラムに対応する処理を実行し、ECU3の動作全般を制御する。制御部13は、ECU3に実装されているアプリ3aの動作を管理し、アプリ3aの起動要求が発生すると、アプリ3aを実行する。制御部13により動作が管理されるアプリは、本実施形態ではアプリ3aの1個を例示しているが、2個以上でも良い。 The ECU 3 has a bus communication unit 12 and a control unit 13. The bus communication unit 12 performs data communication with the bus 5. The control unit 13 is composed of a microcomputer having a CPU, a ROM, a RAM, and an I / O. The control unit 13 executes a process corresponding to the control program by executing a control program stored in the non-transitional substantive storage medium, and controls the overall operation of the ECU 3. The control unit 13 manages the operation of the application 3a mounted on the ECU 3, and executes the application 3a when a start request for the application 3a occurs. In the present embodiment, one of the applications 3a is exemplified as the application whose operation is managed by the control unit 13, but two or more applications may be used.

アプリ2a,3a,4a~4fは、例えばボデー系の制御を行うアプリ、パワートレイン系の制御を行うアプリ、ゲートウェイ系の制御を行うアプリ等であり、車両に関する様々な制御を行うアプリである。共有ストレージ9は、各種データを記憶するためのデータ容量が所定容量の記憶媒体である。共有ストレージ9は、例えばRAMのような揮発性記憶媒体ではなく、HDD(Hard Disk Drive)のような不揮発性記憶媒体であり、上記した制御プログラムが格納されている記憶媒体とは異なる。 The applications 2a, 3a, 4a to 4f are, for example, an application that controls a body system, an application that controls a power train system, an application that controls a gateway system, and the like, and are applications that perform various controls related to a vehicle. The shared storage 9 is a storage medium having a predetermined data capacity for storing various data. The shared storage 9 is not a volatile storage medium such as RAM, but a non-volatile storage medium such as an HDD (Hard Disk Drive), and is different from the storage medium in which the above-mentioned control program is stored.

統合ECU4に実装されているアプリ4a~4cは、統合ECU4の内部において第1制御部7を介して共有ストレージ9に対してアクセスし、共有ストレージ9に対するデータの書き込みや読み出しのタスクを実行する。統合ECU4に実装されているアプリ4d~4fは、統合ECU4の内部において第1制御部7と第2制御部8とがデータ通信することにより第2制御部8及び第1制御部7を介して共有ストレージ9に対してアクセスし、共有ストレージ9に対するデータの書き込みや読み出しのタスクを実行する。ECU2,3に実装されているアプリ2a,3aは、それぞれバス5を介して共有ストレージ9に対してアクセスし、共有ストレージ9に対するデータの書き込みや読み出しのタスクを実行する。 The applications 4a to 4c mounted on the integrated ECU 4 access the shared storage 9 via the first control unit 7 inside the integrated ECU 4, and execute tasks of writing and reading data to the shared storage 9. In the applications 4d to 4f mounted on the integrated ECU 4, the first control unit 7 and the second control unit 8 communicate data inside the integrated ECU 4 via the second control unit 8 and the first control unit 7. Access the shared storage 9 and execute tasks of writing and reading data to the shared storage 9. The applications 2a and 3a mounted on the ECUs 2 and 3 access the shared storage 9 via the bus 5, respectively, and execute tasks of writing and reading data to the shared storage 9.

上記した構成は、ECU2,3に専用のストレージを個別に設けず、アプリ2a,3a,4a~4fで共有ストレージ9を共有し、アプリ2a,3a,4a~4fがそれぞれ統合ECU4の共有ストレージ9に対してアクセスすることで、コスト、搭載スペース、データの一元管理等の観点で優位である。即ち、ECU2,3に専用のストレージを個別に設ける構成では、ECU2,3がコスト高になると共にサイズが大型化する問題や、ECU2,3や統合ECU4でデータを共有する際にデータ管理が複雑化する問題があり、このような問題はECUの個数が多いほど影響が大きくなる。本実施形態では、共有ストレージ9を設けることで、このような問題の発生を回避することが可能である。 In the above configuration, the shared storage 9 is shared by the applications 2a, 3a, 4a to 4f without individually providing the dedicated storage in the ECUs 2 and 3, and the apps 2a, 3a, 4a to 4f each share the shared storage 9 of the integrated ECU 4. It is advantageous in terms of cost, mounting space, centralized data management, etc. That is, in the configuration in which the dedicated storages are individually provided in the ECUs 2 and 3, there is a problem that the ECUs 2 and 3 become expensive and the size becomes large, and data management is complicated when the data is shared by the ECUs 2 and 3 and the integrated ECU 4. There is a problem that the number of ECUs increases, and the influence of such a problem increases. In the present embodiment, it is possible to avoid the occurrence of such a problem by providing the shared storage 9.

アプリ2a,3a,4a~4fが実行するタスクの種別としては、共有ストレージ9に対して定期的なアクセスを必要とするタスク、即ち、定期的なデータの書き込みや読み出しを必要とするタスクと、共有ストレージ9に対して定期的なアクセスを必要としないが他よりも優先度がタスク、即ち、定期的なデータの書き込みや読み出しを必要としないがイベント発生時にデータの書き込みや読み出しを他よりも優先すべきタスクや、優先度に拘らず共有ストレージ9に対して不定期的なアクセスを必要とするタスク、即ち、優先度に拘らず不定期的なデータの書き込みや読み出しを必要とするタスクとがある。 The types of tasks executed by the applications 2a, 3a, 4a to 4f include tasks that require periodic access to the shared storage 9, that is, tasks that require periodic data writing and reading. It does not require regular access to the shared storage 9 but has a higher priority than others, that is, it does not require periodic data writing or reading but writes or reads data more than others when an event occurs. Tasks that should be prioritized and tasks that require irregular access to the shared storage 9 regardless of priority, that is, tasks that require irregular data writing and reading regardless of priority. There is.

定期的なデータの書き込みや読み出しを必要とするタスクは、例えば自動運転のトレースログのようなデータを書き込むタスクや、セキュリティ検知の監視ログのようなデータを書き込むタスク等である。定期的なデータの書き込みや読み出しを必要としないがイベント発生時にデータの書き込みや読み出しを他よりも優先すべきタスクや、優先度に拘らず共有ストレージ9に対して不定期的なアクセスを必要とするタスクは、例えば障害物を検知して衝突回避の制御を行う際の映像データや車速データ等を書き込むタスクや、外部からの電子的な攻撃を検知した際の異常データを書き込むタスク等である。この場合、それぞれのタスクにより共有ストレージ9に対してアクセスして書き込まれたり読み出されたりするデータのデータ容量の大小は、どのようであっても良い。 Tasks that require periodic data writing and reading include, for example, a task of writing data such as an automatic operation trace log and a task of writing data such as a security detection monitoring log. Tasks that do not require periodic data writing and reading but should prioritize data writing and reading over others when an event occurs, and require irregular access to shared storage 9 regardless of priority. The tasks to be performed are, for example, a task of writing video data, vehicle speed data, etc. when detecting an obstacle and controlling collision avoidance, a task of writing abnormal data when an external electronic attack is detected, and the like. .. In this case, the amount of data to be written or read by accessing the shared storage 9 by each task may be large or small.

第1制御部7は、複数のアプリからの共有ストレージ9に対するアクセス権を割り当てるアクセス権管理部14を有する。アクセス権管理部14は、図2に示すように、一のタイムスロットを、静的領域(Static Segment)と動的領域(Dynamic Segment)とバッファ領域(Buffer)とを含むように区分し、複数のアプリからの共有ストレージ9に対するアクセス権を、静的領域及び動的領域の何れかに割り当てる(割り当て手順に相当する)。静的領域は、アプリからのタイムトリガー方式によるアクセス要求に対応する領域であり、特定のアプリからの共有ストレージ9に対するアクセス権を、固定周期のタイミングで確保する領域である。動的領域は、アプリからのイベントトリガー方式によるアクセス要求に対応する領域であり、特定のアプリからの共有ストレージ9に対するアクセス権を、アプリからの要求の都度のタイミングで確保する領域である。バッファ領域は、調整やアイドリング等のための領域である。尚、図2では、一のタイムスロットの時間幅を1~5ミリ秒で例示しているが、1~5ミリ秒以外を予め設定しておいても良い。 The first control unit 7 has an access right management unit 14 that allocates access rights to the shared storage 9 from a plurality of applications. As shown in FIG. 2, the access right management unit 14 divides one time slot into a plurality of time slots so as to include a static area (Static Segment), a dynamic area (Dynamic Segment), and a buffer area (Buffer). Allocate the access right to the shared storage 9 from the application to either the static area or the dynamic area (corresponding to the allocation procedure). The static area is an area corresponding to an access request by a time trigger method from an application, and is an area for securing an access right to the shared storage 9 from a specific application at a fixed cycle timing. The dynamic area is an area corresponding to an access request by the event trigger method from the application, and is an area for securing the access right to the shared storage 9 from the specific application at the timing of each request from the application. The buffer area is an area for adjustment, idling, and the like. Although the time width of one time slot is illustrated in 1 to 5 milliseconds in FIG. 2, a time width other than 1 to 5 milliseconds may be set in advance.

アクセス権管理部14は、このように一のタイムスロットを静的領域と動的領域とバッファ領域とを含むように区分することで、図3に示すように、連続する複数のタイムスロットにおいて静的領域と動的領域とバッファ領域とを周期的に確保する。即ち、アクセス権管理部14は、アプリからのタイムトリガー方式によるアクセス要求及びイベントトリガー方式によるアクセス要求の両方に対し、その両方のアクセス要求を周期的に許可することが可能となる。 By dividing one time slot into a static area, a dynamic area, and a buffer area in this way, the access right management unit 14 is static in a plurality of consecutive time slots as shown in FIG. A target area, a dynamic area, and a buffer area are periodically secured. That is, the access right management unit 14 can periodically allow both access requests from the application for both the time-triggered access request and the event-triggered access request.

アクセス権管理部14は、タイムスロットの時間幅を可変に設定可能であると共に、タイムスロット内の静的領域、動的領域、バッファ領域のそれぞれの時間幅を可変に設定可能である。タイムスロットの時間幅、タイムスロット内の静的領域、動的領域、バッファ領域のそれぞれの時間幅は、例えばダイアグツール等がバス5を介して統合ECU4と有線接続され、ダイアグツールから送信される変更指示信号が統合ECU4に受信されることで変更されても良いし、サーバが通信ネットワークを介して統合ECU4と無線接続され、サーバから送信される変更指示信号が統合ECU4に受信されることで変更されても良い。 The access right management unit 14 can variably set the time width of the time slot, and can variably set the time width of each of the static area, the dynamic area, and the buffer area in the time slot. The time width of the time slot, the static area in the time slot, the dynamic area, and the buffer area are transmitted from the diagnostic tool, for example, when a diagnostic tool or the like is wiredly connected to the integrated ECU 4 via the bus 5. The change instruction signal may be changed by being received by the integrated ECU 4, or the server is wirelessly connected to the integrated ECU 4 via a communication network, and the change instruction signal transmitted from the server is received by the integrated ECU 4. May be changed.

次に、上記した構成の作用について図4から図21を参照して説明する。ここでは、アプリA,Bが、データの書き込みや読み出しを常時必要とするタスクを実行するアプリであり、アプリCが、データの書き込みや読み出しを常時必要としないがイベント発生時に他よりも優先度が高いタスクを実行するアプリであることを前提とする。アプリA~Cは、それぞれECU2に実装されているアプリ2a、ECU3に実装されているアプリ3a、統合ECU4に実装されているアプリ4a~4fの何れであっても良い。この場合、アクセス権管理部14は、アプリA~Cからの共有ストレージ9に対するアクセス権を、図4に示すように、アプリA,Bの静的領域を含むように割り当てる。 Next, the operation of the above configuration will be described with reference to FIGS. 4 to 21. Here, apps A and B are apps that execute tasks that require constant writing and reading of data, and application C does not require writing and reading of data all the time, but has priority over others when an event occurs. Is an app that performs high-level tasks. The applications A to C may be any of the applications 2a mounted on the ECU 2, the applications 3a mounted on the ECU 3, and the applications 4a to 4f mounted on the integrated ECU 4. In this case, the access right management unit 14 allocates the access right to the shared storage 9 from the applications A to C so as to include the static areas of the applications A and B as shown in FIG.

アクセス権管理部14は、図5等に示すように、静的領域のタイミングを示すタイミング通知をアプリA,Bに送信する(S1,S2)。アプリAは、アクセス権管理部14から静的領域のタイミング通知を受信すると、その受信した静的領域のタイミング通知にしたがって共有ストレージ9に対するアクセスタイミングを設定し、アクセスタイミングの設定を完了すると、設定完了通知をアクセス権管理部14に送信する(S3)。アプリBも、アプリAと同様に、アクセス権管理部14から静的領域のタイミング通知を受信すると、その受信した静的領域のタイミング通知にしたがって共有ストレージ9に対するアクセスタイミングを設定し、アクセスタイミングの設定を完了すると、設定完了通知をアクセス権管理部14に送信する(S4)。 As shown in FIG. 5 and the like, the access right management unit 14 transmits timing notifications indicating the timing of the static area to the applications A and B (S1, S2). When the application A receives the timing notification of the static area from the access right management unit 14, it sets the access timing to the shared storage 9 according to the timing notification of the received static area, and when the setting of the access timing is completed, the setting is made. The completion notification is transmitted to the access right management unit 14 (S3). Similarly to the application A, when the application B receives the timing notification of the static area from the access right management unit 14, the access timing to the shared storage 9 is set according to the timing notification of the received static area, and the access timing is set. When the setting is completed, the setting completion notification is transmitted to the access right management unit 14 (S4).

アプリAは、自己が設定したアクセスタイミング、即ち、共有ストレージ9に対するアクセス権が付与されているタイミングになると、共有ストレージ9に対するアクセス要求をアクセス権管理部14に送信する(S5)。アクセス権管理部14は、何れかのアプリからの共有ストレージ9に対するアクセス要求の受信を監視しており、アプリAからの共有ストレージ9に対するアクセス要求の受信を検知すると、そのアクセス要求の受信を検知したタイミングが静的領域としてアプリAに割り当てた時間内であるので、そのアプリAからのアクセス要求を許可し、アクセス許可通知をアプリAに送信する(S6)。 When the access timing set by the application A, that is, the timing at which the access right to the shared storage 9 is granted, the application A transmits an access request to the shared storage 9 to the access right management unit 14 (S5). The access right management unit 14 monitors the reception of the access request to the shared storage 9 from any application, and when it detects the reception of the access request to the shared storage 9 from the application A, it detects the reception of the access request. Since the timing is within the time allocated to the application A as the static area, the access request from the application A is permitted and the access permission notification is transmitted to the application A (S6).

アプリAは、アクセス権管理部14からアクセス許可通知を受信すると、共有ストレージ9に対するデータの書き込みや読み出しのタスクを実行する(S7)。アクセス権管理部14は、データの書き込みや読み出しのタスクの進捗を監視しており、タスクが完了すると、タスク完了通知をアプリAに送信する(S8)。尚、アクセス権管理部14は、タスクが完了せずにアプリAに割り当てた静的領域の時間が経過すると、アプリAからの共有ストレージ9に対するデータの書き込みや読み出しを強制終了する。これ以降、アプリAは、次のアクセスタイミングを監視し、次のアクセスタイミングになると、上記した処理を繰り返し、共有ストレージ9に対するデータの書き込みや読み出しのタスクを周期的に実行する。 Upon receiving the access permission notification from the access right management unit 14, the application A executes a task of writing or reading data to the shared storage 9 (S7). The access right management unit 14 monitors the progress of the task of writing and reading data, and when the task is completed, sends a task completion notification to the application A (S8). The access right management unit 14 forcibly terminates the writing and reading of data from the application A to the shared storage 9 when the time of the static area allocated to the application A has elapsed without completing the task. After that, the application A monitors the next access timing, and when the next access timing comes, repeats the above-mentioned process and periodically executes the task of writing and reading data to the shared storage 9.

尚、以上は、アプリAからの共有ストレージ9に対するアクセス要求が、静的領域としてアプリAに割り当てた時間内に発生した説明したが、例えばシステム内の同期ずれ等の要因によりアプリAからの共有ストレージ9に対するアクセス要求が、静的領域としてアプリBに割り当てた時間内に発生する場合もあり得る。その場合、アクセス権管理部14は、そのアプリAからのアクセス要求を禁止し、アクセス禁止通知をアプリAに送信する。 In the above description, the access request to the shared storage 9 from the application A was generated within the time allocated to the application A as a static area, but the sharing from the application A is caused by factors such as synchronization deviation in the system. An access request to the storage 9 may occur within the time allocated to the application B as a static area. In that case, the access right management unit 14 prohibits the access request from the application A and sends an access prohibition notification to the application A.

アプリBは、自己が設定したアクセスタイミング、即ち、共有ストレージ9に対するアクセス権が付与されているタイミングになると、共有ストレージ9に対するアクセス要求をアクセス権管理部14に送信する(S9)。アクセス権管理部14は、何れかのアプリからの共有ストレージ9に対するアクセス要求の受信を監視しており、アプリBからの共有ストレージ9に対するアクセス要求の受信を検知すると、そのアクセス要求の受信を検知したタイミングが静的領域としてアプリBに割り当てた時間内であるので、そのアプリBからのアクセス要求を許可し、アクセス許可通知をアプリBに送信する(S10)。 When the access timing set by the application B, that is, the timing at which the access right to the shared storage 9 is granted, the application B transmits an access request to the shared storage 9 to the access right management unit 14 (S9). The access right management unit 14 monitors the reception of the access request to the shared storage 9 from any application, and when it detects the reception of the access request to the shared storage 9 from the application B, it detects the reception of the access request. Since the timing is within the time allocated to the application B as the static area, the access request from the application B is permitted and the access permission notification is transmitted to the application B (S10).

アプリBは、アクセス権管理部14からアクセス許可通知を受信すると、共有ストレージ9に対するデータの書き込みや読み出しのタスクを実行する(S11)。アクセス権管理部14は、データの書き込みや読み出しのタスクの進捗を監視しており、タスクが完了すると、タスク完了通知をアプリBに送信する(S12)。この場合も、アクセス権管理部14は、タスクが完了せずにアプリBに割り当てた静的領域の時間が経過すると、アプリBからの共有ストレージ9に対するデータの書き込みや読み出しを強制終了する。これ以降、アプリBも、アプリAと同様に、次のアクセスタイミングを監視し、次のアクセスタイミングになると、上記した処理を繰り返し、共有ストレージ9に対するデータの書き込みや読み出しのタスクを周期的に実行する。 Upon receiving the access permission notification from the access right management unit 14, the application B executes a task of writing or reading data to the shared storage 9 (S11). The access right management unit 14 monitors the progress of the task of writing and reading data, and when the task is completed, sends a task completion notification to the application B (S12). Also in this case, the access right management unit 14 forcibly terminates the writing and reading of data from the application B to the shared storage 9 when the time of the static area allocated to the application B has elapsed without completing the task. After that, the application B also monitors the next access timing like the application A, and when the next access timing comes, repeats the above-mentioned process and periodically executes the task of writing and reading data to the shared storage 9. do.

この場合も、例えばシステム内の同期ずれ等の要因によりアプリBからの共有ストレージ9に対するアクセス要求が、静的領域としてアプリAに割り当てた時間内に発生する場合もあり得る。その場合、アクセス権管理部14は、そのアプリBからのアクセス要求を禁止し、アクセス禁止通知をアプリBに送信する。 In this case as well, an access request to the shared storage 9 from the application B may occur within the time allocated to the application A as a static area due to a factor such as a synchronization deviation in the system. In that case, the access right management unit 14 prohibits the access request from the application B and sends an access prohibition notification to the application B.

アプリCは、イベントが発生すると、共有ストレージ9に対するアクセス要求をアクセス権管理部14に送信する(S13)。アクセス権管理部14は、何れかのアプリからの共有ストレージ9に対するアクセス要求の受信を監視しており、アプリCからの共有ストレージ9に対するアクセス要求の受信を検知すると、図5に示すように、そのアクセス要求の受信を検知したタイミングが動的領域であれば、そのアプリCからのアクセス要求を許可し、アクセス許可通知をアプリCに送信する(S14)。 When the event occurs, the application C transmits an access request to the shared storage 9 to the access right management unit 14 (S13). The access right management unit 14 monitors the reception of the access request to the shared storage 9 from any of the applications, and when it detects the reception of the access request to the shared storage 9 from the application C, as shown in FIG. If the timing at which the reception of the access request is detected is in the dynamic region, the access request from the application C is permitted, and the access permission notification is transmitted to the application C (S14).

アプリCは、アクセス権管理部14からアクセス許可通知を受信すると、共有ストレージ9に対するデータの書き込みや読み出しのタスクを実行する(S15)。アクセス権管理部14は、データの書き込みや読み出しのタスクの進捗を監視しており、タスクが完了すると、タスク完了通知をアプリCに送信する(S16)。この場合も、アクセス権管理部14は、タスクが完了せずに動的領域の時間が経過すると、アプリCからの共有ストレージ9に対するデータの書き込みや読み出しを強制終了する。これ以降、アプリCは、次のイベントの発生を監視し、次のイベントが発生すると、上記した処理を繰り返し、共有ストレージ9に対するアクセス要求をアクセス権管理部14に送信する。又、アクセス権管理部14は、次のタイムスロットの周期においても、アプリA~Cからの共有ストレージ9に対するアクセス要求に対して同様の処理を行う(S17,S18,S19,S20,…) Upon receiving the access permission notification from the access right management unit 14, the application C executes a task of writing or reading data to the shared storage 9 (S15). The access right management unit 14 monitors the progress of the task of writing and reading data, and when the task is completed, sends a task completion notification to the application C (S16). Also in this case, the access right management unit 14 forcibly terminates the writing and reading of data from the application C to the shared storage 9 when the time in the dynamic area elapses without completing the task. After that, the application C monitors the occurrence of the next event, and when the next event occurs, repeats the above-mentioned process and sends an access request to the shared storage 9 to the access right management unit 14. Further, the access right management unit 14 performs the same processing for the access request to the shared storage 9 from the applications A to C in the cycle of the next time slot (S17, S18, S19, S20, ...).

これに対し、アクセス権管理部14は、図6に示すように、アプリCからの共有ストレージ9に対するアクセス要求の受信を検知したタイミングが動的領域でなければ、そのアプリCからのアクセス要求を禁止し、アクセス禁止通知をアプリCに送信する(S21)。 On the other hand, as shown in FIG. 6, the access right management unit 14 makes an access request from the application C if the timing of detecting the reception of the access request to the shared storage 9 from the application C is not in the dynamic area. Prohibit and send an access prohibition notification to application C (S21).

アプリCは、アクセス権管理部14からアクセス禁止通知を受信すると、共有ストレージ9に対するデータの書き込みや読み出しのタスクを実行しない。この場合、アプリCは、アクセス権管理部14からアクセス禁止通知を受信すると、イベントの発生を無効とし、次のイベントの発生を待機しても良い。又、アプリCは、そのイベントの発生を有効とし続け、その直後からアクセス要求をアクセス権管理部14に再度送信しても良く、即ち、アクセス要求の送信をリトライしても良い。 Upon receiving the access prohibition notification from the access right management unit 14, the application C does not execute the task of writing or reading data to the shared storage 9. In this case, when the application C receives the access prohibition notification from the access right management unit 14, the occurrence of the event may be invalidated and the occurrence of the next event may be waited for. Further, the application C may continue to enable the occurrence of the event, and immediately after that, the access request may be transmitted again to the access right management unit 14, that is, the transmission of the access request may be retried.

又、アクセス権管理部14は、図7に示すように、アプリCからのアクセス要求を禁止し、アクセス禁止通知をアプリCに送信する際に次の動的領域のタイミングを通知しても良い(S31)。アプリCは、次の動的領域のタイミングがアクセス権管理部14から通知されると、その通知された次の動的領域のタイミングでアクセス要求をアクセス権管理部14に送信する(S32)。アクセス権管理部14は、アプリCからの共有ストレージ9に対するアクセス要求の受信を検知すると、そのアクセス要求の受信を検知したタイミングが動的領域であるので、そのアプリCからのアクセス要求を許可し、アクセス許可通知をアプリCに送信する(S33)。これ以降、アプリCは、アクセス権管理部14からアクセス許可通知を受信すると、共有ストレージ9に対するデータの書き込みや読み出しのタスクを実行する(S34)。 Further, as shown in FIG. 7, the access right management unit 14 may prohibit the access request from the application C and notify the timing of the next dynamic area when transmitting the access prohibition notification to the application C. (S31). When the timing of the next dynamic area is notified from the access right management unit 14, the application C transmits an access request to the access right management unit 14 at the timing of the next notified dynamic area (S32). When the access right management unit 14 detects the reception of the access request to the shared storage 9 from the application C, the timing of detecting the reception of the access request is in the dynamic area, so that the access request from the application C is permitted. , Send the access permission notification to the application C (S33). After that, when the application C receives the access permission notification from the access right management unit 14, it executes a task of writing or reading data to the shared storage 9 (S34).

又、例えばアプリAは、図8等に示すように、割り当て変更要求をアクセス権管理部14に送信する(S41)。アクセス権管理部14は、アプリAからの共有ストレージ9に対する割り当て変更要求の受信を検知すると、アプリAに割り当てられている静的領域の時間幅を変更可能であるか否かを判定する。 Further, for example, the application A transmits an allocation change request to the access right management unit 14 as shown in FIG. 8 and the like (S41). When the access right management unit 14 detects the reception of the allocation change request for the shared storage 9 from the application A, it determines whether or not the time width of the static area allocated to the application A can be changed.

アクセス権管理部14は、アプリAに割り当てられている静的領域の時間幅を変更可能であると判定すると、アプリAからの割り当て変更要求を許可し、図8に示すように、変更許可通知をアプリAに送信し(S42)、次のタイムスロット内のアプリAの静的領域の時間幅を変更する。一方、アクセス権管理部14は、アプリAに割り当てられている静的領域の時間幅を変更不能であると判定すると、アプリAからの割り当て変更要求を禁止し、図9に示すように、変更禁止通知をアプリAに送信し(S43)、次のタイムスロット内のアプリAの静的領域の時間幅を変更せずに今回の時間幅と同等とする。 When the access right management unit 14 determines that the time width of the static area allocated to the application A can be changed, the access right management unit 14 permits the allocation change request from the application A, and as shown in FIG. 8, the change permission notification. Is sent to the application A (S42), and the time width of the static area of the application A in the next time slot is changed. On the other hand, when the access right management unit 14 determines that the time width of the static area allocated to the application A cannot be changed, the access right management unit 14 prohibits the allocation change request from the application A and changes the time width as shown in FIG. A prohibition notification is sent to the application A (S43), and the time width of the static area of the application A in the next time slot is not changed and is equal to the current time width.

アプリAに割り当てられている静的領域の時間幅を変更する場合として、その時間幅を減少させる場合と増大させる場合とがある。具体的に説明すると、アクセス権管理部14は、例えばアプリAが静的領域の時間幅の減少を要求する場合であれば、アプリAの静的領域の時間幅を減少させても現在のアプリBの静的領域、動的領域及びバッファ領域を維持可能であるので、アプリAに割り当てられている静的領域の時間幅を変更可能であると判定する。その場合、アクセス権管理部14は、アプリAの静的領域の時間幅の減少分に応じて一のタイムスロットの時間幅を減少させても良いし、一のタイムスロットの時間幅を維持したままアプリAの静的領域の時間幅の減少分をアプリBの静的領域、動的領域、バッファ領域の何れに割り当てても良い。 As a case of changing the time width of the static area allocated to the application A, there are cases where the time width is decreased and cases where the time width is increased. Specifically, if the application A requests a decrease in the time width of the static area, for example, the access right management unit 14 may reduce the time width of the static area of the application A to reduce the time width of the current application. Since the static area, the dynamic area, and the buffer area of B can be maintained, it is determined that the time width of the static area allocated to the application A can be changed. In that case, the access right management unit 14 may reduce the time width of one time slot according to the decrease in the time width of the static area of the application A, or maintain the time width of one time slot. As it is, the decrease in the time width of the static area of the application A may be allocated to any of the static area, the dynamic area, and the buffer area of the application B.

即ち、アクセス権管理部14は、図10に示すように、アプリAの静的領域の時間幅の減少分に応じて一のタイムスロットの時間幅を減少させ、アプリBの静的領域、動的領域、バッファ領域の時間幅を維持しても良い。アクセス権管理部14は、図11に示すように、一のタイムスロットの時間幅を維持したままアプリAの静的領域の時間幅の減少分をアプリBの静的領域に割り当てても良い。アクセス権管理部14は、図12及び図13に示すように、一のタイムスロットの時間幅を維持したままアプリAの静的領域の時間幅の減少分を動的領域に割り当てても良い。この場合、一のタイムスロット内で一の動的領域を分割して割り当てても良いし、纏めて割り当てても良い。アクセス権管理部14は、図14に示すように、一のタイムスロットの時間幅を維持したままアプリAの静的領域の時間幅の減少分をバッファ領域に割り当てても良い。尚、アクセス権管理部14は、一のタイムスロット内においてアプリBの静的領域の位置を変更する場合には、静的領域のタイミングを示すタイミング通知をアプリBに再度送信する必要がある。 That is, as shown in FIG. 10, the access right management unit 14 reduces the time width of one time slot according to the decrease in the time width of the static area of the application A, and moves the static area of the application B. The time width of the target area and the buffer area may be maintained. As shown in FIG. 11, the access right management unit 14 may allocate a decrease in the time width of the static area of the application A to the static area of the application B while maintaining the time width of one time slot. As shown in FIGS. 12 and 13, the access right management unit 14 may allocate a decrease in the time width of the static area of the application A to the dynamic area while maintaining the time width of one time slot. In this case, one dynamic area may be divided and allocated within one time slot, or may be collectively allocated. As shown in FIG. 14, the access right management unit 14 may allocate a decrease in the time width of the static area of the application A to the buffer area while maintaining the time width of one time slot. When the access right management unit 14 changes the position of the static area of the application B in one time slot, the access right management unit 14 needs to send a timing notification indicating the timing of the static area to the application B again.

一方、アクセス権管理部14は、例えばアプリAが静的領域の時間幅の増大を要求する場合であれば、アプリAの静的領域の時間幅を増大させると他の領域に影響を及ぼす可能性があるので、他の領域に影響を及ぼす可能性がなければ、アプリAに割り当てられている静的領域の時間幅を変更可能であると判定し、他の領域に影響を及ぼす可能性があれば、アプリAに割り当てられている静的領域の時間幅を変更不能であると判定する。 On the other hand, if the application A requests an increase in the time width of the static area, for example, the access right management unit 14 may affect other areas by increasing the time width of the static area of the application A. Since there is a possibility, if there is no possibility of affecting other areas, it is determined that the time width of the static area assigned to application A can be changed, and there is a possibility of affecting other areas. If so, it is determined that the time width of the static area allocated to the application A cannot be changed.

即ち、アクセス権管理部14は、図15に示すように、アプリAの静的領域の時間幅の増大分に応じて一のタイムスロットの時間幅を増大させ、アプリBの静的領域、動的領域、バッファ領域の時間幅を維持可能であれば、アプリAに割り当てられている静的領域の時間幅を変更可能であると判定しても良い。アクセス権管理部14は、図16に示すように、一のタイムスロットの時間幅を維持したままアプリAの静的領域の時間幅の増大分をバッファ領域で補完可能であれば、アプリAに割り当てられている静的領域の時間幅を変更可能であると判定しても良い。一方、アクセス権管理部14は、一のタイムスロットの時間幅を維持したままアプリAの静的領域の時間幅の増大分をバッファ領域で補完不能であれば、アプリAに割り当てられている静的領域の時間幅を変更不能であると判定しても良い。 That is, as shown in FIG. 15, the access right management unit 14 increases the time width of one time slot according to the increase in the time width of the static area of the application A, and moves the static area of the application B. If the time width of the target area and the buffer area can be maintained, it may be determined that the time width of the static area assigned to the application A can be changed. As shown in FIG. 16, if the access right management unit 14 can supplement the increase in the time width of the static area of the application A with the buffer area while maintaining the time width of one time slot, the access right management unit 14 applies to the application A. It may be determined that the time width of the allocated static area can be changed. On the other hand, if the access right management unit 14 cannot supplement the increase in the time width of the static area of the application A with the buffer area while maintaining the time width of one time slot, the static allocation to the application A is static. It may be determined that the time width of the target area cannot be changed.

アクセス権管理部14は、図17に示すように、一のタイムスロットの時間幅を維持したままアプリAの静的領域の時間幅の増大分をアプリBの静的領域で補完可能であれば、アプリAに割り当てられている静的領域の時間幅を変更可能であると判定しても良い。一方、アクセス権管理部14は、一のタイムスロットの時間幅を維持したままアプリAの静的領域の時間幅の増大分をアプリBの静的領域で補完不能であれば、アプリAに割り当てられている静的領域の時間幅を変更不能であると判定しても良い。 As shown in FIG. 17, if the access right management unit 14 can supplement the increase in the time width of the static area of the application A with the static area of the application B while maintaining the time width of one time slot. , It may be determined that the time width of the static area allocated to the application A can be changed. On the other hand, if the increase in the time width of the static area of the application A cannot be complemented by the static area of the application B while maintaining the time width of one time slot, the access right management unit 14 allocates it to the application A. It may be determined that the time width of the static area is immutable.

アクセス権管理部14は、図18に示すように、一のタイムスロットの時間幅を維持したままアプリAの静的領域の時間幅の増大分を動的領域で補完可能であれば、アプリAに割り当てられている静的領域の時間幅を変更可能であると判定しても良い。一方、アクセス権管理部14は、一のタイムスロットの時間幅を維持したままアプリAの静的領域の時間幅の増大分を動的領域で補完不能であれば、アプリAに割り当てられている静的領域の時間幅を変更不能であると判定しても良い。 As shown in FIG. 18, if the access right management unit 14 can supplement the increase in the time width of the static area of the application A with the dynamic area while maintaining the time width of one time slot, the application A It may be determined that the time width of the static area allocated to is changeable. On the other hand, the access right management unit 14 is assigned to the application A if the increase in the time width of the static area of the application A cannot be complemented by the dynamic area while maintaining the time width of one time slot. It may be determined that the time width of the static area cannot be changed.

又、図8及び図9では、アプリAからの共有ストレージ9に対する割り当て変更要求をバッファ領域で受信する場合を例示しているが、割り当て変更要求をアプリAの静的領域で受信しても良い。又、静的領域の時間を変更する期間やアクセス回数が限定的であれば、アクセス権管理部14及びアプリAのうち少なくとも何れかで静的領域の時間幅を変更する期間やアクセス回数を管理し、割り当て変更要求を有効とする期間やアクセス回数を管理しても良い。 Further, although FIGS. 8 and 9 illustrate the case where the allocation change request for the shared storage 9 from the application A is received in the buffer area, the allocation change request may be received in the static area of the application A. .. If the period for changing the time of the static area and the number of accesses are limited, at least one of the access right management unit 14 and the application A manages the period for changing the time width of the static area and the number of accesses. However, the period during which the allocation change request is valid and the number of accesses may be managed.

尚、アプリA~Cの何れが割り当て変更要求をアクセス権管理部14に送信しても良い。即ち、他よりも優先度が高いタスクを実行するアプリCが割り当て変更要求をアクセス権管理部14に送信しても良い。その場合、動的領域の時間幅を減少させることで、その減少分をアプリA又はアプリBの静的領域、バッファ領域の何れに割り当てても良いし、動的領域の時間幅を増大させることで、その増大分をアプリA又はアプリBの静的領域、バッファ領域の何れかで補完しても良い。 It should be noted that any of the applications A to C may send the allocation change request to the access right management unit 14. That is, the application C that executes the task having a higher priority than the others may send the allocation change request to the access right management unit 14. In that case, by reducing the time width of the dynamic area, the reduced amount may be allocated to either the static area or the buffer area of the application A or the application B, and the time width of the dynamic area may be increased. Then, the increase may be supplemented by either the static area or the buffer area of the application A or the application B.

又、上記した構成において、ECU2,3に実装されているアプリ2a,3aのようにバス5を介して共有ストレージ9に対するデータの書き込みや読み出しのタスクを実行する場合には、共有ストレージ9に対するアクセス権が付与されているタイミングであっても、バス5の通信帯域が他のデータ通信で使用されていれば、データの書き込みや読み出しのタスクを実行不能となったり遅延したりする等の不具合の発生が想定される。このような不具合の発生を未然に回避するために、バス5を介して共有ストレージ9に対するデータの書き込みや読み出しのタスクを実行するアプリが、共有ストレージ9に対して定期的なアクセスを必要とするアプリである場合には、車両用制御システム1において、そのデータ容量に応じてバス5の通信帯域を確保しておくことが望ましい。又、例えばバス5がFlexRayのようなタイムトリガー方式のプロトコルを採用しているバスであれば、アプリとバス5との間のデータ通信タイミングと、共有ストレージ9とバス5との間のデータ通信タイミングとを同期させることが望ましい。 Further, in the above configuration, when executing the task of writing or reading data to the shared storage 9 via the bus 5 as in the applications 2a and 3a mounted on the ECUs 2 and 3, the access to the shared storage 9 is performed. Even at the timing when the right is granted, if the communication band of bus 5 is used for other data communication, there are problems such as the task of writing and reading data becoming unexecutable or delayed. Occurrence is expected. In order to avoid the occurrence of such a problem, an application that executes a task of writing or reading data to the shared storage 9 via the bus 5 requires regular access to the shared storage 9. In the case of an application, it is desirable to secure the communication band of the bus 5 in the vehicle control system 1 according to the data capacity thereof. Further, for example, if the bus 5 is a bus that employs a time-triggered protocol such as FlexRay, the data communication timing between the application and the bus 5 and the data communication between the shared storage 9 and the bus 5 It is desirable to synchronize with the timing.

以上は、連続する複数のタイムスロットにおいて割り当てる領域が同じである場合を説明したが、割り当てる領域を異ならせても良い。アクセス権管理部14は、図19に示すように、連続する複数のタイムスロットにおいて、アプリAからのアクセス権を第1タイムスロットの静的領域に割り当て、アプリBからのアクセス権を第2タイムスロットの静的領域に割り当て、第1タイムスロットと第2タイムスロットとを周期的に繰り返しても良い。 The above has described the case where the areas to be allocated are the same in a plurality of consecutive time slots, but the areas to be allocated may be different. As shown in FIG. 19, the access right management unit 14 allocates the access right from the application A to the static area of the first time slot in a plurality of consecutive time slots, and assigns the access right from the application B to the second time. It may be allocated to the static area of the slot, and the first time slot and the second time slot may be periodically repeated.

又、アクセス権管理部14は、例えばアプリCについて不定期で1回のアクセスにおけるデータ容量が比較的大きいことが想定される状況では、図20に示すように、連続する複数のタイムスロットにおいて、アプリA及びアプリBからのアクセス権を第1タイムスロットの静的領域に割り当て、アプリA及びアプリBからのアクセス権を第2タイムスロットの静的領域に割り当て、第3タイムスロットに静的領域を割り当てずに動的領域を多く確保し、第1タイムスロットから第3タイムスロットを周期的に繰り返しても良い。又、アクセス権管理部14は、図21に示すように、連続する複数のタイムスロットにおいて、アプリAからのアクセス権を第1タイムスロットの静的領域に割り当て、アプリBからのアクセス権を第2タイムスロットの静的領域に割り当て、第3タイムスロットに静的領域を割り当てずに動的領域を多く確保し、第1タイムスロットから第3タイムスロットを周期的に繰り返しても良い。 Further, the access right management unit 14 may, for example, in a situation where it is assumed that the data capacity in one access is irregularly large for the application C, in a plurality of consecutive time slots as shown in FIG. The access rights from app A and app B are assigned to the static area of the first time slot, the access rights from app A and app B are assigned to the static area of the second time slot, and the static area is assigned to the third time slot. A large number of dynamic areas may be secured without allocating, and the first to third time slots may be repeated periodically. Further, as shown in FIG. 21, the access right management unit 14 allocates the access right from the application A to the static area of the first time slot in a plurality of consecutive time slots, and assigns the access right from the application B to the static area. It may be allocated to the static area of the two time slots, a large number of dynamic areas may be secured without allocating the static area to the third time slot, and the first to third time slots may be repeated periodically.

以上に説明したように本実施形態によれば、以下に示す作用効果を得ることができる。統合ECU4において、一のタイムスロットを静的領域と動的領域とを含むように区分し、複数のアプリで共有する共有ストレージ9に対するアプリからのアクセス権を、静的領域及び動的領域の何れかに割り当てるようにした。共有ストレージ9に対して定期的なアクセスを必要とするタスクを静的領域の時間内で実行し、それ以外のタスクを動的領域の時間内で実行することで、共有ストレージ9に対して定期的なアクセスを必要とするタスクの実行と、それ以外のタスクの実行とを適切に両立させることができる。即ち、車両用制御システム1において、共有ストレージ9に対して定期的なアクセスを必要とするタスクの実行と、それ以外のタスクの実行とを適切に共存させることができる。 As described above, according to the present embodiment, the following effects can be obtained. In the integrated ECU 4, one time slot is divided into a static area and a dynamic area, and the access right from the application to the shared storage 9 shared by a plurality of applications is set to either the static area or the dynamic area. I tried to assign it to crab. By executing tasks that require periodic access to the shared storage 9 within the time of the static area and executing other tasks within the time of the dynamic area, the tasks that require periodic access to the shared storage 9 are executed periodically to the shared storage 9. It is possible to appropriately balance the execution of tasks that require specific access with the execution of other tasks. That is, in the vehicle control system 1, the execution of a task that requires periodic access to the shared storage 9 and the execution of other tasks can appropriately coexist.

又、統合ECU4において、タイムスロットの時間幅、タイムスロット内の静的領域や動的領域の時間幅を可変に設定可能とした。アプリからのアクセス要求の頻度、データ転送速度、データ容量の増減に対して適切に対応することができる。例えば共有ストレージ9に対して定期的なアクセスを必要とするアプリからのアクセス要求の周期が相対的に短ければ、タイムスロットの時間幅を相対的に短く設定し、一方、そのアクセス要求の周期が相対的に長ければ、タイムスロットの時間幅を相対的に長く設定することで適切に対応することができる。例えば共有ストレージ9に対して定期的なアクセスを必要とするアプリからのアクセス要求が増加した又は増加する見込みがあれば、静的領域の時間幅を増加させ、一方、そのアクセス要求が減少した又は減少する見込みがあれば、静的領域の時間幅を減少させることで適切に対応することができる。例えば他よりも優先度が高いアプリからのアクセス要求が増加した又は増加する見込みがあれば、動的領域の時間幅を増加させ、一方、そのアクセス要求が減少した又は減少する見込みがあれば、動的領域の時間幅を減少させることで適切に対応することができる。 Further, in the integrated ECU 4, the time width of the time slot and the time width of the static region and the dynamic region in the time slot can be set variably. It is possible to appropriately respond to the frequency of access requests from the application, data transfer speed, and increase / decrease in data capacity. For example, if the cycle of the access request from the application that requires periodic access to the shared storage 9 is relatively short, the time width of the time slot is set to be relatively short, while the cycle of the access request is relatively short. If it is relatively long, it can be appropriately dealt with by setting the time width of the time slot to be relatively long. For example, if the access request from the application that requires regular access to the shared storage 9 increases or is expected to increase, the time width of the static area is increased, while the access request decreases or is expected to increase. If it is expected to decrease, it can be appropriately dealt with by reducing the time width of the static area. For example, if the access request from an app with a higher priority than others is expected to increase or increase, the time width of the dynamic area is increased, while if the access request is expected to decrease or decrease, the access request is expected to decrease or decrease. It can be appropriately dealt with by reducing the time width of the dynamic area.

又、統合ECU4において、一のタイムスロットを静的領域と動的領域とに加え、バッファ領域を含むように区分した。タイムスロットの時間幅を変更せずにバッファ領域の時間幅を変更することで静的領域や動的領域の時間幅を柔軟に変更することができる。バッファ領域の一部又は全体を静的領域に提供すれば、動的領域の時間幅を変更せずに静的領域の時間幅を増大させることができる。バッファ領域の一部又は全体を動的領域に提供すれば、静的領域の時間幅を変更せずに動的領域の時間幅を増大させることができる。 Further, in the integrated ECU 4, one time slot is added to the static area and the dynamic area, and is divided so as to include the buffer area. By changing the time width of the buffer area without changing the time width of the time slot, the time width of the static area or the dynamic area can be flexibly changed. If a part or the whole of the buffer area is provided to the static area, the time width of the static area can be increased without changing the time width of the dynamic area. If a part or the whole of the buffer area is provided to the dynamic area, the time width of the dynamic area can be increased without changing the time width of the static area.

又、統合ECU4において、バッファ領域の時間幅を可変に設定可能とした。静的領域や動的領域に提供する時間幅を確保しつつ、静的領域や動的領域の時間幅を変更する際の自由度を高めることができる。バッファ領域の時間幅を相対的に短く設定すれば、通常時において静的領域や動的領域の時間幅を相対的に長く確保することができ、一方、バッファ領域の時間幅を相対的に長く設定すれば、静的領域や動的領域の時間幅を増大させる必要性が発生した緊急時において静的領域や動的領域の時間幅を適切に確保することができる。 Further, in the integrated ECU 4, the time width of the buffer area can be set variably. It is possible to increase the degree of freedom when changing the time width of the static area or the dynamic area while ensuring the time width provided to the static area or the dynamic area. If the time width of the buffer area is set relatively short, the time width of the static area or the dynamic area can be secured relatively long in normal times, while the time width of the buffer area is relatively long. If set, the time width of the static area or the dynamic area can be appropriately secured in an emergency when it becomes necessary to increase the time width of the static area or the dynamic area.

又、統合ECU4において、アプリがバス5を介して共有ストレージに8に対してアクセスする場合には、アプリとバス5との間のデータ通信タイミングと、共有ストレージ9とバス5との間のデータ通信タイミングとを同期させるようにした。アプリがバス5を介して共有ストレージ9に対するデータの書き込みや読み出しのタスクを実行する場合に、データの書き込みや読み出しのタスクを実行不能となったり遅延したりする等の不具合の発生を未然に回避することができ、タスクを適切に実行することができる。 Further, in the integrated ECU 4, when the application accesses the shared storage 8 via the bus 5, the data communication timing between the application and the bus 5 and the data between the shared storage 9 and the bus 5 Changed to synchronize with communication timing. When the application executes the task of writing or reading data to the shared storage 9 via the bus 5, it avoids the occurrence of problems such as the task of writing or reading data becoming unexecutable or delayed. And can perform the task properly.

本開示は、実施例に準拠して記述されたが、当該実施例や構造に限定されるものではないと理解される。本開示は、様々な変形例や均等範囲内の変形をも包含する。加えて、様々な組み合わせや形態、更には、それらに一要素のみ、それ以上、或いはそれ以下を含む他の組み合わせや形態をも、本開示の範疇や思想範囲に入るものである。 The present disclosure has been described in accordance with the examples, but it is understood that the present disclosure is not limited to the examples and structures. The present disclosure also includes various variations and variations within a uniform range. In addition, various combinations and forms, as well as other combinations and forms containing only one element, more, or less, are within the scope and scope of the present disclosure.

本開示に記載の制御部及びその手法は、制御プログラムにより具体化された一つ乃至は複数の機能を実行するようにプログラムされたプロセッサ及びメモリを構成することにより提供された専用コンピュータにより実現されても良い。或いは、本開示に記載の制御部及びその手法は、一つ以上の専用ハードウェア論理回路によりプロセッサを構成することにより提供された専用コンピュータにより実現されても良い。若しくは、本開示に記載の制御部及びその手法は、一つ乃至は複数の機能を実行するようにプログラムされたプロセッサ及びメモリと一つ以上のハードウェア論理回路により構成されたプロセッサとの組み合わせにより構成された一つ以上の専用コンピュータにより実現されても良い。又、制御プログラムは、コンピュータにより実行されるインストラクションとして、コンピュータ読み取り可能な非遷移有形記録媒体に記憶されていても良い。 The controls and methods thereof described in the present disclosure are realized by a dedicated computer provided by configuring a processor and memory programmed to perform one or more functions embodied by a control program. May be. Alternatively, the control unit and its method described in the present disclosure may be realized by a dedicated computer provided by configuring a processor with one or more dedicated hardware logic circuits. Alternatively, the control unit and method thereof described in the present disclosure may be a combination of a processor and memory programmed to perform one or more functions and a processor composed of one or more hardware logic circuits. It may be realized by one or more dedicated computers configured. Further, the control program may be stored in a computer-readable non-transitional tangible recording medium as an instruction executed by the computer.

図面中、1は車両用制御システム、2,3は電子制御装置、4は統合ECU(車両用制御装置)、7は第1制御部、8は第2制御部、9は共有ストレージ、14はアクセス権管理部である。 In the drawings, 1 is a vehicle control system, 2 and 3 are electronic control devices, 4 is an integrated ECU (vehicle control device), 7 is a first control unit, 8 is a second control unit, 9 is a shared storage, and 14 is. Access right management department.

Claims (15)

複数のアプリで共有する共有ストレージ(9)と、
一のタイムスロットを、前記アプリからのタイムトリガー方式によるアクセス要求に対応する静的領域と、前記アプリからのイベントトリガー方式によるアクセス要求に対応する動的領域とを含むように区分し、前記アプリからの前記共有ストレージに対するアクセス権を、前記静的領域及び前記動的領域の何れかに割り当てるアクセス権管理部(14)と、を備える車両用制御装置(4)。
Shared storage (9) shared by multiple apps and
One time slot is divided so as to include a static area corresponding to an access request by the time-triggered method from the application and a dynamic area corresponding to an access request by the event-triggered method from the application. A vehicle control device (4) including an access right management unit (14) that allocates access rights to the shared storage from the above to either the static area or the dynamic area.
前記アクセス権管理部は、連続する複数のタイムスロットのうち少なくとも何れかのタイムスロットを対象とし、その対象としたタイムスロットを前記静的領域と前記動的領域とを含むように区分し、前記アプリからの前記共有ストレージに対するアクセス権を、前記静的領域及び前記動的領域の何れかに割り当てる請求項1に記載した車両用制御装置。 The access right management unit targets at least one of a plurality of consecutive time slots, classifies the targeted time slots so as to include the static area and the dynamic area, and the above-mentioned The vehicle control device according to claim 1, wherein the access right to the shared storage from the application is assigned to either the static area or the dynamic area. 前記アクセス権管理部は、前記共有ストレージに対して定期的なアクセスを必要とする第1タスクを実行する第1アプリからのアクセス権を、前記静的領域に割り当てる請求項1又は2に記載した車両用制御装置。 The access right management unit according to claim 1 or 2 allocates an access right from a first application that executes a first task that requires periodic access to the shared storage to the static area. Vehicle control device. 前記アクセス権管理部は、前記共有ストレージに対して定期的なアクセスを必要としないが前記第1タスクよりも優先度が高い、又は優先度に拘らず不定期的なアクセスを必要とする第2タスクを実行する第2アプリからのアクセス権を、前記動的領域に割り当てる請求項1から3の何れか一項に記載した車両用制御装置。 The access right management unit does not require periodic access to the shared storage, but has a higher priority than the first task, or requires irregular access regardless of the priority. The vehicle control device according to any one of claims 1 to 3, wherein an access right from a second application for executing a task is assigned to the dynamic area. 第1群に属するアプリの動作を管理する第1制御部(7)と
第2群に属するアプリの動作を管理する第2制御部(8)と、を備え、
前記アクセス権管理部は、前記第1制御部に設けられ、前記第1群に属するアプリからの前記共有ストレージに対するアクセス権を、前記静的領域及び前記動的領域の何れかに割り当てると共に、前記第2群に属するアプリからの前記共有ストレージに対するアクセス権を、前記第1制御部と前記第2制御部とがデータ通信を行うことにより前記静的領域及び前記動的領域の何れかに割り当てる請求項1から4の何れか一項に記載した車両用制御装置。
It includes a first control unit (7) that manages the operation of the application belonging to the first group and a second control unit (8) that manages the operation of the application belonging to the second group.
The access right management unit is provided in the first control unit, and the access right to the shared storage from the application belonging to the first group is assigned to either the static area or the dynamic area, and the access right management unit is assigned to either the static area or the dynamic area. A claim for allocating an access right to the shared storage from an application belonging to the second group to either the static area or the dynamic area by performing data communication between the first control unit and the second control unit. The vehicle control device according to any one of Items 1 to 4.
前記アクセス権管理部は、前記タイムスロットの時間幅を可変に設定可能である請求項1から5の何れか一項に記載した車両用制御装置。 The vehicle control device according to any one of claims 1 to 5, wherein the access right management unit can variably set the time width of the time slot. 前記アクセス権管理部は、前記静的領域及び前記動的領域のうち少なくとも何れかの時間幅を可変に設定可能である請求項1から6の何れか一項に記載した車両用制御装置。 The vehicle control device according to any one of claims 1 to 6, wherein the access right management unit can variably set at least one of the static area and the dynamic area. 前記アクセス権管理部は、一のタイムスロットを前記静的領域と前記動的領域とに加えてバッファ領域を含むように区分する請求項1から7の何れか一項に記載した車両用制御装置。 The vehicle control device according to any one of claims 1 to 7, wherein the access right management unit divides one time slot into a buffer area in addition to the static area and the dynamic area. .. 前記アクセス権管理部は、前記バッファ領域の時間幅を可変に設定可能である請求項8に記載した車両用制御装置。 The vehicle control device according to claim 8, wherein the access right management unit can variably set the time width of the buffer area. 前記アクセス権管理部は、前記動的領域のタイミングでアクセスすべきアプリが前記静的領域のタイミングでアクセスした場合には、次の動的領域のタイミングを当該アプリに通知する請求項1から9の何れか一項に記載した車両用制御装置。 The access right management unit notifies the application of the timing of the next dynamic area when the application to be accessed at the timing of the dynamic area accesses at the timing of the static area. The vehicle control device according to any one of the above. 前記アクセス権管理部は、前記アプリがバスを介して前記共有ストレージに対してアクセスする場合には、前記アプリと前記バスとの間のデータ通信タイミングと、前記共有ストレージと前記バスとの間のデータ通信タイミングとを同期させる請求項1から10の何れか一項に記載した車両用制御装置。 When the application accesses the shared storage via the bus, the access right management unit determines the data communication timing between the application and the bus and the space between the shared storage and the bus. The vehicle control device according to any one of claims 1 to 10, which synchronizes with the data communication timing. アプリが実装されている車両用制御装置(4)と、アプリが実装されている電子制御装置(2,3)と、を備え、前記車両用制御装置と前記電子制御装置とがデータ通信可能な車両用制御システム(1)において、
前記車両用制御装置は、
複数のアプリで共有する共有ストレージ(9)と、
一のタイムスロットを、前記アプリからのタイムトリガー方式によるアクセス要求に対応する静的領域と、前記アプリからのイベントトリガー方式によるアクセス要求に対応する動的領域とを含むように区分し、前記アプリからの前記共有ストレージに対するアクセス権を、前記静的領域及び前記動的領域の何れかに割り当てるアクセス権管理部(14)と、を備える車両用制御システム。
The vehicle control device (4) on which the application is mounted and the electronic control device (2, 3) on which the application is mounted are provided, and the vehicle control device and the electronic control device can perform data communication. In the vehicle control system (1)
The vehicle control device is
Shared storage (9) shared by multiple apps and
One time slot is divided so as to include a static area corresponding to an access request by the time-triggered method from the application and a dynamic area corresponding to an access request by the event-triggered method from the application. A vehicle control system including an access right management unit (14) that allocates access rights to the shared storage from the above to either the static area or the dynamic area.
前記電子制御装置は、前記共有ストレージに対して定期的なアクセスを必要とする第1タスクを実行する第1アプリの動作を管理し、
前記アクセス剣管理部は、前記第1アプリからの前記共有ストレージに対するアクセス権を、前記静的領域に割り当てる請求項12に記載した車両用制御システム。
The electronic control device manages the operation of the first application that executes the first task that requires periodic access to the shared storage.
The vehicle control system according to claim 12, wherein the access sword management unit allocates an access right to the shared storage from the first application to the static area.
前記電子制御装置は、前記共有ストレージに対して定期的なアクセスを必要としないが前記第1タスクよりも優先度が高い第2タスクを実行する第2アプリの動作を管理し、
前記アクセス剣管理部は、前記第2アプリからの前記共有ストレージに対するアクセス権を、前記動的領域に割り当てる請求項12又は13に記載した車両用制御システム。
The electronic control device manages the operation of a second application that executes a second task that does not require periodic access to the shared storage but has a higher priority than the first task.
The vehicle control system according to claim 12, wherein the access sword management unit allocates an access right to the shared storage from the second application to the dynamic area.
複数のアプリで共有する共有ストレージ(9)を備える車両用制御装置(4)の制御部(7)に、
一のタイムスロットを、前記アプリからのタイムトリガー方式によるアクセス要求に対応する静的領域と、前記アプリからのイベントトリガー方式によるアクセス要求に対応する動的領域とを含むように区分し、前記アプリからの前記共有ストレージに対するアクセス権を、前記静的領域及び前記動的領域の何れかに割り当てる割り当て手順を実行させるアクセス権管理プログラム。
In the control unit (7) of the vehicle control device (4) provided with the shared storage (9) shared by a plurality of applications,
One time slot is divided so as to include a static area corresponding to an access request by the time-triggered method from the application and a dynamic area corresponding to an access request by the event-triggered method from the application. An access right management program that executes an allocation procedure for allocating access rights to the shared storage from the static area to either the static area or the dynamic area.
JP2020159711A 2020-09-24 2020-09-24 Vehicle control device, vehicle control system, and access right management program Pending JP2022053096A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020159711A JP2022053096A (en) 2020-09-24 2020-09-24 Vehicle control device, vehicle control system, and access right management program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020159711A JP2022053096A (en) 2020-09-24 2020-09-24 Vehicle control device, vehicle control system, and access right management program

Publications (1)

Publication Number Publication Date
JP2022053096A true JP2022053096A (en) 2022-04-05

Family

ID=80962928

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020159711A Pending JP2022053096A (en) 2020-09-24 2020-09-24 Vehicle control device, vehicle control system, and access right management program

Country Status (1)

Country Link
JP (1) JP2022053096A (en)

Similar Documents

Publication Publication Date Title
US6006303A (en) Priority encoding and decoding for memory architecture
US8423717B2 (en) Multi-core processing cache image management
US9794340B2 (en) Mechanism and method for accessing data in a shared memory
US5625795A (en) Exclusive control unit for a resource shared among computers
JP2003316753A (en) Multi-processor device
KR101050019B1 (en) Memory interface for systems with multiple processors and one memory system
WO2010097925A1 (en) Information processing device
KR20190070273A (en) Regulation for atomic data access requests
CN115629882A (en) Method for managing memory in multiple processes
US7080174B1 (en) System and method for managing input/output requests using a fairness throttle
JP2015067107A (en) Vehicle control device
US20240086093A1 (en) Memory controller and data processing system with memory controller
US10545885B2 (en) Information processing device, information processing method, and computer program product
KR20050076702A (en) Method for transferring data in a multiprocessor system, multiprocessor system and processor carrying out this method
JP6838223B2 (en) Vehicle control device
JP2022053096A (en) Vehicle control device, vehicle control system, and access right management program
WO2020179344A1 (en) Vehicle control device
JP5703505B2 (en) Computer with bus partition structure
JP2017204286A (en) Vehicle control device
JP2022092692A (en) Electronic controller and method for controlling execution of tasks
JP2856761B2 (en) Resource lock management device
JPH0654483B2 (en) Memory access method
KR20230174931A (en) System having multiple operation systems and operating method therefor
CN116685958A (en) Method and device for accessing data
CN117609107A (en) Multi-core processor high-speed access control method and device, memory module and chip

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20221214

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20240305

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20240416