Hello! I am currently working with an LSM6DS0 IMU (3D accelerometer + 3D gyroscope), and I would like to use the embedded FIFO in Continuous mode. I have a question regarding the sequence of the samples in the FIFO and what is the proper way to read them
As far as I can understand from the datasheet, the FIFO is shared and there is no guarantee in the sequence of the samples. For instance, accelerometer and gyroscope samples can be interleaved (e.g. first 2 samples are 3-axial accelerometer measureme...