cancel
Showing results for 
Search instead for 
Did you mean: 

S2-LP strobe COMMAND_RX after DATA discarded EINT

xarion
Associate II

Can someone tell me why the need to put the Receiver back in Receiver mode after getting a DATA_DISCARDED Interrupt, (many examples are using this), I'd like to only get interrupted when the preamble and sync bits match, I find it excessive (every few 100ms) that I need to acknowledge that data was discarded and re-issue the command to RX.

1 REPLY 1
xarion
Associate II

so I figured it out, it is because I was using a timer, where if data isn't received within this period the interrupt is generated, not using the timer stopped the data discarded interrupt.