About 5,550,000 results
Open links in new tab
  1. 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)?

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

  3. 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 between the file …

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

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

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

  7. autosar - How to Clear DTC's internally? - Stack Overflow

    Oct 31, 2022 · I am trying to delete diagnostic information but I am strugling to find the configuration in Tresos which would enable ClearDTC interface. What would be the right way to clear all DTC's …

  8. c - Memory Mapping for AUTOSAR - Stack Overflow

    Dec 16, 2019 · 0 This is general problem for the Memory mapping in Autosar stack development. Where will var1 and var2 be arrange in Memory ? : It will be dummped into unmapped and uninitialize …

  9. Inter-ECU Communication of ARRAY type of ISignal for …

    Mar 20, 2025 · AUTOSAR RTE to COM Data Transfer supports only UINT8_N type of Array ISignal. Software Components does support ARRAY type of Port Interfaces with UINT32/UINT16 Data type …

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