About 3,970,000 results
Open links in new tab
  1. 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 violation of the concept. Runnables are schedulable entities, intended to be scheduled by the OS, indirectly through the RTE. A runnable should be activated by the RTE in response to an RTEEvent, or …

  2. 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 Monitoring and Recovery.

  3. 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 them were clearly defined, here is an example from the CAN Driver:

  4. 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 in network management means the communication state. And the specification defines the state to synchronize between ECUs in vehicle. For examples: During bus-sleep state is state that you …

  5. 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 between these two and whe...

  6. 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

  7. 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 are therefore re-usable in different projects and applications. But how about the implementation behind such a SW-C to be platform independent?

  8. 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)?

  9. 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 elements are used in a single software port compared to multiple software ports and each having single data elemment in the respective SenderReceiverInterface?

  10. 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 DTC I'm receiving status of DTC 0...