Resolved! Canbus callback not working on stm32f429
Hi amazing community. I am working with stm32f429 and cube ide. This is my configuration for the project /** * @brief CAN1 Initialization Function * None * @retval None */ static void MX_CAN1_Init(void) { /* USER CODE BEGIN ...