How long does it take for the interrupt1 signal to be raised once movement is initiated?
I'm trying to understand the span of accuracy I can achieve in terms of movement detection, in different Lis2dw12 setups.
From my understanding, the LIS samples the axis acceleration values once every ODR (so if ODR corresponds to 1.6HZ, once every ~0.6 seconds. If ODR corresponds to 12.5Hz, once every 0.08 seconds etc), and if the threshold is exceeded for a set duration, the interrupt is asserted.
We set the wake_up_dur to 0x00, so that should mean- wake up on a single sample over the threshold.
How much time can I expect between the movement starting (assuming its starting past the movement threshold) and when a logical '1' can be measured on the interrupt lines?
Thanks!

