SlideShare a Scribd company logo
1 of 18
Automotive Embedded System
Development in AUTOSAR
2
Contents
What is AUTOSAR
AUTOSAR from a Technical Point of View
Example AUTOSAR System
Automotive Embedded System Development in AUTOSAR
3
What is AUTOSAR
AUTOSAR (AUTomotive Open System Architecture)
 De-facto standard, jointly developed by automobile manufacturers, suppliers and tool
developers.
 More than 100 member companies
 Homepage : www.autosar.org
The idea of AUTOSAR
 Standardized and uniquely-specified interfaces basic software modules help to master the
increasing complexity
 The consequence is reusability, efficiency and easy handling of electronic in the automobile
AUTOSAR Target and Goal
 Define open reference architecture for ECU software
 Specify a clear interface between basis software components and application
 Reusability
 Growing software quality
4
What is AUTOSAR
AUTOSAR partnership
10 Core Partners
48 Associate
Members
52 Premium Members
OEM Tier 1 Standard
Software
Tools Semi-
conductors
CapeWare
Source:
5
What is AUTOSAR
AUTOSAR Project Objectives
 AUTOSAR vision is an improved complexity management of highly integrated E/E architectures
through an increased reuse of SW modules between OEM and suppliers.
6
What is AUTOSAR
Benefits from AUTOSAR
7
ECU-Hardware
AUTOSAR Runtime Environment (RTE)
Actuator
Software
Component
AUTOSAR
Interface
Application
Software
Component
Sensor
Software
Component
Application
Software
Component
..............
AUTOSAR
Software
Basic Software
Standardized
Interface
AUTOSAR
Interface
AUTOSAR
Interface
AUTOSAR
Interface
Microcontroller
Abstraction
AUTOSAR
Software
Component
Interface
ECU
Firmware
Standard
Software
Standardized
AUTOSAR
Interface
Services
Standardized
Interface
ECU
Abstraction
AUTOSAR
Interface
Standardized
Interface
Complex
Device
Drivers
AUTOSAR
Interface
API 2
VFB & RTE
relevant
Standardized
Interface
Communication
Standardized
Interface
Standardized
Interface
Operating
System
API 1
RTE
relevant
API 0
Standardized
Inteface
API 3 Private
Interfaces inside
Basic Software
possible
AUTOSAR Layered Architecture
AUTOSAR from a Technical Point of View
8
AUTOSAR from a Technical Point of View
AUTOSAR Layered Architecture
9
AUTOSAR from a Technical Point of View
Methodology
 Derive E/E architecture from formal descriptions of soft- and hardware components
Functional software is described formally in terms
of “software Components” (SW-C).
Using “Software Component Descriptions” as input,
the “Virtual Functional Bus” validates the interaction
of all components and interfaces before software
implementation.
Mapping of “Software Components” to ECUs and
configuration of basic software.
The AUTOSAR Methodology supports the
generation of an E/E architecture.
10
AUTOSAR from a Technical Point of View
AUTOSAR SW-C (Software Component)
 Application is divided into SW-Cs.
 Software Components consist of
 Ports
Interface to other SW-Cs
 Runnable Entities (or Runnables)
Procedures which contain the actual implementation
Triggered cyclically or on event (e.g. data reception)
 Other software components
Composite components for hierarchical design
 Three types of SW-C
 Atomic SW-C
 Composite SW-C
 Sensor/Actuator SW-C
11
AUTOSAR from a Technical Point of View
RTE (Runtime Environment)
 Implementation of Virtual Functional Bus
 Interface between SW-Cs and Basic Software
 All calls to basic software pass through the RTE
 Communication method : Send/Receive signals, Client/Server functionality
 Triggering of runnables : Cyclically or On event
12
AUTOSAR from a Technical Point of View
MCAL (Microcontroller Abstraction Layer)
 MCAL is the lowest software layer of the Basic Software
 It contains internal drivers, which are software modules with direct access to the microcontroller
internal peripherals and memory mapped microcontroller external devices
 Make higher software layers independent of microcontroller
13
AUTOSAR from a Technical Point of View
EAL (ECU Abstraction Layer)
 The EAL interfaces the drivers of the MACL
 It also contains drivers for external devices
 It offers an API for access to peripherals and divides regardless of their location and their
connection to the microcontroller (port pins, type of interface)
 Make higher software layers independent of ECU hardware layout
14
AUTOSAR from a Technical Point of View
Services Layer
 Services Layer is the highest layer of the Basic software which also applies for its relevance for
