
rte - AUTOSAR: It is recommended to call directly a runnable from ...
Feb 20, 2019 · In general, if you want to circumvent something the RTE does, you're probably not designing things as intended by Autosar. Calling SWC runnables directly is a pretty big …
can bus - What happens if a bus-off error occurs in a CAN …
Feb 24, 2016 · Most new vehicles have AUTOSAR compliant software implementations. In the AUTOSAR communication stack, the CanSM (state manager) module has configurable BusOff …
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 …
How to Wakeup from Sleep during CAN network state transition?
Oct 6, 2022 · Reference: AUTOSAR_SWS_CANNetworkManagement.pdf You need to read detail the state diagram in section 7.20 for the state and possible transition. The wake-up and sleep …
diagnostics - what is the difference between the DEM Snapshot …
Jul 14, 2022 · In DEM while storing the fault data in the memory it store the info either in form of Snapshot data/ Freeze frame or Extended data/Recorded data. so what is the difference …
embedded - AUTOSAR configuaration - DCM module - Stack …
AUTOSAR configuaration - DCM module Asked 8 years, 6 months ago Modified 8 years, 1 month ago Viewed 3k times
autosar - How to use ApplicationDataTypes in C code - Stack …
Sep 5, 2017 · 1 For my understanding, the ApplicationDataType was introduced to AUTOSAR Version 4 to design Software-Components that are independent of the underlying platform and …
autosar - DEM Dependency on NVM - Stack Overflow
Feb 19, 2020 · 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 - SenderReceiverInterface with multiple data elements ...
Feb 22, 2024 · In AUTOSAR, SenderReceiverInterface can have multiple data elements as shown below snippet. Is there any advantage or implementation difference when multiple data …
Immediate storage of combined DTC - Dem AUTOSAR
Jan 25, 2021 · Is it correct behaviour of Dem module if it's saving for combined DTC (with immediate storage enabled) only snapshots and extended data? After power reset and read …