Other Parts Discussed in Thread: CC2520
hello,
i am implementing csma-ca layer over minimal rf layer on cc2520 software examples "per test".
do i have to implement with MAC layer compulsory or without mac also it can be implemented.
thanks
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.
Other Parts Discussed in Thread: CC2520
hello,
i am implementing csma-ca layer over minimal rf layer on cc2520 software examples "per test".
do i have to implement with MAC layer compulsory or without mac also it can be implemented.
thanks
Hi,
you don't need the entire MAC layer if you just want to implement CSMA-CA scheme.
However, i would recommend you look as a reference the implementation of CSMA in TI-MAC which is certified, deployed in thousands of applications and systems.
The code that handles CSMA is exposed.
If you choose to implement your own version of SW driver for the CC2520 radio, I suggest you post your queries onto Low Power RF Proprietary Software & SimpliciTI Forum
Thanks,
TheDarkSide