Part Number: CC2520
hi
i downloaded the example "swrc090b", and try to design a two-way Link system,
the Data packets (without security) of BasicRF:
[Preambles (4)][SFD (1)][Length (1)][Frame control field (2)][Sequence number (1)][PAN ID (2)][Dest. address (2)][Source address (2)][Payload (Length - 2+1+2+2+2)][Frame check sequence (2)]
to maximum the bytes of the user payload. i want the frame filter work with PAN ID only, the simplified the frame like this
[Preambles (4)][SFD (1)][Length (1)][Frame control field (2)] [Sequence number (1)][PAN ID (2)] [Payload (Length - 2+1+2+2+2)][Frame check sequence (2)]
plese advice how to config the chip or provide me example project
thank you in advance!