64 IDLE 0 64 OK 65 IDLE 0 65 OK APPEND_STATUS = 1 CRC_EN = 1 66 RX 0 65 - FEC_EN = 0 67 RX 0 65 - 68 RXFIFO_OVERFIEW 1 65 OK
for the cc1101-q1 silicon errata and following setting
Does it mean that for variable packet lenght: pkt length of 66 or 67 bytes will result in the Rx state not transitioning to rx overflow?
so to test for this behavior and trigger this event and considering our radio settings, i.e the append status==1 and CRC_EN ==1 FEC_EN==0. should we be sending a packet with the packet length of A: 62 bytes as packet length, B: 63 bytes as packet lenght, C: 64, Bytes as packet lenght, D: 65 Bytes as packet lenght or E: 66 bytes as packet length.
Also what would happen if 3 messages were received in the fifo i.e fifo wasn't read in between the idle and going to RX again? would receiving 3 or 4 seperate messages without reading fifo in between result in same overflow error.