Hi,
When reading reference manual of CAN communication, I am very confused about the meaning of mask. I think literally speaking, "mask" means something covered and cannot be seen. So if we set those corresponding mask bits to "1", "mask" should take effect and we cannot really see those bits, eg: identifier. But when looking at the register description, it seems different. So I wonder if I set the ID mask bits to "0", do those ID still be used for acceptance filtering (comparing) or ignored (anything can pass)? And in the example code, masks are set to "0", do we want to use ID or not?
Thanks,
Yi