当前位置:网站首页>[AUTOSAR I overview]
[AUTOSAR I overview]
2022-07-03 00:49:00 【Ke Yuqian】
AutoSAR One summary
1. AutoSAR summary
• AUTOSAR Namely AUTomotive Open System ARchitecture For short , The Chinese translation is the open system architecture of automobile
1.1 AutoSAR Architecture layering
1.1.1 Auto Three tier architecture of

• Application software layer (AppL) It is mainly used to store our own code
• Real time running environment (RTE) It is to provide the resources required by the application layer , At the same time, the application layer and the bottom layer are isolated
• Basic software layer (BSW) Is to package the hardware , All the way to the state of a standard operating system , So that the upper layer can call system services in a standardized way
The application layer and BSW Layers are larger than other layers , This is because they can be subdivided , Next, let's look at the following picture , We subdivide the application layer and the basic software layer , Now we will discuss these layers separately :

1.1.2 Application software layer AppL
1.1.3 Real time running environment RTE
RTE More like a virtual machine , While isolating the upper application from the lower operating system , It is also compatible with software developed by different manufacturers .
1.1.4 Basic software layer BSW
The basic software layer is divided into 4 Most of the :
- Hardware abstraction layer (MCAL): Maybe I used it STM32 All children's shoes should know the concept of Library , The hardware abstraction layer is also called MCAL, That is to package the register operations of the chip into one AutoSAR Specified Unified Library Api. That is to say, this set Api It is supported by different manufacturers , But how to realize it at the bottom , It's about the chip manufacturer . There are also software tools EB, It can be configured through the interface MCAL function
- ECU Abstraction layer : if MCAL Only the chip is encapsulated , that ECU The abstraction layer encapsulates all the hardware on the hardware . For example, our controller has a main chip Infineon TC275, And sampling circuit , Power circuit ,CAN Circuits, etc . and MCAL It encapsulates the functions of the chip . and ECU The abstraction layer is to make all these into a unified package . So no matter how the hardware is implemented , After encapsulation here , Also formed a unified Api
- Service layer : Here is a more advanced level , The service layer contains the operating system (OS) Of .OS Will use ECU Abstract layer Api, Then expose the service interface to the upper layer , In fact, it is an embedded real-time operating system (RTOS) The work done .
- Complex drive : Also known as CDD, The main task is to AutoSAR Some undefined functions are encapsulated , Provide interfaces to the application layer to invoke these functions .( Simply put, other concepts )
1.2 Tool chain
2 Big schools :
• MATLAB + DaVinci( Domestic mainstream , Reference books are 《 be based on AUTOSAR Standardized software development of vehicle motor controller 》)
• MATLAB + ETAS( Bosch and liandian mainly use this , Reference books are 《AUTOSAR Specification and software development of vehicle controller 》)
- There is also a domestic company that does AutoSAR Development tools , It's called Hengrun
2. Learning materials
2.1 AutoSAR file
2.2 Chip manual
2.3 Automobile related standard agreement
边栏推荐
- Vulkan practice first bullet
- Rust所有权(非常重要)
- Is there a free text to speech tool to help recommend?
- [golang syntax] map common errors golang panic: assignment to entry in nil map
- 线程的启动与优先级
- The "2022 China Digital Office Market Research Report" can be downloaded to explain the 176.8 billion yuan market in detail
- leetcode-934:最短的桥
- Array common operation methods sorting (including ES6) and detailed use
- 如何系统学习机器学习
- Teach you JDBC hand in hand -- structure separation
猜你喜欢
随机推荐
世平信息首席科学家吕喆:构建以数据和人员为中心的安全能力
[shutter] image component (load network pictures | load static pictures | load local pictures | path | provider plug-in)
1.11 - bus
关于XML一些介绍和注意事项
MySQL multi table joint deletion
Advanced pointer (I)
About qbytearray storage hexadecimal and hexadecimal conversion
[shutter] image component (the placeholder | transparent_image transparent image plug-in is loaded into the memory)
Thread start and priority
1.11 - 总线
简单聊聊运维监控的其他用途
leetcode-934:最短的桥
Shell implements basic file operations (SED edit, awk match)
数组与集合性能比较
mm中的GAN模型架构
Web2.0 giants have deployed VC, and tiger Dao VC may become a shortcut to Web3
【AutoSAR 十 IO架构】
Callback event after the antv X6 node is dragged onto the canvas (stepping on a big hole record)
Leetcode-241: designing priorities for operational expressions
Key detection and sinusoidal signal output developed by Arduino









