Hi, I'm working on enabling single tap detection on LIS2DW12. I found it generates multiple interrupts for one single tap. After I check the signal on oscilloscope in one of the single tap event, the 2 interrupts are seen within 20 ms which I sho...
Another question, not directly related to this topic. If the FIFO is stopped due to fullfill and never re-enable, can LIS2DW12 still detect events?I'm making the driver to detect double tap as well as shaking. I need to use LIS2DW12 built-in feature ...
Yes. Whenever the interrupt triggered, i need to read the status registers to get the interrupts as well as clear it. I don't know how to explain the 'double' interrupt. According to AN5038 section 5.6.2, quote:"In particular, after the first tap has...
Hi Eleon, Thank you. I tried to disable LIR on CTRL3. The behavior did change. I saw the interrupt latched to whatever quiet time I set. Does that mean even after I clear the interrupt by reading the register, the interrupt pin will stay until th...