LIS2DW12 fails to issue fifo interrupt sometimes
I'm setting up LIS2DW12 to 100Hz, low power mode 1, fifo threshold 30 and fifo interrupt on INT2.
When interrupt is received by MCU (STM32L4 here) i readout register 0x2F to know how much samples is to retrieve, then retrieve them all by issuing read from address 0x28, length 6*<sample count> bytes. And i receive interrupt about 3 times per second and it almost works.
To be exact it works for about 30 seconds or so, then LIS2DW12 fails to raise interrupt.
By "pushing it" by manually connecting power supply wire for short time to INT2 line it again works, until some time it again fails.
Where should i seek a source of this problem? I have no idea for now.
