Setting two CAN IDs in the Acceptance filter on STM32G474
I am using the STM32G474E-EVAL1 board and the example FDCAN_Com_polling.It is working and only accept ID of 0x111.The code is: sFilterConfig.IdType = FDCAN_STANDARD_ID; sFilterConfig.FilterIndex = 0; sFilterConfig.FilterType = FDCAN_FILTER_MASK;...