I have a follow up question: How fast can an interrupt be retriggered after the host resets the INT pin? I know this depends on multiple factors. I have the following settings for the any-motino interrupt example: Any-motion threshold = 1 (LSB), any-motion duration = 0. When the sensor is moved, an interrupt is triggered. I read the INT_STA register, and then reset the INT pin. Then the INT pin gets raised and cleared again and so on while the sensor is moving. In the data sheet it says: The time difference between the successive acceleration signals depends on the selected bandwidth and equates to 1/(2*bandwidth) (t=1/(2*bw)). I'm running in NDOF mode, hence the unchangable bandwith is BW=62.5Hz. According to the statement above the time difference betweent 2 slop signal points is then 8ms. With an any-motion threshold of 0, there 1 or at most 2 slope signal points and the maximal time to trigger a interrupt would be 2*8ms=16ms (theoretically). However, when I measure the time how fast successive interrupts are generated, then I see that they are spaced approx. 250ms appart from each other? Why does it take that much time for an interrupt to be retriggered when the INT condition is still met (i.e. sensor still moving)?
... View more