Lowest power mode for accelerometer application in STM32L4 ?
Hi, I wanna use the lowest power mode possible for my stm32l432kc. I want MCU to wakeup on accelerometer motion (which is possible since the accel generate interrupt on motion). I've read in MCU appnopte AN4621(page 13) that i2c is detected only in stop mode and that it generate a wakeup on i2c address detection (if I understand it correctly). But as I explained this is not what I want. I wonder if I can use shutdown or standby?
