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.

cc1100怎么实现点多多通讯啊

Other Parts Discussed in Thread: CC1101, CC1100

我的模块寄存器设置如下面

IOCFG2       0x29       //GDO2 输出脚配置
#define   IOCFG1         0x06       //GDO1 输出脚配置
#define   IOCFG0         0x06       //GDO0 输出脚配置
#define   FIFOTHR        0x07       //RX FIFO 和TX FIFO门限
#define   SYNC1          0xD3       //同步词汇,高字节
#define   SYNC0          0x91       //同步词汇,低字节
#define   PKTLEN         0xFF       //数据包长度
#define   PKTCTRL1       0x05//0x04  06        //数据包自动控制  0100地址校验关 00广播  78页
#define   PKTCTRL0       0x05       //数据包自动控制 可变数据包 CRC开启 白化关闭
#define   ADDR           0x05//0x00       //设备地址
#define   CHANNR         0x00       //信道数

我开启了地址过滤,为什么我改变地址的时候还是能收到数据的,用中断查询方法,主机地址要怎么设置,从机又有什么要注意的地方呢