Hi, I am using the MC9S08DZ96MLH chip in a project. In this project, this chip receives messages with the following identifiers. Considering that this chip is placed on the car's CAN network and many other identifiers are sent on this network, the amount of stimulation of receiving interruptions in the CAN network of this chip is very high, which causes interference in some functions. All received messages on CAN are of standard type, so they are 11-bit identifiers.
Please guide me about setting the best mask filters due to the required IDs for this chip in the processor expert section.
receives messages with the following identifiers:
0x082 -> 0000 1000 0010
0x088 -> 0000 1000 1000
0x094 -> 0000 1001 0100
0x0A2 -> 0000 1010 0010
0x0AE -> 0000 1010 1110
0x0A9 -> 0000 1010 1001
0x0C2 -> 0000 1100 0010
0x0E9 -> 0000 1110 1001
0x0E8 -> 0000 1110 1000
0x0C9 -> 0000 1100 1001
0x028 -> 0000 0010 1000
0x109 -> 0001 0000 1001
0x129 -> 0001 0010 1001
0x149 -> 0001 0100 1001
0x169 -> 0001 0110 1001
0x189 -> 0001 1000 1001
0x150 -> 0001 0101 0000
0x749 -> 0111 0100 1001
0x70A -> 0111 0000 1010
0x288 -> 0010 1000 1000
0x62C -> 0110 0010 1100
0x68C -> 0110 1000 1100
0x6AC -> 0110 1010 1100