User Activity

When we detect movement, we enable switch the LSM6DSOX into a fifo /w compression mode. We noticed we sometimes get a few "junk" entries of Gyro data in the beginning. Once we the a few entries into the system, the data looks good.What is the correct...
Trying to enable compression. I only see tags 0x01 and 0x02, none of the compression tags.bellow is my reg inits.#define IMU_READ_BIT 0x80   #define EMB_FUNC_EN_B 0x05 #define FIFO_CTRL1 0x07 #define FIFO_CTRL2 0x08 #define FIF...