The present invention relates to a technology for performing communications between automotive control units.
Many of the recent automotive control systems include an electronic control unit (ECU) for operating electronic vehicle control devices, and an on-board local area network (LAN) for enabling communications between a plurality of ECUs. One example of the on-board LAN that is widely used is a controller area network (CAN).
In automotive control systems, in order to prevent unintended alteration of communication data (data corruption), a data corruption detection method for detecting data corruption is used. The data corruption detection method includes parity checking, cyclic redundancy check (CRC), and checksums, for example.
A transmitting ECU calculates an error-detecting code from data to be transmitted, according to an adopted data corruption detection method, and transmits the data in a set with the error-detecting code. A receiving ECU calculates an error-detecting code from the received data by using the same data corruption detection method as in the transmitting ECU, and compares the calculated error-detecting code with the received error-detecting code. If the error-detecting codes match, there is no data corruption; if they do not match, there is data corruption.
In recent years, it has become increasingly important that the automotive control system is assured to operate normally and not to inflict injury to people as much as possible, and that the assurance is accountable. Specifically, in order to prevent injury to people by an unintended activation of a function, for example, it is necessary to assign safety levels to individual functions and to develop the automotive control system such that the safety levels are met.
The safety levels indicate the degrees of safety to be observed, and may be determined by the magnitude and the like of damage that may result if the particular function failed to operate normally. For example, four safety levels are defined, with higher safety levels assigned to functions with greater risk of damage in case of failure to operate accurately. The developer sets a data corruption detection rate to be detected for each safety level, and develops the automotive control system such that the data corruption detection rate is achieved. The safety levels may be assigned to each function of the ECUs or to each ECU. In the case of a function that is implemented by performing communications between a plurality of ECUs, the safety levels may be assigned to combinations of communicating functions.
In a technology described in Patent Literature 1 indicated below, a control unit calculates a communication error rate and the like each time data is received, and switches the data corruption detection method in accordance with the error rate when the data is transmitted. By switching the data corruption detection method in accordance with the communication environment (transmission path state), reliable communication can be performed.
In a technology described in Patent Literature 2 indicated below, a receiving unit calculates reliability information from the communication environment, and notifies a transmitting unit of a coding rate based on the reliability information. The notified transmitting unit encodes the data corruption detection method by using the received coding rate, whereby reliable communication can be performed.
Patent Literature 1: JP Patent Publication (Kokai) No. 2008-42338 A
Patent Literature 2: JP Patent Publication (Kokai) No 2003-69531 A
Because an automotive control system implements highly sophisticated control involving the coordination of the functions of different ECUs, communications between the ECUs with different required safety levels must be performed while a data corruption detection rate according to a higher safety level is ensured.
According to the technology described in Patent Literature 1, the data corruption detection method can be switched in accordance with the error rate in communication and the like. However, the data corruption detection method cannot be switched in accordance with the safety level assigned on the ECU or functional unit basis.
According to the technology described in Patent Literature 2, highly reliable communications can be performed by increasing the coding rate even when the communication environment deteriorates. However, as in the above Patent Literature 1, the data corruption detection method cannot be switched in accordance with the safety level assigned on the ECU or functional unit basis.
The present invention was made in order to overcome the above problem, and an objective of the present invention is to provide a technology for performing communications between ECUs with different required safety levels while satisfying the required safety level of each ECU.
An automotive control unit according to the present invention modifies the error detection method used for data transmission in accordance with the required degree of accuracy of operation of a receiving-end unit.
The automotive control unit according to the present invention selects the data corruption detection method in accordance with the required degree of accuracy of operation of the receiving ECU. Thus, communications between ECUs with different safety levels can be performed while the required safety levels are ensured.
The ECUs control various parts of the vehicle and communicate with each other as needed. For example, a camera ECU 1 recognizes an environmental situation by using an on-board camera 11, and transmits following distance data to a CAN 5. A following distance control ECU 2 receives the following distance data, calculates brake torque data by using the following distance data, and transmits the brake torque data to the CAN 5. A pre-crash safety control ECU 3 receives the following distance data, and determines the possibility of collision by using the following distance data. When the collision possibility is high, the pre-crash safety control ECU 3 transmits quick braking request data to the CAN 5. A brake control ECU 4 receives the brake torque data and the quick braking request data, and controls a brake 41 in accordance with the data.
The operating unit 101 is a processor (central processing unit) that executes various programs stored in the memory 102. The equivalent function may be configured by using hardware, such as a circuit device.
The memory 102 includes a program area 103 and a data storage area 111. The program area 103 stores a camera control unit 104, a communication processing unit 105, a required operation accuracy level determination unit 106, a data corruption detection method selection unit 107, a parity data creation unit 108, a CRC code creation unit 109, and a communication control unit 110. The functions of these programs will be described below. The data storage area 111 stores a communication data management table 112 which will be described below with reference to
The CAN controller 116 includes a CRC circuit 117 and a signal input/output circuit 118. The CRC circuit 117 calculates a CRC code by using data to be transmitted to the CAN bus 5, attaches the CRC code to a communication packet, and transmits the data to the CAN bus 5. The CRC circuit 117 also calculates a CRC code by using data received from the CAN bus 5, and compares a received CRC code with the calculated CRC code to detect data corruption. The signal input/output circuit 118 performs required processes as needed, such as a process of converting a communication signal received from the CAN bus 5 into digital form.
The operating unit 201 is a processor that executes programs stored in the memory 202. The equivalent function may be configured by using hardware, such as a circuit device.
The memory 202 includes a program area 203 and a data storage area 211. The program area 203 stores a following distance control unit 204, a communication processing unit 205, a required operation accuracy level determination unit 206, a data corruption detection method selection unit 207, a parity data detection unit 208, a CRC code creation unit 209, and a communication control unit 210. The functions of these programs will be described below. The data storage area 211 stores a communication data management table 212 which will be described below with reference to
The configuration of the CAN controller 216 is similar to the configuration of the CAN controller 116 provided in the camera ECU 1.
The operating unit 301 is a processor that executes programs stored in the memory 302. The equivalent function may be configured by using hardware, such as a circuit device.
The memory 302 includes a program area 303 and a data storage area 311. The program area 303 stores a pre-crash safety control unit 304, a communication processing unit 305, a required operation accuracy level determination unit 306, a data corruption detection method selection unit 307, a CRC code detection unit 308, a CRC code creation unit 309, and a communication control unit 310. The functions of these programs will be described below. The data storage area 311 stores a communication data management table 312 which will be described below with reference to
The configuration of the CAN controller 316 is similar to the configuration of the CAN controller 116 provided in the camera ECU 1.
The operating unit 401 is a processor that executes programs stored in the memory 402. The equivalent function may be configured by using hardware, such as a circuit device.
The memory 402 includes a program area 403 and a data storage area 407. The program area 403 stores a brake control unit 404, a CRC code detection unit 405, and a communication control unit 406. The functions of these programs will be described below. The data storage area 407 stores a reception buffer 408 which will be described below with reference to
The configuration of the CAN controller 410 is similar to the configuration of the CAN controller 116 provided in the camera ECU 1.
The index field 1120 retains numbers identifying records. The data ID field 1121 retains values identifying the type of data transmitted by the camera ECU 1. The CAN ID field 1122 retains the CAN ID of the data transmitted by the camera ECU 1. The data name field 1123 retains the names of the data transmitted by the camera ECU 1. The receiver ECU ID field 1124 retains identifiers of ECUs as data destinations.
The ECU ID field 1130 retains identifiers identifying the ECUs in the automotive control system 1000. The ECU name field 1131 retains the names of the ECUs identified by the ECU ID field 1130. The required operation accuracy level field 113 retains values indicating the required degrees of accuracy of operation of the ECUs identified by the ECU ID field 1130. The higher the value in this field, the higher the required level of accuracy of operation is.
If an ECU operates accurately, it means that the ECU operates according to design. ECUs that have greater influence on safety in the event of failure to operate accurately require higher accuracy of operation, and therefore have higher values in the required operation accuracy level field 1132.
The receiving-end required level field 1141 lists the values of required operation accuracy levels required in the receiving-end ECU. The data corruption detection method 1142 retains values designating the data corruption detection methods suitable for the values in the receiving-end required level field 1141.
The reception CAN ID field 2140 retains the CAN ID of the received data. The data value field 2141 retains the value of the received data. The reception flag field 2142 retains flag values indicating whether data has been received from the CAN bus 5.
The configuration of each of the devices of the automotive control system 1000 has been described. In the following, the operation flow of each device will be described with reference to a process in which the camera ECU 1 calculates a following distance by using the on-board camera 11, and transmits following distance data to the CAN 5.
When the receiving ECU is the following distance control ECU 2, since the required operation level of the following distance control ECU 2 is “2”, the camera ECU 1 calculates the error-detecting code by using parity data as the data corruption detection method, and transmits the error-detecting code in a set with the following distance data. When the receiving ECU is the pre-crash safety control ECU 3, since the required operation level of the pre-crash safety control ECU 3 is “4”, the camera ECU 1 calculates the error-detecting code by using CRC as the data corruption detection method, and transmits the error-detecting code in a set with the following distance data.
The following distance control ECU 2 calculates brake torque in accordance with the value of the received following distance data, and transmits brake torque data to the brake control ECU 4, using CRC as the data corruption detection method.
The pre-crash safety control ECU 3 determines whether to issue a quick braking request in accordance with the value of the received following distance data, and transmits quick braking request data to the brake control ECU 4, using CRC as the data corruption detection method.
The brake control ECU 4 controls the brake 41 in accordance with. the received brake torque data and quick braking request data.
The camera control unit 104 reads picture data obtained by the on-board camera 11, and calculates following distance data based on the picture data.
The camera control unit 104 calls the communication processing unit 105 by using the following distance data and its data ID as arguments and transmits the following distance data, and the present operation flow ends. For example, when the data ID of the following distance data is “1”, the camera control unit 104 calls the communication processing unit 105 by using the following distance data value and the data ID “1” as the arguments. The details of the present step will be described with reference to
The communication processing unit 105 sets the variable “count” for storing the value of the index field 1120 of the communication data management table 112 to “0”. The communication processing unit 105 acquires the records in the communication data management table 112 sequentially while incrementing the value of the variable count by one until the data ID field 1121 equal to the received argument is obtained.
The communication processing unit 105 references the record in the communication data management table 112 corresponding to the value of the variable count, and acquires the receiver ECU ID field 1124. The communication processing unit 105 calls the required operation accuracy level determination unit 106 by using the acquired value of the receiving ECU ID field 1124 as an argument, and acquires the value of the required operation accuracy level as a return value. For example, in the data example described with reference to
The communication processing unit 105 calls the data corruption detection method selection unit 107 by using as arguments the acquired required operation accuracy level and the data received as an argument to the communication processing unit 105, and acquires error detecting code-attached transmission data as a return value. For example, in the data example described with reference to
The communication processing unit 105 references the communication data management table 112, and acquires the CAN ID field 1122 of the record corresponding to the count value. For example, in the data example described with reference to
The communication processing unit 105 calls the communication control unit (transmission process) 110 by using the CAN ID acquired in step S105003 and the error detecting code-attached transmission data acquired in step S105002 as arguments, and transmits an error detecting code-attached transmission data value. The details of the present step will be described with reference to
The communication processing unit 105 determines whether transmission has been completed using all of CAN IDs with respect to the same data ID. If the transmission is completed, the present operation flow ends. If the transmission is not completed, the operation flow proceeds to step S105006. For example, the communication processing unit 105 determines that the transmission is completed when the count is “1”, while the communication processing unit 205 and the communication processing unit 305 determine that the transmission is completed when the count is “0”.
The communication processing unit 105 adds “1” to the count value, and then returns to step S105001.
The required operation accuracy level determination unit 106 references the required level determination table 113 and acquires the required operation accuracy level field 1132 front the record of which the value in the ECU ID field 1130 matches the receiving ECU ID as an argument. For example, in the data example of
The required operation accuracy level determination unit 106 returns the required operation accuracy level field 1132 as a return value, and the present operation flow ends.
The data corruption detection method selection unit 107 references the detection method selection table 114 and acquires the value of the data corruption detection method field 1142 from the record of which the value in the receiving-end required operation accuracy level field 1141 is equal to the required operation accuracy level as an argument. For example, in the data example of
The data corruption detection method selection unit 107, using the transmission data received as the argument, calls the error-detecting code creation unit corresponding to the data corruption detection method selected in step S107000, and acquires error detecting code-attached transmission data as a return value. For example, when the data corruption detection method 1142 selected in step S107000 is the parity data creation unit, the parity data creation unit 108 is called. An example of operation for calling the parity data creation unit 108 in the present step will he described with reference to
The data corruption detection method selection unit 107 returns the acquired error detecting code-attached transmission data as the return value, and the present operation flow ends.
Because Embodiment 1 is based on the assumption that CAN is used as the network, the maximum size of the error detecting code-attached transmission data 510 is 8 bytes. However, the present invention is not limited to such an embodiment. When FlexRay is used as the network, for example, the maximum size of the error detecting code-attached transmission data 510 is 254 bytes.
The parity data creation unit 108 calculates parity data by using the transmission data received as an argument.
The parity data creation unit 108 generates error detecting code-attached transmission data by combining the transmission data as the argument and the parity data calculated in step S108000.
The parity data creation unit 108 returns the error detecting code-attached transmission data generated in step S108001 as a return value, and the present operation flow ends.
The CRC code creation unit 109 calculates a CRC error-detecting code by using the transmission data received as an argument.
The CRC code creation unit 109 generates error detecting code-attached transmission data by combining the transmission data as the argument and the CRC error-detecting code calculated in step S109000.
The CRC code creation unit 109 returns the error detecting code-attached transmission data generated in step S109001 as a return value, and the present operation flow ends.
The communication control unit (transmission process) 110 stores the error detecting code-attached transmission data received as an argument in a mail box of the CAN controller 116.
The communication control unit (transmission process) 110 sets a transmission request flag of the CAN controller 116, and the present operation flow ends. The CAN controller 116 transmits the data in the mail box corresponding to the transmission request flag that has been set to the CAN bus 5.
The following distance control unit 204 calls the communication control unit (reception process) 210, and receives the following distance data. The details of the present step will be described with reference to
The following distance control unit 204 determines whether the reception flag field 2142 of the reception buffer 214 is “1” indicating reception of the following distance data. If the reception flag field 2142 is “1”, the present operation flow advances to step S204002; if “0”, the operation flow ends.
The following distance control unit 204 acquires the following distance data retained in the data value field 2141 of the reception buffer 214, and sets the reception flag field 2142 of the same record to “0”.
The following distance control unit 204 calls the parity data detection unit 208 by using the following distance data acquired from the reception buffer 214 as an argument, and acquires a determination result as a return value. The details of the present step will be described with reference to
The following distance control unit 204 determines whether the determination result acquired in step S204003 indicates the absence of data corruption. If there is no data corruption, the operation flow proceeds to step S204005; if there is data corruption, the operation flow ends.
The following distance control unit 204 calculates a brake torque required for maintaining a constant following distance by using the received following distance data.
The following distance control unit 204, using as arguments the calculated brake torque data and the value of the data ID field 2121 (“2” in the data example of
The communication control unit. (reception process) 210 determines whether here is reception data by confirming the reception flag of the CAN controller 216. If there is reception data, the present operation flow proceeds to step S210001; if not, the operation flow ends.
The communication control unit (reception process) 210 reads the reception data from the mail box of the CAN controller 216.
The communication control unit (reception process) 210 searches the reception buffer 214 for the reception CAN ID field 2140 that is equal to the CAN ID of the received data, and stores the reception data in the data value field 2141. The communication control unit (reception process) 210 sets the value in the reception flag field 2142 of the same record to “1”, and the present operation flow ends.
The parity data detection unit 208 divides the error-detecting code-attached reception data received as an argument into parity data and data, such as the following distance data.
The parity data. detection unit 208 calculates parity data by using the data acquired in step S208000.
The parity data detection unit 208 compares the parity data calculated in step S208001 with the parity data received as an argument.
The parity data detection unit 208 determines whether the parity data calculated in step S208001 and the parity data received as an argument match each other. When the data match, the operation flow proceeds to step S208004; if not, the operation flow proceeds to step S208005.
The parity data detection unit 208 returns “0” as a return value indicating the absence of data corruption, and the present operation flow ends.
The parity data detection unit 208 returns “1” as a return value indicating the presence of data corruption, and the operation flow ends.
The pre-crash safety control unit 304 calls the communication control unit (reception process) 310, and receives he following distance data.
The pre-crash safety control unit 304 determines whether the reception flag field 3142 of the reception buffer 314 is “1” indicating reception of the following distance data. If the reception flag field 3142 is “1”, the present operation flow proceeds to step S304002; if the reception flag field 3142 is “0”, the operation flow ends.
The pre-crash safety control unit 304 acquires the following distance data retained in the data value field 3141 of the reception buffer 314, and sets the reception flag field 3142 of the same record to “0”.
The pre-crash safety control unit 304 calls the CRC code detection unit 308 by using the received following distance data as an argument, and acquires a determination result as a return value.
The pre-crash safety control unit 304 determines whether the determination result acquired in step S304003 indicates the absence of data corruption. If there is no data corruption, the operation flow proceeds to step S304005; if there is data corruption, the operation flow ends.
The pre-crash safety control unit 304 determines Whether the value of the following distance data acquired in step S304002 is greater than 100. If the value is greater than 100, the operation flow proceeds to step S304006; if not more than 100, the operation flow proceeds to step S304007.
The pre-crash safety control unit 304 sets quick braking request data to “1”. The quick braking request data “1” indicates that the brake control ECU 4 is instructed to implement quick braking.
The pre-crash safety control unit 304 sets quick braking request data to “0”. The quick braking request data “0” indicates that quick braking is not implemented.
The pre-crash safety control unit 304 calls the communication processing unit 305 by using as arguments the quick braking request data and the value (which is “3” in the data example of
The CRC code detection unit 308 divides the error detecting code-attached reception data received as an argument into a CRC code and data, such as the following distance data.
The CRC code detection unit 308 calculates a CRC code by using the data acquired in step S308000.
The CRC code detection unit 308 compares the CRC code calculated in step S308001 with the CRC code received as an argument.
The CRC code detection unit 308 determines whether the CRC code calculated in step S308001 and the CRC code received as an argument match each other. When the CRC codes match, the operation flow proceeds to step S308004; if riot, the operation flow proceeds to step S308005.
The CRC code detection unit 308 returns “0” as a return value indicating the absence of data corruption, and the present operation flow ends.
The CRC code detection unit 308 returns “1” as a return value indicating the presence of data corruption, and the operation flow ends.
The brake control lit 404 calls the communication control unit (reception process) 406 and receives data.
The brake control unit 404 determines whether the reception flag field 4082 of the record of which the reception CAN ID field 4080 of the reception buffer 408 is “300” is “1”. If the reception flag field 4082 is “1”, the operation flow proceeds to step S404002; if not, the operation flow proceeds to step S404006.
The brake control unit 404 acquires the brake torque data retained in the data value field 4081 of the reception buffer 408, and sets the reception flag field 4082 of the same record to “0”.
The brake control unit 404 calls the CRC code detection unit 405 by using the received brake torque data as an argument, and acquires a determination result as a return value.
The brake control unit 404 determines whether the determination result acquired in step S404003 indicates the absence of data corruption. If there is no data corruption, the operation flow proceeds to step S404005; if there is data corruption, the operation flow ends.
The brake control unit 404 controls the brake actuator 413 based on the received brake torque data, and the present operation flow ends.
The brake control unit 404 determines whether the reception flag field 4082 of the record of which the reception CAN ID field 4080 of the reception buffer 408 is “350” is “1”. If so, the present operation flow proceeds to step S404007; if not, the operation flow ends.
The brake control unit 404 acquires the quick braking request data retained in the data value field 4081 of the reception buffer 408, and sets the reception flag field 4082 of the same record to “0”.
The brake control unit 404 calls the CRC code detection unit 405 by using the received quick braking request data as an argument, and acquires a determination result as a return value.
The brake control unit 404 determines whether the determination result acquired in step S404008 indicates the absence of data corruption. If there is no data corruption, the present operation flow proceeds to step S404010; if there is data corruption, the operation flow ends.
The brake control it 404 controls the brake actuator 413 based on the received quick braking request data, and the present operation flow ends.
According to Embodiment 1, CAN is adopted as the communication protocol, and the camera control unit 104, the following distance control unit 204, the pre-crash safety control unit 304, and the brake control unit 404 are configured to perform the above processes periodically (such as at 10 ms intervals). Alternatively, each of the ECUs may be configured to implement the respective processes upon reception of control data from another ECU. In the former case, the network connecting the ECUs is a time-triggered network; in the latter case, the network is an event-triggered network.
As described above, according to Embodiment 1, the camera ECU 1, the following distance control ECU 2, and the pre-crash safety control ECU 3 select the data corruption detection method in accordance with the required operation accuracy level of the receiving ECU. Thus, a data corruption detection rate can be ensured for each ECU with a different required operation accuracy level.
According to Embodiment 1, because the camera ECU 1, the following distance control ECU 2, and the pre-crash safety control ECU 3 select the data corruption detection method in accordance with the required operation accuracy level of the receiving ECU, the size of the error-detecting code can be minimized while the data corruption detection rate is ensured. Thus, the network communication burden can be kept down, and the operating burden on the CPU can be kept down.
According to Embodiment 1, by adding the error-detecting code in the data field portion of the communication packet, data error outside the communication path can be detected. For example, even if the CAN controller 116 is configured to detect a data error on the network by creation the CRC code 525 for the communication packet as a whole, the communication packet upon arrival at an ECU is written in the mail box, and the CRC code 525 is not required anymore. Thus, if a data error is caused in the period between the arrival of the communication packet at the receiving ECU and its retrieval from the mail box, the error cannot be detected. According to Embodiment 1, by creation the error-detecting code in the data field as well, a data error after the arrival of the communication packet at the receiving ECU can be detected.
According to Embodiment 1, the required operation accuracy level is assigned on the ECU basis. However, the present invention is not limited to such an embodiment. For example, the required operation accuracy level is assigned to the function implemented by each ECU using control data. In this case, the required operation accuracy level may be defined for each function of each ECU in the required level determination table 113.
Further, the required operation accuracy level may be assigned to a combination of the data transmitting-end function and the data receiving-end function. In this case, combinations of the transmitting-end functions and the receiving-end functions of the individual ECUs may be described in the required level determination table 113, and the required operation accuracy level may be defined for each combination.
The required operation accuracy level may be assigned to the network bus. In this case, combinations of the receiving ECUs and networks used for transmitting data to the receiving ECUs may be described in the required level determination table 113, and the required operation accuracy level may be defined for each combination.
In Embodiments 1 and 2, the required operation accuracy level of the receiving ECU may be determined without using the required level determination table 113 and the like if that is possible. For example, when a certain operation accuracy level is set for each data type, the required operation accuracy level of the receiving ECU may be determined by using the data ID or the CAN ID.
The present invention is not limited to the foregoing embodiments, and may include various modifications. The foregoing embodiments have been described in detail to facilitate an understanding of the present invention, and the present invention is not necessarily limited to embodiments having all of the configurations described. A part of one embodiment may be substituted by a configuration of another embodiment, or a configuration of the other embodiment may be incorporated into a configuration of the one embodiment. With regard to a part of the configuration of an embodiment, additions, deletions, or substitutions may be made.
For example, the configuration of the tables may not be as per e description made with reference to the drawings as long as the same functions can be implemented. Further, implementation in table format is not necessarily required.
The tables for storing static data, such as the required level determination table 113, may be defined at the time of manufacture of each ECU, or the values retained in the tables may be received via a network during operation and saved.
The configurations, functions, processing units, process means and the like described above may be partly or entirely implemented in the form of hardware, such as an integrated circuit. The configurations, functions and the like described above may be implemented in the form of software, such as a program interpreted and executed by a processor to implement the respective functions. Programs, tables, files, and other information for implementing the respective functions may be stored in a recording unit such as a memory, a hard disk, or a solid state drive (SSD), or in a recording medium such as an IC card, an SD card, or a DVD.
1: Camera ECU
11: On-board camera
101: Operating unit
102: Memory
103: Program area
104: Camera control unit
105: Communication processing unit
106: Required operation accuracy level determination unit
107: Data corruption detection method selection unit
108: Parity data creation unit
109: CRC code creation unit
110: Communication control unit
111: Data storage area
112: Communication data management table
113: Required level determination table
114: Detection method selection table
115: Input/output circuit
116: CAN controller
117: CRC circuit
118: Signal input/output circuit
2: Following distance control ECU
201: Operating unit
202: Memory
203: Program area
204: Following distance control
205: Communication processing unit
206: Required operation accuracy level determination unit
207: Data corruption detection method selection unit
208: Parity data detection unit
209: CRC code creation unit
210: Communication control unit
211: Data storage area
212: Communication data management table
213: Required level determination table
214: Reception buffer
215: input/output circuit
216: CAN controller
217: CRC circuit
218: Signal input/output circuit
3: Pre-crash safety control ECU
301: Operating unit
302: Memory
303: Program area
304: Pre-crash safety control unit
305: Communication processing unit
306: Required operation accuracy level determination unit
307: Data corruption detection method selection unit
308: CRC code detection unit
309: CRC code creation unit
310: Communication control unit
311: Data storage area
312: Communication data management table
313: Required level determination table
314: Reception buffer
315: Input/output circuit
316: CAN controller
317: CRC circuit
318: Signal input/output circuit
4: Brake control ECU
41: Brake
401: Operating unit
402: Memory
403: Program area
404: Brake control unit
405: CRC code detection unit
406: Communication control unit
407: Data storage area
408: Reception buffer
409: Input/output circuit
410: CAN controller
413: Brake actuator
5: CAN
1000: Automotive control system
Number | Date | Country | Kind |
---|---|---|---|
2011-129535 | Jun 2011 | JP | national |
Filing Document | Filing Date | Country | Kind | 371c Date |
---|---|---|---|---|
PCT/JP2012/064360 | 6/4/2012 | WO | 00 | 12/5/2013 |