
When LdCom is used instead of COM? - Stack Overflow
Oct 9, 2021 · Communication in AUTOSAR can take two major paths : com and ldcom. I understand that ldcom is more efficient version of com (By removing most COM features). But are there any general …
What is POSIX PSE51 that Adaptive AUTOSAR based on?
Feb 13, 2018 · Adaptive AUTOSAR is POSIX-based, so it's like Linux in that broad sense. File systems are not part of PSE51. System calls are an implementation detail as far as POSIX is concerned, but …
What is the Difference between Aging and Healing in AUTOSAR DEM?
Nov 4, 2021 · According to AUTOSAR DEM SWS Document : Healing of diagnostic events The Dem module provides the ability to activate and deactivate indicators per event stored in the event …
autosar - How to use a CompuMethod with category linear - Stack …
Mar 4, 2020 · The conversion, however, is done by the AUTOSAR RTE and therefore hidden from the application code. In contrast, a CompuMethod of category TEXTTABLE leaves a trace in the code …
Newest 'autosar' Questions - Stack Overflow
In the AUTOSAR System Template I see for some rows in tables have Note Section with Stereotypes: and Tags: but for not all rows of the table. So what is the difference between these two types of rows ...
Adaptive Autosar Manifest files,What does Manifest.json and Manifest ...
Apr 17, 2021 · But my understanding from Autosar documents was that Manifest is supposed to be an arxml file. So does Execution Manager in the platform need this .json file to parse ? How are these …
Autosar function declaration - Stack Overflow
Sep 4, 2020 · In AUTOSAR there is one specification related to compiler abstraction refer that specification. FUNC is a macro defined in Compiler.h header file.The definition of macro looks like …
Can a runnable be preempted during its execution on AUTOSAR or …
Jul 1, 2017 · 1 In Autosar, runnables are mapped to tasks. Tasks can be preempted due to the priority. Where is the point of preemption? Does the preemption happen between runnables? Is a runnable …
Physical vs internal value in AUTOSAR - Stack Overflow
Jan 19, 2022 · 1 I have been struggling with the conversion of values in AUTOSAR from internal to physical values and vice versa. I understand this: The physical value is the value we send to the …
diagnostics - DEM debounce mechanism - Stack Overflow
Apr 20, 2018 · In the Autosar DEM module, there are two debounce mechanisms : Counter based and timer based.Which mechanism is a good one? How to decide, what mechanism needs to be applied …