Question
CAN-bus error-frame management on SMTF32F1x or SMTF32F4x
Using SMTF32F1x or SMTF32F4x or another, is it possible to receive/identify a generic error-frame on CAN-bus?
I'm using call back receiving and if I transmit an error-frame (I'm using Vector Canalyzer as tool), my call back is not running.
I also tried to enable HAL_CAN_ErrorCallback, but also this is never called.
What I have to do ?