STM32F4 CAN1, CAN2 sending data simultaneously is it possible ?
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...