Hello team i am trying to receive interrupt when packet has been received in Wake on Radio. But unable to get the interrupt.
I had set the
GDO_2 = 0x07,
GDO_1 =0x01 ,
GDO_0 = 0x0F
and WOR setting register values are
MCSM0 = 0x18 Calibrate the PLL when going from IDLE to RX or TX (or FSTXON)
WORCTRL = 0x38 EVENT1 = 3 ⇒ tEvent1 = 346.15 us WOR_RES = 0
WOREVT1 = 0x06 EVENT0 = 1733
WOREVT0 = 0xC5
MCSM2 = 0x00 RX_TIME = 0 ⇒ Duty cycle = 12.5 %
I wanted to receive the interrupt on GDO_2 pin when packet is received with CRC_OK status.
Thank you in advance