English
Language : 

DS80C410_09 Datasheet, PDF (66/102 Pages) Maxim Integrated Products – Network Microcontrollers with Ethernet and CAN
DS80C410/DS80C411 Network Microcontrollers with Ethernet and CAN
Address Check Block
The address check block of the Ethernet controller monitors the destination address of all incoming packets and
determines whether the address passes or fails the filter criteria configured by CPU. The outcome of this address
filter test, along with bits signaling whether the frame is a broadcast or multicast frame, is reported by the BCU in a
packet’s receive status word.
All incoming frames can be classified as one of three types: unicast, multicast, or broadcast (a special type of
multicast). A unicast frame contains a 0 in the first received bit of the destination address and is intended for a
single node on the network. A multicast frame contains a 1 in the first received bit of the destination address and is
intended for multiple devices on the network. A broadcast frame is a multicast frame containing all 1’s in the
destination address field and is intended for all network devices. Unless specifically disabled through the disable
broadcast frame (DBF) bit in the CSR MAC control register (00h), broadcast frames are always received by the
DS80C410 MAC.
The address filter criteria are established using five bits found in the CSR MAC control register (00h). Three basic
filter possibilities exist: perfect, inverse, and hash. Perfect filtering requires that the destination address perfectly
match the MAC physical address that has been assigned in CSR registers MAC address high (04h) and MAC
address low (08h). Inverse filtering requires that the destination address be anything other than the assigned MAC
physical address. Perfect and inverse filtering is only applied to unicast frames. Hash filtering uses a user-defined
hash table contained in CSR registers multicast address high (0Ch) and multicast address low (10h) to detect a
successful address match. Figure 8 shows the five bits controlling the destination address filter. Table 14 gives the
valid bit combinations and resultant filter modes. Note that some of the address filter mode control bits can instruct
the address check block to automatically pass or fail certain types of frames.
Figure 8. Address Filter Mode Control Bits
CSR Register MAC Control (00h)
31
0
Table 14. Address Filter Modes
FILTER MODE CONTROL BITS
PM
PR IF
HO
HP
0
0
0
0
0
0
0
1
0
0
0
0
0
0
1
1
0
0
0
x
0
0
0
1
1
1
0
0
1
1
x
1
0
x
x
HP (MAC Control.13) Hash/Perfect Filtering Mode
HO (MAC Control.15) Hash-Only Filtering Mode
IF (MAC Control.17) Inverse Filtering
PR (MAC Control.18) Promiscuous Mode
PM (MAC Control.19) Pass All Multicast
DESTINATION ADDRESS FILTER CRITERIA
UNICAST
PERFECT
INVERSE
PERFECT
PERFECT
HASH
HASH
MULTICAST
FAIL
FAIL
HASH
PASS
HASH
PASS
PASS (reset default state = 01000b)
66 of 102