Hello @PetrS ,
Thanks for the reply.
As per your previous reply, for mask 0x7F8, lower 3 bits are don't care, MB receives IDs 0x600-0x607.
means
0110 0000 0000
0110 0000 0111
---------------------
0111 1111 1000==>0x7F8(Last 3 bits(0-2) must be 0 because of don't care, Ex-NOR operation need to do for remining bits from 3 to 10) right?
If the above scenario is correct then for 0x18c,0x28c,0x38c and 0x48c
0000 0001 1000 1100
0000 0100 1000 1100
-----------------------------
0000 0000 1111 1111==>0X0FF(is this mask value is fine)?
or else i need to configure different MB's with individual ID's 0x18c, 0x28c,0x38c,0x48c or any better way of masking method is there?