HAL_CAN_Start(&hcan) returns error 0x01
Dear all, I'm using stm32f412ret6 MCU in my custom made board. The code used is as below. The HAL_CAN_Start function returns HAL_ERROR. when debugged the issue is timeout with in the HAL_CAN_Start function. I don't understand if I'm going wrong any...