Open E-genin opened 2 years ago
The implemented logic of SWS_Can_00200 :
else if(((Transition == CAN_CS_STARTED) && ( ControllerState[Controller]!=CAN_CS_STOPPED)) || ((Transition == CAN_CS_SLEEP) && (ControllerState[Controller]!= CAN_CS_STOPPED || ControllerState[Controller]!= CAN_CS_SLEEP)))
doesn't seem to check on the UNINIT transition (_CAN_CSSTARTED -> UNINIT is not a valid transition) :
The implemented logic of SWS_Can_00200 :
doesn't seem to check on the UNINIT transition (_CAN_CSSTARTED -> UNINIT is not a valid transition) :