search.noResults

search.searching

saml.title
dataCollection.invalidEmail
note.createNoteMessage

search.noResults

search.searching

orderForm.title

orderForm.productCode
orderForm.description
orderForm.quantity
orderForm.itemPrice
orderForm.price
orderForm.totalPrice
orderForm.deliveryDetails.billingAddress
orderForm.deliveryDetails.deliveryAddress
orderForm.noItems
Automotive


Embracing the data revolution: architecting the software-defined vehicle of tomorrow


By Mr. Rajive Joshi, system architect and principal solution architect at RTI and chair of the Software Portability Working Group at AVCC


T


he automotive industry is undergoing a profound transformation, driven by increasing demands for automation, connectivity and


personalised experiences. This evolution is fundamentally reshaping the electrical and electronic (E/E) architecture of vehicles, moving away from distributed systems towards a more centralized compute model. With this transition comes new levels of complexity for in-vehicle software, which in turn require new approaches to design, development and deployment. This article explores the concept of a data-centric communication framework and its critical role in enabling the creation of software-defined vehicles (SDVs).


The shift toward centralized E/E architectures


For decades, automotive E/E architectures were characterised by numerous Electronic Control Units (ECUs), each dedicated to a specific function such as turn signals. Today, the increasing demand for advanced features has led to a surge in the number of ECUs and the greater complexity of the wiring harness that connects them. To manage this, OEMs are turning to a more centralized vehicle architecture, where single-function ECUs are being replaced by multifunction compute platforms. This evolution often involves the introduction of Zonal gateways that manage specific areas of the vehicle, communicating with central compute units over high-bandwidth networks such as Ethernet. While this shift reduces hardware costs with less cabling, it dramatically increases the complexity of the software systems that now need to manage a wider range of functionalities and data flows.


The software imperative: modularity, scalability and agility As vehicles become more software-driven, the automotive market is witnessing a significant increase in the importance of software development. Notably, a


16 July/August 2025


substantial portion of this growth is concentrated in the ADAS and highly automated driving domains. Modular software system architecture composed of interoperable software components can manage this burgeoning software complexity. This vision involves software “Lego-like blocks” with standardized interfaces that can be independently developed by different teams or suppliers and seamlessly assembled. This approach has several benefits:  Reduced costs: Fosters a supplier ecosystem and enables the reuse of components.


 Faster development: Allows for parallel development and continuous integration/ continuous development (CI/CD) practices.


 Simplified updates and repairs: Facilitates over-the-air (OTA) updates and targeted software recalls.


 Enhanced functionality and revenue streams: Enables the addition of new features and services throughout the vehicle’s lifecycle.


Interoperable communication provides Components in Electronics


the cornerstone of this modular and agile future. Choosing the right communication architecture is paramount to building software systems that can be easily assembled and evolved.


Data-centric vs. application-centric architectures


Why is data centricity important? Legacy software architectures are often based on an application-centric approach, which features tight coupling; the communication paths are often point-to-point and application-specific. This tight coupling hinders reuse and makes the system brittle and costly to maintain and upgrade. While this approach might work for smaller, static systems, it becomes increasingly problematic for next- generation vehicles, primarily around the disruption and expense of adding or upgrading new functionality. OTA updates in particular benefit heavily from a data-centric approach. The number of communication paths in such systems tends to grow quadratically with the number of


components (n²), leading to a tangled web of dependencies that is otherwise difficult to manage and evolve without a data- centric approach.


The simplicity of data-oriented communication


In contrast to the application-centric model, a data-centric communication framework focuses on the data itself as the primary asset and the central artifact of interaction. Instead of applications directly communicating with each other, they interact with a shared data space (databus) for flexible communication with other software components, resulting in a data-oriented architecture (DOA). Software components publish the data they produce to the databus and subscribe to the data they need, without needing to know the specifics of other components.


This decoupling of applications from the data offers significant advantages: Simplified software development: Developers can focus on their component’s inputs and outputs without worrying


www.cieonline.co.uk


Page 1  |  Page 2  |  Page 3  |  Page 4  |  Page 5  |  Page 6  |  Page 7  |  Page 8  |  Page 9  |  Page 10  |  Page 11  |  Page 12  |  Page 13  |  Page 14  |  Page 15  |  Page 16  |  Page 17  |  Page 18  |  Page 19  |  Page 20  |  Page 21  |  Page 22  |  Page 23  |  Page 24  |  Page 25  |  Page 26  |  Page 27  |  Page 28  |  Page 29  |  Page 30  |  Page 31  |  Page 32  |  Page 33  |  Page 34  |  Page 35  |  Page 36  |  Page 37  |  Page 38  |  Page 39  |  Page 40  |  Page 41  |  Page 42  |  Page 43  |  Page 44  |  Page 45  |  Page 46  |  Page 47  |  Page 48  |  Page 49  |  Page 50  |  Page 51  |  Page 52  |  Page 53  |  Page 54  |  Page 55  |  Page 56  |  Page 57  |  Page 58  |  Page 59  |  Page 60  |  Page 61  |  Page 62  |  Page 63  |  Page 64