What is E/E Architecture? Challenges of Automotive E/E Architecture

Publisher:码字先生Latest update time:2022-12-07 Source: elecfans Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

Introduction: Currently, software and electronic appliances are driving the development of automobiles towards electrification, networking and intelligence, which is also causing all aspects of the century-old automobile industry to undergo unprecedented changes and reshape. A deep understanding of the essence behind these changes will help us accurately grasp the opportunities brought to us by the biggest industrial transformation opportunities in the next decade.


1 What is Electrical and Electronic Architecture?

The so-called automotive electrical and electronic architecture (EEA) is a concept of vehicle electrical and electronic solutions that integrates the design of the automotive electrical and electronic system principle, central electrical box design, connector design, and electrical and electronic distribution system. It was first proposed by Delphi. Specifically, under specific constraints such as functional requirements, regulations, and design requirements, by analyzing various aspects such as functions, performance, cost, and assembly, the information of powertrain, transmission system, and infotainment system is converted into actual physical layout of power distribution, signal network, data network, diagnosis, power management, and other electrical and electronic solutions.


The concept of EEA not only exists in the automotive industry, but is also widely used in control systems in other industries such as aviation aircraft and industrial automation. The development of EEA usually includes development activities at the levels of requirements and logical function definition, software architecture design, hardware architecture design, and wiring harness design.


2 Challenges facing automotive electronic and electrical architecture

In the 1980s, with the initial rise of IT technology, a revolution in automotive electronics and electrification was launched in the then mechanically dominated automotive industry. The "Electronic Control Unit (ECU)" has developed rapidly, from anti-lock braking systems, four-wheel drive systems, electronically controlled automatic transmissions, active suspension systems, airbag systems, and gradually extended to body safety, network, entertainment and sensor control systems, becoming an important part of the car.

ECUs are usually implemented with simple MCU chips. Each ECU is usually responsible for controlling only a single functional unit. Each ECU is connected through a CAN (Controller Area Network) bus or a LIN (Local Interconnect Network) bus, and exchanges information through a communication protocol predefined by the manufacturer. Therefore, the automotive electronic and electrical architecture of this period is also called "distributed EEA". Under the development trend of software-defined cars and intelligent and networked cars today, this ECU-based distributed EEA is also increasingly exposed to many problems and challenges.


The length and weight of the bus harness: With the increasing functions of automobiles, the number of ECUs carried by each car is also increasing year by year. According to statistics, the average number of ECUs carried by each car in recent years can reach about 30, and some high-end models even have more than 100. The more ECUs there are, the longer the length of the bus harness will be, and the weight of the bus harness will also increase greatly. In 2000, the electronic system of the Mercedes-Benz S-Class sedan already had 80 ECUs and 1,900 communication buses with a total length of 4km. The bus length of the Audi Q7 and Porsche Cayenne launched in 2007 has exceeded 6km, and the total weight exceeds 70kg, which is basically the second heaviest component of the whole car after the engine.


The complexity of the entire system exceeds the limit: After the number of ECUs has increased dramatically, the hardware complexity of the vehicle's electronic and electrical system and the corresponding software complexity have greatly exceeded the limit, resulting in the lack of "flexibility" and "scalability" of the entire system. For example, in such a complex system, adding a new function often causes software and hardware changes in many links of the entire system. This has greatly restricted the development speed of automotive intelligence and networking.


Communication bandwidth bottleneck: The increasing number of sensors in cars has also caused the amount of data in the in-vehicle internal network communication to surge exponentially. Measured by the data transmission volume of a single sensor, the amount of data generated by the radar and camera of the ADAS system each exceeds 100Mbyte/s. For example, a car equipped with five radar sensors and two camera sensors needs to manage a massive amount of data of about 1GByte/s during acquisition and storage. Therefore, traditional FlexRay, LIN and CAN low-speed buses can no longer provide the required high-bandwidth communication capabilities.


