Dear Sir/Madam,
I am currently working on cc430f5133 based project. I have configured the CC1101 with fixed packet length by configuring PKTLEN as 0x05(i.e. 5 bytes data) & PKTCTRL0 as 0x44 (i.e. data whitening and CRC enabled) register in both transmitter and receiver and I found it is perfectly working but when i tried to configure the variable packet length by PKTLEN as 0xFF & PKTCTRL0 as 0x45 with the sample code from TI I found that the packet length is varying each and every time in the receiver even when I send a constant number of bytes from the transmitter(i.e. the first byte in the packet is varying in receiver).
With the variable packet length enabled set in the registers I am receiving the Packet data sent perfectly along with some junk values with respect to the length byte received.
Please give me a solution to send and receive the data without any junk and perfect transmission and reception with the variable packet length as soon as possible