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.

CC1120: CC1120 - Going from Variable Packet Length to Fixed Length

Part Number: CC1120


I am controlling 2 TrxEB Eval boards from 2 ARM microcontrollers.  It works well with Variable Packet Length.  My length is 10.  The length that is received is 13.  (My packet plus Address byte plus 2 status bytes RSSI and CRC - packet length byte not included in packet size.

When going to a fixed length of 10, nothing works.  I changed PKTLEN to 0x0A (was 0xFF) and PKT_CFG0 to 0x00 (was 0x20).  I'm not including the packet length byte any more in the Create_Packet function.  Just the Address Byte, and my 10 bytes.  What else am I missing?

Thanks.

Sutton