Bug in HAL_CAN_ConfigFilter() in STM32Cube_FW_F4_V1.4.0 ?
Posted on February 26, 2015 at 11:11The function HAL_CAN_ConfigFilter() takes as a parameter CAN_HandleTypeDef* hcan (a handle) but inside the function will be used a fixed CAN1. Line 370: /* Initialisation mode for the filter */ CAN1->FMR |= (u...