Resolved! Unable to receive messages from USB CAN Analyzer to STM32F407 Discovery board.
Hello,I am trying to send the message from my USB-CAN Analyzer to my board STM32F407 discovery board, but I am unable to do that. HAL_CAN_GetRxMessage(&hcan1, CAN_RX_FIFO0, &rx_header, rx_data); // Process received message handleReceivedMessage(...