Hi all:
One of the config. register is ADDR register, it specifies the packet filtration address.
My question is "what is packet filtration"?
Thank you
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi all:
One of the config. register is ADDR register, it specifies the packet filtration address.
My question is "what is packet filtration"?
Thank you
Yu Zhang said:One of the config. register is ADDR register, it specifies the packet filtration address.
My question is "what is packet filtration"?
Section 15 of the CC2500 datasheet (assuming you are still referencing that device) discusses the Packet Handling Hardware Support. Packet filtering can be accomplished by methods, either address filtering, maximum length filtering or CRC filtering. Section 15.3 discusses these filtering modes is more detail.
Essentially, the CC2500 packet handling hardware can be set up to reject packets received from the radio so that they are not sent to the RX FIFO for processing by an external host. This allows the CC2500 Packet Handling hardware to offload the external host processor from needing to inspect all packets received and determine if that packet is intended for the device function.