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.

CC2520: two-way Link base on the project "Basic_rf", how to use only [PAN ID], no Dest/source address

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!