CAN message sending process in AUTOSAR

0
In the AUTOSAR communication service, sending CAN messages involves preparing data at the application layer, calling the PDU router for routing, segmenting through the CanTp module, and finally encapsulating and sending it to the CAN driver by the CanIf module.