Hello, I am working on the Normal Mode on STM32H735G-DK board using FDCAN1 & FDCAN2, but the callback function is not triggered, but when I use the same code on STM32H745I-DISCO board, it worked, anybody has any idea?
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...