About 50 results
Open links in new tab
  1. 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 …

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

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

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

  6. Why AutoSar defines new types other than use the standard one …

    Oct 12, 2022 · In addition to AUTOSAR-devised data types, which are mentioned in the previous sections, the Adaptive Platform also contains a number of generic data types and helper functions. …

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

  8. How to use global variables across SW Components in AUTOSAR Classic

    Dec 13, 2024 · In general, it is best not to use global variables across Software Components (SWCs) as it violates the AUTOSAR architectural principles of encapsulation and modularity. If you want to …

  9. Recovery from the CAN Bus-off state - Stack Overflow

    Oct 5, 2017 · When the REC value reaches 256, it enters into the BUS OFF state, so to recover from that, 128 times 11 recessive bit needs to send for it to recover. 128 is half of 256, where it will enter …

  10. Can someone explain what does PduR mean in AUTOSAR?

    Aug 29, 2018 · In many block diagrams of AUTOSAR specification they use the term PduR. But there is no such kind of module in AUTOSAR Schema. Can someone explain what does PduR mean?