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.

zigbee协议栈信道扫描实现问题

具体操作:1、去掉 f8wConfig.cfg  2.4g的16个信道的屏蔽; 执行结果:只在2405Mhz中采集到beacon request ,其他信道无;

2、根据网上的经验:-DMAX_CHANNELS_24GHZ      0x07FFF800  去掉屏蔽;执行结果:编译出错,Fatal Error[Su011]: More than one source file specified:
请教内容:如何开启所有信道的扫描,是否在osal_init_systerm()里面 具体什么时候调用?

本人新手,还望有经验的前辈指点,谢谢!