BUS OFF CONDITION
Author: Dr Kaarthick Balakrishnan BUS OFF is an error state of the #CAN Controller. Every CAN controller along a bus will try to detect errors within a message. If an […]
Author: Dr Kaarthick Balakrishnan BUS OFF is an error state of the #CAN Controller. Every CAN controller along a bus will try to detect errors within a message. If an […]
Author: Dr Kaarthick Balakrishnan Data mapping has to properly done with the help of the #delegation ports between the Application Software Component (#ASWC)and Communication Module. Once the #arxml file is
How to do DATA MAPPING for communication stack Read More »
Author: Kaarthick Balakrishnan Basic CAN The #IPDUs which are grouped in the Communication module will be forwarded to the CAN IF module. The CAN IF module will be responsible for
Basic CAN Vs Full CAN Read More »
Author: Kaarthick Balakrishnan COM signal When a data has to be sent from one Application Software Component( #ASWC) to another ASWC which is located in another #ECU then we use
COM signal vs COM IPDU Read More »
Author: Dr Kaarthick Balakrishnan Callback Functions Functionality that is defined by an #AUTOSAR module so that lower-level modules (i.e. lower in the Layered Software Architecture) can provide notification as required
What is Callback function and Callout Notification? Read More »
Ports are associated with all the Software Components (SWCs) and ports are unique to every SWC. Ports are not shared like Port Interfaces. A port is the interaction point between
Ports- Application Ports, Service Ports and Calibration Ports Read More »
AUTOSAR Interfaces are used in defining the ports of software-components and/or BSW modules. Through these ports, software-components and/or BSW modules can communicate with each other AUTOSAR makes it possible to
Interface Definitions in AUTOSAR Read More »
When a software component (SWC) in application layer want to communicate with another SWC it can use two types of interfaces- Sender Receiver Interface and Client Server Interface. Both these
Port API Options are used to define the Signature of Calls to communicate over Port Prototype in Application Software Component. We know from the Runnables, we will use API to
A connector is used to connect two ports in different software components. It symbolizes the data from flow from the PPort (Provider Port )to the RPORT (Require Port). There are
Assembly Connectors vs Delegation Connectors Read More »