RX enable in interrupt

Hi,
Is there any issue in re enabling the reception in RX ok callback?
We are reading the receive buffer in RX ok call back and putting it into the queue. Processing of the data is done in main loop. Our intention is to capture all frames from remote nodes. We have many nodes doing ranging frequently.

Regards,
Shijo Thomas

No issues in doing that as long as you ensure you read all the data you need before re-enabling. Some of the Rx registers are reset when you re-enable the transmit.

Hi Andy,

Thanks for your reply.

Regards,
Shijo Thomas