LIS2DTW12 Power Down question
Hello Everyone!
I am working on an application where I have to read the temperature sensor once every minute, and I would like to put the sensor in power down mode when I don't need to read the temperature.
Details:
1) I am using an STEVAL-MKI190V1 board
2) I am measuring the the current on VDD only (VDD_IO is connected directly to 3.3V) with an STLINK-V3PWR board set at 3.3V out, and the STM Cube Monitor Power software.
3) I am controlling the eval board via an STM32L011K Nucleo board
4) Communicating via SPI, 4 wires, nothing else attached to the eval board (other than power and gnd, of course).
5) I am using the MEMS1 drivers
6) I've turned off the pull-up resistors on CS and SDO, but that doesn't really matter because I'm measuring the current on VDD only.
So I tried to put the sensor in power down mode by writing a 0x00 in the CTRL1 register, to set ODR to power down, MODE to low power and also LP_MODE to LP mode 1, and I was expecting some 50nA of current, but instead I'm measuring about 450nA, almost ten times higher current.
Any suggestions are very much appreciated!
Thank you!
Vlad

