HAL_CAN_Init() returns HAL_TIMEOUT on STM32F042
Hello, I generated a fresh CubeMX project which has can bus. HAL_CAN_Init() returns HAL_TIMEOUT. What could be the possible solution ?/* CAN init function */static void MX_CAN_Init(void){ CAN_FilterConfTypeDef sFilterConfig; static CanTxMsgT...