STM32F407 DISCOVERY board CAN example
I have tried to get the CAN peripheral up and running on STM32F407 discovery board.
But I am stuck at one point.
Inside method HAL_CAN_Init(CAN_HandleTypeDef *hcan), I end up in the HAL_CAN_STATE_ERROR.
Is there any example available to test on the discovery board and to cross verify mistake made in my code..
I have used STMCubeMX to generate the skeleton code and have written the CAN initialization in the user code block.