当前位置:网站首页>[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
边栏推荐
- Leetcode-2115: find all the dishes that can be made from the given raw materials
- University of Toronto: Anthony coach | the conditions of deep reinforcement learning can induce dynamic risk measurement
- Shell 实现文件基本操作(sed-编辑、awk-匹配)
- 2022 list of manufacturers of Chinese 3D vision enterprises (guided positioning and sorting scenes)
- leetcode-2280:表示一个折线图的最少线段数
- AttributeError: ‘tuple‘ object has no attribute ‘layer‘问题解决
- 【案例分享】让新时代教育发展与“数”俱进
- lex && yacc && bison && flex 配置的问题
- Centos7 one click compilation to build MySQL script
- leetcode-849:到最近的人的最大距离
猜你喜欢
文件操作IO-Part2
为什么网站打开速度慢?
Solution to the problem of abnormal display of PDF exported Chinese documents of confluence
【AutoSAR 四 BSW概述】
奥斯陆大学:Li Meng | 基于Swin-Transformer的深度强化学习
【AutoSAR 六 描述文件】
Shell 实现文件基本操作(sed-编辑、awk-匹配)
University of Toronto: Anthony coach | the conditions of deep reinforcement learning can induce dynamic risk measurement
[MCU project training] eight way answering machine
Rust ownership (very important)
随机推荐
An excellent orm in dotnet circle -- FreeSQL
Shell implements basic file operations (cutting, sorting, and de duplication)
MySQL multi table joint deletion
Vulkan并非“灵药“
leetcode-2280:表示一个折线图的最少线段数
使用jenkins之二Job
Introduction and use of ftrace tool
Gan model architecture in mm
【雅思阅读】王希伟阅读P1(阅读判断题)
【AutoSAR 二 AppL概述】
Rust所有权(非常重要)
如何系统学习机器学习
File operation io-part2
Illustrated network: what is virtual router redundancy protocol VRRP?
Redis21 classic interview questions, extreme pull interviewer
Tensorflow 2.x(keras)源码详解之第十五章:迁移学习与微调
测试右移:线上质量监控 ELK 实战
Nc17059 queue Q
2022 list of manufacturers of Chinese 3D vision enterprises (guided positioning and sorting scenes)
Logback configuration file