Not able to initialize bxCAN controller of STM32F042K6
Hi,I tried to use the ST driver function HAL_CAN_Init(CAN_HandleTypeDef* hcan) to initialize the CAN controller. Here is the code:HAL_StatusTypeDef HAL_CAN_Init(CAN_HandleTypeDef* hcan){ uint32_t status = CAN_INITSTATUS_FAILED; /* Default init status...