Other Parts Discussed in Thread: CC2538, CC2591, CC2592
zstack3.0中mac/low_level里面有2个目录,srf04和srf05, 其中哪一个是可以支持cc2538的驱动啊? 求教,谢谢!
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.
srf05里的配置可以用于CC2538
/* CCACTRL0 */
#define CCA_THR 0xFCUL /* -4-76=-80dBm when CC2538 operated alone or with CC2591 in LGM */
/* CC2538-CC2591 has 6db gain whereas CC2538-CC2592 has 3db. Choosing the lower value for threshold */
#define CCA_THR_HGM 0x03UL /* 3-76=-73dBm when CC2538 operated with CC2592 in HGM */
#define CCA_THR_MINUS_20 0x38UL