2023-01-28 05:36 AM
always stuck in here Error_Handler, and only TxData can load Message successfully twice, so I think it's because of the Callback function is not triggered, so the transmission is interrupted and also RxData didn't receive message.
Here is the Callback function:
And What's more, the Error lead to this part:
which I don't know how to solve it...
Any help will be appreciated!
2023-02-03 12:02 AM
Hello @Acecream
You should ensure that the clock frequency and the baud rate of the FDCAN peripheral are properly configured and initialized. Try comparing the configurations of the FDCAN peripheral and refer to the examples in Cube firmware.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.