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