LIS3DH Power-Down Mode
On my custom board LIS3DH is supplied with Vdd = Vdd_IO = 3.3 V and is driven through I2C digital interface.
On power-on LIS3DH, after its boot sequence (5 ms) should be automatically configured in power-down mode with a current consumption less then 1 uA. But on my custom board, with no I2C driver action, I measure IddPdn = 310 uA after power-on.
If I set power-down mode (i.e. ODR = 0, LPen = 0) through I2C driver, then I measure IddPdn = 150 uA.
If a set the operative ODR and FS, I properly read the acceleration data.
In some conditions I need to disable the sensor to minimize the current consumption of my system.
So, what is the correct sequence to make LIS3DH enter in power-down mode?
