Reading LIS2DE12 FIFO I2C
LIS2DE12 (or those similar in range). Reading FIFO I2C. Questions:
1) I2C multiple byte read auto-increment. In order to continually read the FIFO with reg address auto incrementing from 0x28 to 0x2D then automatically wrapping around back to 0x28 again, must the MSbit of the SUB (register address) be 1? (Datasheet states that MSb needs to be 1 for auto increment of reg address for multiple byte read, but does not mention wrap around desired when reading FIFO).
2) Is it possible to just read one axis of the FIFO with a non incrementing SUB multiple byte read of e.g. 0x28 (i.e. with MSb of SUB = 0)? (Power and time are critical to me and I only need 32 bytes read from one axis, not 192 - half of which appear to need discarding with the 8-bit data LIS2DE12 device regardless. All datasheet talks about is reading all axes from FIFO.
3) Is the mention of '10-bit' FIFO in section 3.6 a typo and it should actually be 8-bit for LIS2DE12?
Thank you.
