File Structure of AUTOSAR BSW Modules - Stack Overflow 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 them were clearly defined, here is an example from the CAN Driver:
autosar - DEM Dependency on NVM - Stack Overflow 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)?
unit testing - How to test an AUTOSAR project? - Stack Overflow 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 draw a detailed "V" model of the project
can bus - CANDBC and ARXML difference - Stack Overflow 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 formats ARXML and CANDBC
c - Memory Mapping for AUTOSAR - Stack Overflow 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 memory section usually non-bss or data section
autosar - How to Clear DTCs internally? - Stack Overflow 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 internally
autosar - SenderReceiverInterface with multiple data elements . . . In AUTOSAR, SenderReceiverInterface can have multiple data elements as shown below snippet Is there any advantage or implementation difference when multiple data elements are used in a single software port compared to multiple software ports and each having single data elemment in the respective SenderReceiverInterface?