Other Parts Discussed in Thread: Z-STACK, CC2530
在一个特殊场景,只想把2530作为一个单片机使用,避免对其它节点造成干扰,需要关闭射频发射,请问在Z-STACK里调用哪个接口可以实现这个功能?谢谢
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.
tools下面的 f8wConfig.cfg
-DDEFAULT_CHANLIST=0x00000800
改成
-DDEFAULT_CHANLIST=0x00000001就可以了