the application software
 The Services layer offers
 Operating system functionality
 Vehicle network communication and management services
 Memory services (NVRAM management)
 Diagnostic services
 ECU state management
 Provide basic services for application and Basic Software modules
15
Example AUTOSAR System : Lighting System
Software Component View
16
Example AUTOSAR System : Lighting System
Virtual Functional Bus View
17
Example AUTOSAR System : Lighting System
Mapped System
18
Example AUTOSAR System : Lighting System
Basic Software Architecture

More Related Content

Similar to fdocuments.in_automotive-embedded-system-development-in-autosar-56ecec1fda1bb.ppt

COMPRO- WEB ALBUM & MOTION ANALYZER
COMPRO- WEB ALBUM  & MOTION ANALYZERCOMPRO- WEB ALBUM  & MOTION ANALYZER
COMPRO- WEB ALBUM & MOTION ANALYZER
Ashish Tanwer
 
Future Intelligent Mobility with Adaptive AUTOSAR - Transforming Vehicle E/E A
Future Intelligent Mobility with Adaptive AUTOSAR - Transforming Vehicle E/E AFuture Intelligent Mobility with Adaptive AUTOSAR - Transforming Vehicle E/E A
Future Intelligent Mobility with Adaptive AUTOSAR - Transforming Vehicle E/E A
GlobalLogic Croatia
 
01-AUTOSAR In-vehicle Standardization with Certainty of Operations towards Gl...
01-AUTOSAR In-vehicle Standardization with Certainty of Operations towards Gl...01-AUTOSAR In-vehicle Standardization with Certainty of Operations towards Gl...
01-AUTOSAR In-vehicle Standardization with Certainty of Operations towards Gl...
Sivaram P
 
Surekha_haoop_exp
Surekha_haoop_expSurekha_haoop_exp
Surekha_haoop_exp
surekhakadi
 

Similar to fdocuments.in_automotive-embedded-system-development-in-autosar-56ecec1fda1bb.ppt (20)

Autosar-software-component_0hg.pptx
Autosar-software-component_0hg.pptxAutosar-software-component_0hg.pptx
Autosar-software-component_0hg.pptx
 
AUTOSAR_EXP_LayeredSoftwareArchitecture.pdf
AUTOSAR_EXP_LayeredSoftwareArchitecture.pdfAUTOSAR_EXP_LayeredSoftwareArchitecture.pdf
AUTOSAR_EXP_LayeredSoftwareArchitecture.pdf
 
COMPRO- WEB ALBUM & MOTION ANALYZER
COMPRO- WEB ALBUM  & MOTION ANALYZERCOMPRO- WEB ALBUM  & MOTION ANALYZER
COMPRO- WEB ALBUM & MOTION ANALYZER
 
Ia rm001 -en-p
Ia rm001 -en-pIa rm001 -en-p
Ia rm001 -en-p
 
Future Intelligent Mobility with Adaptive AUTOSAR - Transforming Vehicle E/E A
Future Intelligent Mobility with Adaptive AUTOSAR - Transforming Vehicle E/E AFuture Intelligent Mobility with Adaptive AUTOSAR - Transforming Vehicle E/E A
Future Intelligent Mobility with Adaptive AUTOSAR - Transforming Vehicle E/E A
 
Power point presentation on Industrial Automation
Power point presentation on Industrial AutomationPower point presentation on Industrial Automation
Power point presentation on Industrial Automation
 
What is AUTOSAR MCAL? Learn about the software module architecture and device...
What is AUTOSAR MCAL? Learn about the software module architecture and device...What is AUTOSAR MCAL? Learn about the software module architecture and device...
What is AUTOSAR MCAL? Learn about the software module architecture and device...
 
Keynote 4 cornelius_koetz_v04
Keynote 4 cornelius_koetz_v04Keynote 4 cornelius_koetz_v04
Keynote 4 cornelius_koetz_v04
 
Simulation of Signals with Field Signal Simulator
Simulation of Signals with Field Signal SimulatorSimulation of Signals with Field Signal Simulator
Simulation of Signals with Field Signal Simulator
 
SOFTWARE AND HARDWARE DESIGN CHALLENGES IN AUTOMOTIVE EMBEDDED SYSTEM
SOFTWARE AND HARDWARE DESIGN CHALLENGES IN AUTOMOTIVE EMBEDDED SYSTEMSOFTWARE AND HARDWARE DESIGN CHALLENGES IN AUTOMOTIVE EMBEDDED SYSTEM
SOFTWARE AND HARDWARE DESIGN CHALLENGES IN AUTOMOTIVE EMBEDDED SYSTEM
 
