
c - File Structure of AUTOSAR BSW Modules - Stack Overflow
Feb 12, 2024 · I noticed in the last versions of AUTOSAR that the standard does not provide the file structure to follow for BSW modules. Before, the *.c, *.h files and the different interactions between …
autosar - DEM Dependency on NVM - Stack Overflow
I am trying to understand the dependency of DTC's with DEM_NVRamNBlocks. Does the number of DTC's effect the no of DEM_NVBlocks (DEM_NVBLOCK_PRIMARY)?
autosar - Davinci Configurator does not show ECU Components in the ...
Sep 22, 2024 · AFAIK, you have to add the ARXML files in to the "input files dialog" to import and use them in Davinci Configurator. For BSW Plugins (e.g. your own driver / service component below …
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 …
What is the clear difference between port driver and dio driver? (autosar)
Apr 5, 2024 · I have been reading the autosar documentation to better understand the autosar architecture. So, in the implementation of autosar classic, I have doubts regarding the construction of …
AUTOSAR Trusted function in QM application - Stack Overflow
Feb 23, 2024 · Interestingly, the (classic) Autosar OS Standard is quite hard to understand on this: The Operating System module shall allow exporting services from trusted OS-Applications. That means …
xml - What is the difference between Implementation datatype and ...
Jul 14, 2022 · The main goal of the ApplicationDataType is the description of the physical properties (unit, physical dimension, conversion between internal and physical value). The …
diagnostics - DTC status byte - DEM AUTOSAR - Stack Overflow
Jun 26, 2023 · I know I should save DTCs and snapshot data to non-volatile memory in case of failure, but should I also save DTC status bits? I think these bytes have instantaneous changing bits. For …
unit testing - How to test an AUTOSAR project? - Stack Overflow
Apr 30, 2020 · How a concrete AUTOSAR project gets tested depends type of product being developed and what your AUTOSAR toolchain and hardware stack providers support. If I was you, I would try to …
embedded - What is CAN Active, CAN passive and Sleep state in CAN ...
May 11, 2022 · I highly recommended to read Autosar Network Management Spec Where you will got the idea behind that. Maybe in your term it differences but likely same CAN Active : If at least one …