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.

CC2650 sync interrupt

Hello,

I need to generate a interrupt whenever I receive a sync word in IEEE 802.15.4 mode.

From swcu117d section 23.3.2.8:

The signal RATGPO1 may be configured to go high when sync is found in the receiver, and low when the

packet is received or reception aborted (this does not work for the IEEE 802.15.4 receiver command). The
RATGPO1 signal is configured with the radio firmware configuration parameter gpoContol. The other radio
timer outputs may be configured to generate events as required, using CMD_SET_RAT_OUTPUT.

Does this mean I can use the RATGPO1 as a SFD sync output? How can I map this to a CPU interrupt?

Where is gpoContol (or

How can I get a CPU interrupt when the SFD is received?

Thank you!