RamachandraParlapalli_RESUME
RamachandraParlapalli_RESUMERamachandraParlapalli_RESUME
RamachandraParlapalli_RESUME
 
01-AUTOSAR In-vehicle Standardization with Certainty of Operations towards Gl...
01-AUTOSAR In-vehicle Standardization with Certainty of Operations towards Gl...01-AUTOSAR In-vehicle Standardization with Certainty of Operations towards Gl...
01-AUTOSAR In-vehicle Standardization with Certainty of Operations towards Gl...
 
ISOBUS Software Stack Solution
ISOBUS Software Stack SolutionISOBUS Software Stack Solution
ISOBUS Software Stack Solution
 
DOTNET 2013 IEEE MOBILECOMPUTING PROJECT Model based analysis of wireless sys...
DOTNET 2013 IEEE MOBILECOMPUTING PROJECT Model based analysis of wireless sys...DOTNET 2013 IEEE MOBILECOMPUTING PROJECT Model based analysis of wireless sys...
DOTNET 2013 IEEE MOBILECOMPUTING PROJECT Model based analysis of wireless sys...
 
OPC OLE for Process Control (OPC)
OPC OLE for Process Control (OPC)OPC OLE for Process Control (OPC)
OPC OLE for Process Control (OPC)
 
A CASE STUDY ON EMBEDDED SYSTEM SOFTWARE STACK LAYERS
A CASE STUDY ON EMBEDDED SYSTEM SOFTWARE STACK LAYERS A CASE STUDY ON EMBEDDED SYSTEM SOFTWARE STACK LAYERS
A CASE STUDY ON EMBEDDED SYSTEM SOFTWARE STACK LAYERS
 
Yokogawa VigilantPlant Solutions Partner
Yokogawa VigilantPlant Solutions PartnerYokogawa VigilantPlant Solutions Partner
Yokogawa VigilantPlant Solutions Partner
 
Surekha_haoop_exp
Surekha_haoop_expSurekha_haoop_exp
Surekha_haoop_exp
 
UDS: Vehicle Diagnostics in AUTOSAR Software Architecture
UDS: Vehicle Diagnostics in AUTOSAR Software Architecture UDS: Vehicle Diagnostics in AUTOSAR Software Architecture
UDS: Vehicle Diagnostics in AUTOSAR Software Architecture
 
In Automotive Environments - HU Michel
In Automotive Environments - HU MichelIn Automotive Environments - HU Michel
In Automotive Environments - HU Michel
 

More from Sindhu Mani (10)

M7_L3_PPT.computer organization and archit
M7_L3_PPT.computer organization and architM7_L3_PPT.computer organization and archit
M7_L3_PPT.computer organization and archit
 
M7_L1_PPT.computer organization and archi
M7_L1_PPT.computer organization and archiM7_L1_PPT.computer organization and archi
M7_L1_PPT.computer organization and archi
 
06-unit-iintrouml25sep2015-160901172758.pptx
06-unit-iintrouml25sep2015-160901172758.pptx06-unit-iintrouml25sep2015-160901172758.pptx
06-unit-iintrouml25sep2015-160901172758.pptx
 
structures-and-types-of-solids presentation
structures-and-types-of-solids presentationstructures-and-types-of-solids presentation
structures-and-types-of-solids presentation
 
ADDA_Lecture_P1. digital techniques lecture
ADDA_Lecture_P1. digital techniques lectureADDA_Lecture_P1. digital techniques lecture
ADDA_Lecture_P1. digital techniques lecture
 
digital camera image capturing technique
digital camera image capturing techniquedigital camera image capturing technique
digital camera image capturing technique
 
2. Functional Components of Computing System.pptx
2. Functional Components of Computing System.pptx2. Functional Components of Computing System.pptx
2. Functional Components of Computing System.pptx
 
The primary purpose of memory interfacing is to facilitate the transfer of da...
The primary purpose of memory interfacing is to facilitate the transfer of da...The primary purpose of memory interfacing is to facilitate the transfer of da...
The primary purpose of memory interfacing is to facilitate the transfer of da...
 
To expose students to various challenges and constraints of special purpose c...
To expose students to various challenges and constraints of special purpose c...To expose students to various challenges and constraints of special purpose c...
To expose students to various challenges and constraints of special purpose c...
 
jun.pptx
jun.pptxjun.pptx
jun.pptx
 

Recently uploaded

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
MsecMca
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 

