问下有次看资料看到在ZIGBEE要发送数据的时候,如果发现网络有帧在传播,会等待一段时间,在重新发送,。有这个设置吗??有的话在哪里更改时间啊??
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.
我想问你个问题,我在协议栈里面,想使用定时器1的模模式,想使用中断方式,课就是进入不了中断,不知道哪个寄存器配置的有问题
配置如下:
T1CC0L = 0xF4;
T1CC0H = 0x01;
T1CCTL0 |= 0x44;
T1STAT= 0x21;
TIMIF &= ~(1<<6);
IRCON &= ~0x02;
EA = 1;
T1IE = 1;
T1CTL = 0x0A;
希望得到你的解答,谢谢