Bug on HAL_CAN_ConfigFilter for stm32f105 CubeMX
Posted on February 16, 2016 at 12:10When you set the filters for can2, software try to set the registers at base 0x4006800 + 0x200 instead of 0x4006400 + 0x200.Using handle hcan its correct ? MODIFY_REG(hcan->Instance->FMR ...