Hi TER,
I'm trying to get the CC1120 to operate as follows:
Sync serial output (clock and data) on GPIO when sync word is detected
- Clock and data are idle until sync word is detected
- Clock and data outputs 12 bytes payload.
- Clock and data idle again until next sync word is detected.
I've set:
PKT_LEN = 0x0C
PKT_CFG2 = 0x05, PKT_CFG1 = 0, PKT_CFG0 = 0
However once the first sync word is detected the CC1120 continues to send clock and data continuously (i.e. doesn't stop after 12 bytes).
What am I missing?