Skip to main content
Visitor II
August 10, 2016
Question

LSM6DS3 interrupt pin not going back to low state

  • August 10, 2016
  • 1 reply
  • 611 views
Posted on August 10, 2016 at 06:08

I brought STEVAL-MKI160V1 MEMS sensor board. Bulk ID Z5T42380E024. While working with the sensor I got an issue like I enabled interrupt generation to interrupt pin INT1 for 6D orientation detection. So when ever I change the orientation, interrupt is generated and interrupt pin INT1 is going from low to high state. But it is not going back to low state for detecting the next interrupt detection. INT1 pin is maintaining high state even if I again change the orientation to first or previous state. My doubt is, is there any register or bit in a register to be programmed to make the interrupt pin INT1 becomes low and be ready automatically to serve next interrupt detection? Is this feature available in LSM6DS3 sensor?

#interrupt-lsm6d3s
    This topic has been closed for replies.

    1 reply

    Visitor II
    December 13, 2016
    Posted on December 13, 2016 at 20:15

    If you have your device configured for latched mode (TAP_CFG), then you will need to read the related interrupt source register (D6D_SRC).

    With latched mode DISABLED, the interrupt signal is active only for 1/ODR_XL[s] then it is automatically deasserted.