Posted on January 06, 2018 at 13:45I want to send data over CAN1, CAN2 at the same time,so in the Code simple : HAL_CAN_Transmit(&hcan1, 50); HAL_CAN_Transmit(&hcan2, 50) ;so I'm getting situation presented on upper side of the image :th...
Posted on January 06, 2018 at 16:20yes sorry, I didn't mentioned about that.CAN1, CAN2 are connected to the different physical CAN BUS.My assumption was, that it should be available send data at the same time . I still cannot find explanation for th...