没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
内容概要:本文档提供了关于 AUTOSAR Classic Platform 版本4.3系列中的CAN网络管理(CAN Network Management)的功能规格和技术细节,以及历次版本更新的重要修改点。涵盖了从API的调整、部分网络支持的改善到睡眠位变化等方面的具体变动情况及其对整个系统可能产生的影响。同时,详细阐述了 CAN-Network-Management 模块与其他模块之间的依赖关系、文件结构调整、配置参数优化等内容。最后,文档列出了基本软件模块的各项基本要求,包括参数校验、中断程序的运行时长限制、模块间实例命名隔离等方面的标准化规定,确保了各部件协同工作的可靠性和稳定性。 适合人群:汽车电子与嵌入式系统的研发人员,尤其专注于车载通讯协议的设计及实现的高级工程师。 使用场景及目标:为开发者提供最新的 AUTOSAR 规范指导,辅助理解和应用 CAN-Network-Management 相关功能,特别是在新项目的启动阶段或是现有项目升级至4.3.x版本过程中作为重要参考资料使用。
资源推荐
资源详情
资源评论
Specification of CAN Network Management
AUTOSAR CP Release 4.3.1
1 of 99 Document ID 013: AUTOSAR_SWS_CANNetworkManagement
- AUTOSAR confidential -
Document Change History
Date
Release
Changed by
Change Description
2017-12-08
4.3.1
AUTOSAR
Release
Management
Node Detection Configuration per
channel
Runtime Errors introduced
2016-11-30
4.3.0
AUTOSAR
Release
Management
API Harmonizations
Improved post-build parameter
support and dependencies
Transmission of additional NM
message on NM Coordinator
Ready Sleep Bit change
Introduction of Reliable TX
Confirmation
2015-07-31
4.2.2
AUTOSAR
Release
Management
Clarification NM message
transmission start
Clarification of configuration
dependencies
Clarification NM timers while
communication is disabled
2014-10-31
4.2.1
AUTOSAR
Release
Management
Removed obsolete configuration
parameters
Partial Network Handling
Improvements
Const usage in APIs reworked
2014-03-31
4.1.3
AUTOSAR
Release
Management
Rewording and improving Partial
Networking Algorithm Requirements
Remote Sleep Indication Timeout
handling corrected
Network Release handling during
communication control clarified
Document Title
Specification of CAN Network
Management
Document Owner
AUTOSAR
Document Responsibility
AUTOSAR
Document Identification No
013
Document Status
Final
Part of AUTOSAR Standard
Classic Platform
Part of Standard Release
4.3.1
Specification of CAN Network Management
AUTOSAR CP Release 4.3.1
2 of 99 Document ID 013: AUTOSAR_SWS_CANNetworkManagement
- AUTOSAR confidential -
Document Change History
Date
Release
Changed by
Change Description
2013-10-31
4.1.2
AUTOSAR
Release
Management
Fixed Message Cycle Time Offset
Handling
Corrected Active Wakeup Handling
Editorial changes
Removed chapter(s) on change
documentation
2013-03-15
4.1.1
AUTOSAR
Administration
Partial Network Handling corrected
Coordinator Support improved
Start-up Handling from Prepare-Bus
Sleep clarified
2011-12-22
4.0.3
AUTOSAR
Administration
Support for Partial Networking
Support for Car Wakeup
Immediate Transmission of NM-
PDUs
Support of a coordinated shutdown
with multiple connected gateways
2009-12-18
4.0.1
AUTOSAR
Administration
Changed Signature of RxIndication
and TriggerTransmit
Faster NM wakeup
2010-02-02
3.1.4
AUTOSAR
Administration
Nm User Data accessible through
PduR
Changed PDU handle ID exchange
with CanIf
No more instance specific
CanNm_MainFunction() APIs
Legal disclaimer revised
2008-08-13
3.1.1
AUTOSAR
Administration
Legal disclaimer revised
2008-02-01
3.0.2
AUTOSAR
Administration
Merge CAN NM and Generic NM
Document meta information
extended
Small layout adaptations made
Specification of CAN Network Management
AUTOSAR CP Release 4.3.1
3 of 99 Document ID 013: AUTOSAR_SWS_CANNetworkManagement
- AUTOSAR confidential -
Document Change History
Date
Release
Changed by
Change Description
2007-01-24
2.1.15
AUTOSAR
Administration
Post build and link-time
configuration variant introduced
Configurable NMPDU format
introduced
Passive mode introduced
Legal disclaimer revised
Release Notes added
“Advice for users” revised
“Revision Information” added
2005-05-31
1.0
AUTOSAR
Administration
Initial Release
Specification of CAN Network Management
AUTOSAR CP Release 4.3.1
4 of 99 Document ID 013: AUTOSAR_SWS_CANNetworkManagement
- AUTOSAR confidential -
Disclaimer
This work (specification and/or software implementation) and the material contained
in it, as released by AUTOSAR, is for the purpose of information only. AUTOSAR
and the companies that have contributed to it shall not be liable for any use of the
work.
The material contained in this work is protected by copyright and other types of
intellectual property rights. The commercial exploitation of the material contained in
this work requires a license to such intellectual property rights.
This work may be utilized or reproduced without any modification, in any form or by
any means, for informational purposes only. For any other purpose, no part of the
work may be utilized or reproduced, in any form or by any means, without permission
in writing from the publisher.
The work has been developed for automotive applications only. It has neither been
developed, nor tested for non-automotive applications.
The word AUTOSAR and the AUTOSAR logo are registered trademarks.
Specification of CAN Network Management
AUTOSAR CP Release 4.3.1
5 of 99 Document ID 013: AUTOSAR_SWS_CANNetworkManagement
- AUTOSAR confidential -
Table of Contents
1 Introduction and Functional Overview ................................................................. 9
2 Acronyms and abbreviations ............................................................................. 10
3 Related documentation...................................................................................... 11
3.1 Input documents ............................................................................................... 11
3.2 Related standards and norms .......................................................................... 11
3.3 Related specification ........................................................................................ 11
4 Constraints and assumptions ............................................................................ 12
4.1 Limitations ........................................................................................................ 12
4.2 Applicability to car domains .............................................................................. 12
5 Dependencies to other modules ........................................................................ 13
5.1 File Structure .................................................................................................... 14
5.1.1 Code File Structure ................................................................................ 14
5.1.2 Header File Structure ............................................................................. 14
6 Requirements traceability .................................................................................. 16
7 Functional specification ..................................................................................... 23
7.1 Coordination algorithm ..................................................................................... 23
7.2 Operational Modes ........................................................................................... 24
7.2.1 Network Mode ........................................................................................ 24
7.2.2 Prepare Bus-Sleep Mode ....................................................................... 27
7.2.3 Bus-Sleep Mode .................................................................................... 28
7.3 Network states ................................................................................................. 29
7.4 Initialization ...................................................................................................... 29
7.5 Execution ......................................................................................................... 30
7.5.1 Processor architecture ........................................................................... 30
7.5.2 Timing parameters ................................................................................. 31
7.6 Network Management PDU Structure .............................................................. 31
7.7 Communication Scheduling.............................................................................. 33
7.7.1 Transmission .......................................................................................... 33
7.7.2 Reception ............................................................................................... 35
7.8 Bus Load Reduction Mechanism ...................................................................... 35
7.9 Additional features ........................................................................................... 36
7.9.1 Detection of Remote Sleep Indication .................................................... 36
7.9.2 User Data ............................................................................................... 37
7.9.3 Passive Mode ........................................................................................ 38
7.9.4 Network Management PDU Rx Indication .............................................. 38
7.9.5 State change notification ........................................................................ 38
7.9.6 Communication Control.......................................................................... 38
剩余98页未读,继续阅读
资源评论
IAMeee
- 粉丝: 3976
- 资源: 7
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功