Detailed guidance on designing reusable components, including port interfaces and runnables.
The " AUTOSAR Compendium – Part 1: Application & RTE " is a highly specialized technical guide by , designed to bridge the gap between the official, often dense AUTOSAR specifications and practical implementation for software engineers. Overview of the Compendium
The book provides a structured methodology for automotive software development, covering: It is specifically based on the AUTOSAR 4
While the official AUTOSAR Classic Platform specifications can exceed 13,000 pages, this compendium distills the most critical aspects of the and the Runtime Environment (RTE) into a manageable 406-page reference. It is specifically based on the AUTOSAR 4.0.3 standard but remains foundational for understanding newer releases. Key Topics and Chapters
Unlike official documentation, the Compendium is formatted as a guideline rather than a set of requirements. Its value lies in: PART 1 – Application & RTE - AUTOSAR COMPENDIUM A breakdown of implementation data types
In-depth analysis of the RTE layer, which acts as the "glue" between SWCs and the Basic Software (BSW), or between different SWCs.
A breakdown of implementation data types, physical dimensions, and SI units, complete with ARXML syntax. and SI units
Covers mode switch procedures and asynchronous communication mechanisms. Practical Features for Engineers