About 4,190,000 results
Open links in new tab
  1. 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 …

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

  3. 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 …

  4. can bus - CANDBC and ARXML difference - Stack Overflow

    Jan 2, 2024 · AUTOSAR is restricted to automotive field while CANDBC is not. AUTOSAR toolchains that I've worked with all support the export and import of CAN network design …

  5. CAPL script for checksum CRC 8 SAE-J1850 calculation

    Jun 17, 2022 · I'm new to CAPL programming and trying to create a node which can send an message with Checksum (CRC 8 SAE-J1850) and message counter to my ECU via CAN bus. …

  6. IPDU transmission from PDUR to specific bus interface

    Jun 22, 2022 · I am totally new to autosar and while going through the documents i have a doubt So, when PDUR recieves signal from upper layer how will it seggregate and send them to …

  7. unit testing - How to test an AUTOSAR project? - Stack Overflow

    Apr 30, 2020 · Ask engineers how "well-modelled" your project is, before making a test-plan or test-tool decision. AUTOSAR is the buzzword that makes a developer/tester tool cost n-times …

  8. 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 …

  9. 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 …

  10. 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 …