I am stuck at a point where I am configuring the DCM module and the current parameter I am trying to configure DcmTimStrP2AdjustServer
,
The requirement is P2CAN_SERVER_MAX = 25ms;
P2STARCAN_SERVER_MAX = 5000ms;
Is DcmDspSessionP2ServerMax
the same as P2CAN_SERVER_MAX
? and if it is the same
What is the need for DcmTimStrP2AdjustServer
and how do I find the best value for DcmTimStrP2AdjustServer
.(The values all should be a multiple of DcmTaskTime
which I find to be logical).
DcmTaskTime = 5ms;
I am following Autosar 4.0.3, using ETAS tool for configuring the parameters.