autosar - WaitPoint and Event - Stack Overflow An Event in AUTOSAR has two different meanings regarding software components Either it triggers a RunnableEntity or it resolves a WaitPoint If a RunnableEntity is triggered e g by a DataReceivedEvent the Rte will activate your RunnableEntity and then you can call Rte_Read() to read the data
embedded - What is CAN Active, CAN passive and Sleep state in CAN . . . 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 least one NM node in a NM cluster needs communication, the NM protocol ensures that all required NM nodes remain awake
autosar - How the Functional safety is acheived by protecting PDU at . . . Actually, look into the newer AUTOSAR revisions (>4 2) and look into the AUTOSAR_EXP_LayeredSoftwareArchitecture about safety and the new Transformers Actually, the ASIL SWC is the end and not your AUTOSAR Com It could be fully ok, to have an QM ComStack You could just use an Safety OS and Safety RTE
Step by step developing AUTOSARs Software Component I'm a new learner about the AUTOSAR and already understand about summary of AUTOSAR Architecture I have read AUTOSAR_TR_Methodology pdf as my starting point to developing AUTOSAR's sofware components (SWC) For another information, I should get the "system extract" from the main organization and I will add my SWC into it