This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Reg. CC430F5133 variable packet length enabled for transmission and reception

Other Parts Discussed in Thread: CC1101, CC430F5133

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