Hi all,
I set the FIFO watermark level to 15, and ODR at 3200Hz, which makes a sample every 312.5us.The INT0 is the watermark interrupt pin.
As you can see we take 346us to:
- retrieve number of fifo entries by reading the FIFO_STATUS register 0x39
- empty 15 samples
which is more than 312.5us.
My question is : Do we lose a sample ?