fdocuments.in_automotive-embedded-system-development-in-autosar-56ecec1fda1bb.ppt

  • 2. 2 Contents What is AUTOSAR AUTOSAR from a Technical Point of View Example AUTOSAR System Automotive Embedded System Development in AUTOSAR
  • 3. 3 What is AUTOSAR AUTOSAR (AUTomotive Open System Architecture)  De-facto standard, jointly developed by automobile manufacturers, suppliers and tool developers.  More than 100 member companies  Homepage : www.autosar.org The idea of AUTOSAR  Standardized and uniquely-specified interfaces basic software modules help to master the increasing complexity  The consequence is reusability, efficiency and easy handling of electronic in the automobile AUTOSAR Target and Goal  Define open reference architecture for ECU software  Specify a clear interface between basis software components and application  Reusability  Growing software quality
  • 4. 4 What is AUTOSAR AUTOSAR partnership 10 Core Partners 48 Associate Members 52 Premium Members OEM Tier 1 Standard Software Tools Semi- conductors CapeWare Source:
  • 5. 5 What is AUTOSAR AUTOSAR Project Objectives  AUTOSAR vision is an improved complexity management of highly integrated E/E architectures through an increased reuse of SW modules between OEM and suppliers.
  • 7. 7 ECU-Hardware AUTOSAR Runtime Environment (RTE) Actuator Software Component AUTOSAR Interface Application Software Component Sensor Software Component Application Software Component .............. AUTOSAR Software Basic Software Standardized Interface AUTOSAR Interface AUTOSAR Interface AUTOSAR Interface Microcontroller Abstraction AUTOSAR Software Component Interface ECU Firmware Standard Software Standardized AUTOSAR Interface Services Standardized Interface ECU Abstraction AUTOSAR Interface Standardized Interface Complex Device Drivers AUTOSAR Interface API 2 VFB & RTE relevant Standardized Interface Communication Standardized Interface Standardized Interface Operating System API 1 RTE relevant API 0 Standardized Inteface API 3 Private Interfaces inside Basic Software possible AUTOSAR Layered Architecture AUTOSAR from a Technical Point of View
  • 8. 8 AUTOSAR from a Technical Point of View AUTOSAR Layered Architecture
  • 9. 9 AUTOSAR from a Technical Point of View Methodology  Derive E/E architecture from formal descriptions of soft- and hardware components Functional software is described formally in terms of “software Components” (SW-C). Using “Software Component Descriptions” as input, the “Virtual Functional Bus” validates the interaction of all components and interfaces before software implementation. Mapping of “Software Components” to ECUs and configuration of basic software. The AUTOSAR Methodology supports the generation of an E/E architecture.
  • 10. 10 AUTOSAR from a Technical Point of View AUTOSAR SW-C (Software Component)  Application is divided into SW-Cs.  Software Components consist of  Ports Interface to other SW-Cs  Runnable Entities (or Runnables) Procedures which contain the actual implementation Triggered cyclically or on event (e.g. data reception)  Other software components Composite components for hierarchical design  Three types of SW-C  Atomic SW-C  Composite SW-C  Sensor/Actuator SW-C
  • 11. 11 AUTOSAR from a Technical Point of View RTE (Runtime Environment)  Implementation of Virtual Functional Bus  Interface between SW-Cs and Basic Software  All calls to basic software pass through the RTE  Communication method : Send/Receive signals, Client/Server functionality  Triggering of runnables : Cyclically or On event
  • 12. 12 AUTOSAR from a Technical Point of View MCAL (Microcontroller Abstraction Layer)  MCAL is the lowest software layer of the Basic Software  It contains internal drivers, which are software modules with direct access to the microcontroller internal peripherals and memory mapped microcontroller external devices  Make higher software layers independent of microcontroller
  • 13. 13 AUTOSAR from a Technical Point of View EAL (ECU Abstraction Layer)  The EAL interfaces the drivers of the MACL  It also contains drivers for external devices  It offers an API for access to peripherals and divides regardless of their location and their connection to the microcontroller (port pins, type of interface)  Make higher software layers independent of ECU hardware layout
  • 14. 14 AUTOSAR from a Technical Point of View Services Layer  Services Layer is the highest layer of the Basic software which also applies for its relevance for the application software  The Services layer offers  Operating system functionality  Vehicle network communication and management services  Memory services (NVRAM management)  Diagnostic services  ECU state management  Provide basic services for application and Basic Software modules
  • 15. 15 Example AUTOSAR System : Lighting System Software Component View
  • 16. 16 Example AUTOSAR System : Lighting System Virtual Functional Bus View
  • 17. 17 Example AUTOSAR System : Lighting System Mapped System
  • 18. 18 Example AUTOSAR System : Lighting System Basic Software Architecture