Skip to main content
xarion
Associate II
December 21, 2018
Question

S2-LP strobe COMMAND_RX after DATA discarded EINT

  • December 21, 2018
  • 1 reply
  • 615 views

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.

    This topic has been closed for replies.

    1 reply

    xarion
    xarionAuthor
    Associate II
    December 21, 2018

    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.