Resolved! CAN_Error_Code doesnt really do anyting? (stm32f0xx)
Hi im trying to develop a bit of error management in my canbus driver.I noticed there is an ErrorCode inside the canbus structure. That error code could have any of these values: But it turns out the hcan.ErrorCode is always HAL_CAN_ERROR_NONE, even...