cancel
Showing results for 
Search instead for 
Did you mean: 

LSM6DS3 interrupt pin not going back to low state

n239955
Associate
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
1 REPLY 1
Alessandro Soncini
Associate II
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.