Resolved! FDCAN g431 doesn't filter
Hello, i'm testing FDCAN in my stm32g431 and it doesn't work well. Messeges goes throught it, even if ID doesn't match (TxHeader.Identifier = 0x102 shouldn't pass, but it does!) static void MX_FDCAN1_Init(void){hfdcan1.Instance = FDCAN1;hfdcan1.Init....