Hello All,
I am working on a cc1101 packet structure that needs to be very custom (to fit an existing packet structure) and thus cannot have the length byte in front of the payload.
I thought the way to get around this is to use 'infinite packet length' mode - that way the length byte is not automatically added
My question is then that when I do this, everytime my CC1101 receives a packet, it's FIFO overflows (I set back to idle after reading the expected number of bytes, flush the fifo)
Is this to be expected in infinite packet length mode?
Basically my issue again is that I need variable length packets, but need the length byte inside the payload due to fitting an existing packet structure
Thanks!