Well, not sure I get it this time :smileyhappy:
Suppose global masking scheme; RXGMASK, RX14MASK and RX15MASK. In this scheme, MB14 and MB15 have individual masks and the others share the global mask.
So if you set the RXGMASK = 0x1FF80000 (meaning the lowest incoming standard ID bit does not care)
and set message buffers MB1-MB3 for reception with MB1 ID = 0x50, MB2 ID = 0x60 and MB3 ID = 0x70
then
incoming messages with ID 0x50 and 0x51 will match for MB1
incoming messages with ID 0x60 and 0x61 will match for MB2
incoming messages with ID 0x70 and 0x71 will match for MB3
Regards,
Petr