
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)?
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 …
What is the clear difference between port driver and dio driver?
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 …
autosar - Davinci Configurator does not show ECU Components in …
Sep 22, 2024 · AFAIK, you have to add the ARXML files in to the "input files dialog" to import and use them in Davinci Configurator. For BSW Plugins (e.g. your own driver / service component …
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 …
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 …
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 …
embedded - What is CAN Active, CAN passive and Sleep state in …
May 11, 2022 · I highly recommended to read Autosar Network Management Spec Where you will got the idea behind that. Maybe in your term it differences but likely same CAN Active : If at …
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. …
Autosar Network Management SWS 4.2.2. - Partial networking
May 8, 2020 · In Autosar NM 4.2.2 NM PDU Filter Algorithm, What is significance of CanNmPnFilterMaskByte . I understood that it is used to Mask (AND) with incoming NM PDU …