Tool/software: Code Composer Studio
Hi
I have enthusiastic project with CC430 chips: two CC430 modules (TE-СС430EV-868), one sending, the other is receiving. Between them is 1 meter of open space. Both with variable length mode, CRC-check and receiver append RSSI and LQI bytes (PKTCTRL1 = 0b101).
Issues:
1. CRC always fail, but data always good;
2. RSSI and LQI bytes, appended to RX packet, do not match with bytes in RSSI and LQI registers;
3. There is 3 bytes appended to my payload on RX side, but must be only 2 (RSSI and LQI).
4. Packet length must be 1 byte bigger than actual payload length dispite the datasheet: "The packet length is defined as the payload data, excluding the length byte and the optional CRC."
What can be done with this issues?