LSM6DSL 26hz low power mode consumes too much current.
We are using the LSM6DSL chip in SPI mode with the FIFO_CTRL5 and the CTRL1_XL registers set to 26Hz.
The gyro is not used. CTRL6_C's XL_HM_MODE is set to '1' to disable high performance mode.
When we are not using the LSM6DSL we set both the FIFO_CTRL5 and the CTRL1_XL registers to zero to go into power down mode. When in power down mode our board consumes about 60ua. When we set FIFO_CTRL5 = 0x16 CTRL1_XL=0x20 (CTRL6_C=0x18 is not changed) the board consumes 240ua.
What could be our problem?
