Hi, I have configured the interrupt setting for Tap and Double tap. When phyiscally hit the device to generate tap or double tap event, interrupt has been triggred but the status registor 0x1C INT_STATUS [0] always show value 0. But INT_STATUS [2] has correct value of triggred axis, without correct value of (0x1C) it is not possible to distingush single or double tap. handl int status stat 0xf0 stat0 0x0 stat1 0x0 stat2 0x90 stat3 0x0 handl int status stat 0xf0 stat0 0x0 stat1 0x0 stat2 0xc0 stat3 0x0
... View more