Changes required in the CAN configurations for stm32f413xx, since the below configurations in the code is not working
Posted on December 08, 2017 at 12:32void MXCAN1Init(void){ __HAL_RCC_CAN1_CLK_ENABLE(); stat_stCAN_HandleTypeDefHCan1.Instance = CAN1; //stat_stCAN_HandleTypeDefHCan1.Init.Prescaler = (U16)((U32)HAL_RCC_GetPCLK1Freq() / // ...