
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 …
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. The polynomial …
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 …
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-Applications. That means …
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 …
In Autosar, how do we decide which SWC/BSW should go to trusted …
Oct 3, 2018 · From AUTOSAR_SWS_OS: Trusted: An OS-Application that may be executed in privileged mode and may have unrestricted access to the API and hardware resources. Only trusted …
Adaptive Autosar Manifest files,What does Manifest.json and Manifest ...
Apr 17, 2021 · Adaptive Autosar Manifest files,What does Manifest.json and Manifest.arxml have? Is the JSON file created out of arxml Asked 4 years, 10 months ago Modified 3 years, 5 months ago …
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 - 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 …
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 …