STM32F0 CAN Bus Busy Error
Posted on November 23, 2016 at 17:15 I'm working with CAN bus and sometimes my code stop receiving CAN Messages, only send. The function below /* Receive */ if (HAL_CAN_Receive_IT(CanHandle2, CAN_FIFO0) != HAL_OK) { /* Reception E...