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.

cc2530 入网时要求的信号强度宏 MAC_SPEC_MIN_RECEIVER_SENSITIVITY,可以动态修改吗?

Other Parts Discussed in Thread: Z-STACK

请教TI的工程师:

需求是,要求终端和协调器 靠的很近时,协调器才准许终端入网。 

入网成功后, 还原这个值。   我看到z-stack 源代码中, 只有入网时一处地方用到了这个宏做判断。  是否可以用一个全局变量来做? 

mac_radio_defs.c #if(MAC_RADIO_RECEIVER_SENSITIVITY_DBM > MAC_SPEC_MIN_RECEIVER_SENSITIVITY)