Tight coupling of software and hardware: cannot support the trend of software-defined cars. Each ECU is tightly bound to a specific function, which makes it impossible to implement complex functions across multiple ECUs/sensors, and it is also impossible to continuously update the software system on the car through OTA. In the era of software-defined cars, continuous online upgrades of the entire vehicle OTA and the communication and integration between modules have become extremely important. Obviously, the information island problem between ECUs will seriously restrict and hinder this trend.


The above problems and challenges are the natural enemies of quality, cost and time in the context of the development of the three trends of automobiles. To solve this problem, the most effective way is to integrate multiple scattered small sensors into a single sensor with more powerful functions, and to divide multiple scattered ECUs according to functional domains and integrate them into a domain controller (Domain Control Unit, DCU) with more powerful computing power. This idea directly opens the prelude to the upgrade and evolution of automotive electronic and electrical architecture from "distributed => (cross-) domain centralized => central + regional centralized".


3 Evolution Trend of Automotive Electronic and Electrical Architecture

Bosch's classification of the evolution trend of future automotive electronic and electrical architecture is currently a classification method generally accepted by the industry. As shown in Figure 1-1 below:

342b9b60-6f82-11ed-8abf-dac502259ad0.jpg

Figure 1-1 Bosch’s view on the development trend of future automotive electronic and electrical architecture

Today, we are in the process of transitioning from the past distributed EE architecture to the domain-centralized EE architecture, and it is expected that this transition will be completed around 2025. After 2025, the era of cross-domain integration will begin, that is, the EE architecture era of "central + zonal" computing will be transformed.


3.1 Distributed EEA

Under distributed EEA, ECUs are usually specific to a certain function, so there are many ECUs in the vehicle. At this time, the communication capabilities between ECUs are very limited, and generally point-to-point communication is carried out between ECUs that need to cooperate through low-speed buses such as traditional CAN or FlexRay as needed.


At this time, each ECU in the domain cooperates with each other through the local network of the domain. The networks between domains are generally independent of each other, that is, the communication function between domains is very limited, and cross-domain communication is only carried out through low-speed buses such as traditional CAN or FlexRay as needed.


First, modular integration was started for a large number of ECUs. ECUs with similar functions were integrated into one module, which was also the predecessor of the "Function Domain".


In addition, the addition of the automotive central gateway makes data communication between functional modules easier. The gateway integrates data from different buses and networks to exchange data across buses, such as CAN, LIN, FlexRay, and MOST. The automotive central gateway is responsible for protocol conversion between different bus types and participates in network management of each network segment; it routes signals and messages according to actual needs and controls routing timing. This enables communication between different modules and functions. See Figure 1-2 below.

344b83f8-6f82-11ed-8abf-dac502259ad0.jpg

With the deepening of ECU modularization, ECUs with higher integration and stronger performance have emerged. The original multiple ECUs with single functions have been integrated into a single ECU with more powerful functions. As shown in Figure 1-3:

34709954-6f82-11ed-8abf-dac502259ad0.jpg

3.2 Domain-Centralized EEA

With the further improvement of modularization and ECU functional integration, the concept of "Function Domain" has emerged. The emergence of functional domain is a sign of "Domain Centralized EEA". From the perspective of software and hardware architecture, the most intuitive manifestation of domain centralized EEA is the "Domain Control Unit (DCU)" as the core of the entire functional domain. The so-called domain controller is a general term for the entire system composed of domain master hardware, operating system, algorithm and application software.


The Domain Host Processor is the core of the domain controller, and is usually a processor with higher integration and higher performance. On the one hand, it also has the protocol conversion function of the gateway, responsible for the protocol data conversion between different buses in the domain; on the other hand, because it has stronger computing power, it will also summarize and calculate the information perceived by other ECUs or sensors in the domain, and then send the results back to different actuators for execution. As shown in Figure 1-4 below:

[1] [2] [3]
Reference address:What is E/E Architecture? Challenges of Automotive E/E Architecture

Previous article:A brief discussion on the underlying technical logic of autonomous driving
Next article:Detailed explanation of the advantages of MQTT protocol in vehicle-to-cloud communication

Latest Embedded Articles
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号