In AUTOSAR System Template for 4-4, I find the following and I am looking for more clarity about which Table in System Template defines this "Functional Destination Address". Some hints please.
Which Attribute from System Template is Functional Destination Address for DCMIPdu in AUTOSAR?
49 Views Asked by user3806728 At
1
The AUTOSAR classic platform does not actively use a "diagnostic address". The routing of diagnostic messages is typically described using the
TpConnection
for CAN, Lin, FlexRay, and Ethernet.The last leg of
TpConnections
is further qualified by means of theDiagnosticConnection
that referencesTpConnection
in different roles, such as physical request, functional request, response.In other words, the
DiagnosticConnection
identifies a bundle ofTpCnnection
s and their role in the diagnostic communication.