iis3dwb power consumption is much larger than datasheet?
- just power on the chip (with 3.3V, without any software initializing), it shows it consumes 700uA about current
- if use reset it by writing SW_RESET in register IIS3DWB_CTRL3_C, the current jumps to nearly 2mA .
Per spec, it should consume only 5uA during power down, max is 16uA. The host mcu is a stm32l451cc, and the spi1 is connected to iis3dwb, int1 and int2 also connected to gpio. The test is that the stm32l451cc in standy mode with HAL_PWR_EnterSTANDBYMode() called.
so the question is 1. the power consumption gap is huge comparing the spec? 2. why a SW_RESET can not be the same consumption with a just power on without any software init? 3. how can achieve as low as possible power consumption ?
