User Activity

I try to get the Rx Can interrupt to work, but I only can receive Can-messages in polling mode not with any interrupt.Here is my Code from main.cCAN_FilterTypeDef sFilterConfig;   sFilterConfig.FilterMode = CAN_FILTERMODE_IDMASK; sFilterConfig.Fil...