LSM6DSL 8 Bit Mode FIFO reads
I have configured the part to do 8 bit reads of Acceleration and Gyro. Using the FIFO in continuous mode with a watermark of about 1700. I am using I2C interface.
First I determine the number of words in the FIFO.
Read both the high and low bytes of the FIFO for the number of words -> This works fine
Now I read the high byte register continuously and then the low byte register continuously (multiple sequential reads without address in between) -> This gives me weird results.
What am I doing wrong ?
Thanks
