I have trying for two weeks but cant solve an error can you help me about the receive error.It is in stm32f4xx_hal_can.c at line 1136. The conditions given below;if ((hcan->State == HAL_CAN_STATE_READY) ||
(hcan->State == HAL_CAN_STATE_LISTEN...
I finally borrow a oscilloscope sorry for delaywhen only transmitter side on the bus no another nodeby using this scriptif ( ( hcan1.Instance->TSR & CAN_TSR_TME0 ) == CAN_TSR_TME0 ) // (1)
{
hcan1.Instance->sTxMailBox[ 0 ].TDTR = 8;
hca...