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.

CCS/CC1310: Preamble detection

Part Number: CC1310

Tool/software: Code Composer Studio

Hello.

Tell me how I’d better do it, or maybe I already have an example for this task:

1. The device periodically goes out of sleep
2. Starts to listen to the RF channel.
3. If the preamble is not detected in 1 ms, then it goes to sleep.
4. If a preamble is detected, then continue receiving the sync word.
5. Syncword did not coincide - go to sleep.
6. If the syncword matches, then we take the entire data packet and process it.