STM32H523RET6: FDCAN ID FilterConfig
I'm applying ID masking for filtering in the FDCAN protocol, but it's not working.
The sensor I'm using has an ID of 315. In the code, I've set it to only receive messages with an ID of 320, but it's also receiving messages with an ID of 315, which it shouldn't.
The same issue is mentioned in this link: https://community.st.com/t5/stm32-mcus-products/help-with-fd-can-filter/td-p/585525. I'm configuring all the code settings, but ID filtering in CAN FD is not working. Can anyone explain why this is happening???

