Other Parts Discussed in Thread: CC1101, CC1100
I have an existing system that is using the CC1100, but that am going forward with the CC1101 now since the CC1100 will eventually become obsolete. Right now my system can talk amongst itself using the CC1100, but I cannot get any interconnectability between the 2 chips. I am using the exact same settings as well and can see the same frequency popping out on both chips, but nothing is catching on either end when I try to communicate between the CC1100 and CC1101. When I use my system with the CC1101 exclusively, there is communication. Is there something wrong with my register settings?
#define IOCFG2 0x06 #define IOCFG1 0x2E #define IOCFG0 0x06 #define FIFOTHR 0x07 #define SYNC1 0xD3 #define SYNC0 0x91 #define PKTLEN 0x28 #define PKTCTRL1 0x04 #define PKTCTRL0 0x45 #define ADDR 0xAA #define CHANNR 0x32 #define FSCTRL1 0x06 #define FSCTRL0 0x00 #define FREQ2 0x23 #define FREQ1 0x00 #define FREQ0 0x00 #define MDMCFG4 0xC6 #define MDMCFG3 0x83 #define MDMCFG2 0x02 #define MDMCFG1 0xA2 #define MDMCFG0 0xF8 #define DEVIATN 0x34 #define MCSM2 0x00 #define MCSM1 0x30 #define MCSM0 0x18 #define FOCCFG 0x16 #define BSCFG 0x6C #define AGCCTRL2 0x43 #define AGCCTRL1 0x40 #define AGCCTRL0 0x91 #define WOREVT1 0x04 #define WOREVT0 0x3B #define WORCTRL 0x79 #define FREND1 0x56 #define FREND0 0x10 #define FSCAL3 0xA9 #define FSCAL2 0x0A #define FSCAL1 0x00 #define FSCAL0 0x11
Thanks.