CC2591应该怎样配置才能接收到数据,我现在只要一打开CC2591,两个模块就不能通讯了,代码是参考basicRF改写的
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.
您好,我的代码也是参考basicRf编写的,使用的是cc2530连接2591,但是发现使用2591之后,信号没有明显的放大;
我只在原先的BascieRf的基础上,在RfInit()中添加了:
P0SEL&=~BV(7);
P0DIR|=BV(7);
AGCCTRL1 = 0x16;
/* Nothing to be done on radio. */
/* P1_1 -> PAEN */
RFC_OBS_CTRL0 = 0x68;
OBSSEL1 = 0xFB;
RFC_OBS_CTRL1 = 0x6A;
OBSSEL4 = 0xFC;
P0_7=1;
这一段是我从z-stack中复制出来的,同时按照说明文档写上去的,请问大概的问题在哪里~
非常感谢!!