How to configure FDCAN1 with multiple RX filters?
I am using STM32G4 which allows 28 standard ID filters and 8 extended ID filters. This is from the Classic Frame Networking example:/* Configure Rx filter */ FDCAN_FilterTypeDef sFilterConfig; sFilterConfig.IdType = FDCAN_STANDARD_ID; sFilter...