I have pair of TX/RX CC1101,
when i strobe the GDO0 to 0x06(RX side) and press the TX,
I can see data packet exactly the waveform of the TX one,
However, once i read the FIFORX, i get zero, does anyone can help, notice that only one of my RX fail, it works in TX ok .
i = ccxxx0_Read(CCxxx0_RXBYTES);
ccxxx0_ReadBurst(CCxxx0_RXFIFO, temp, i);
i get i = 0;
pls help thanks