I am using a CC1101 to receive data without sync words. I'm using PQI + carrier detect to interrupt and wake a low-powered board and receiving an unknown sized packet. This all mostly works except most of the time it seems like the final few bits of the packet are lost probably because it is not properly byte aligned. Is it possible to get the radio to give me the remaining few bits from the packet without waiting or hoping for the final byte to be filled (assuming my theory about the byte alignment is correct)?
Update:
I've resolved my issue in a different way. Thanks all.