2022-06-19 10:04 AM
Hello,
In my prospective application, I am trying to use the LSM6DSM and also achieve a very low power state.
In my application, the host device will operate at 3.3V. The LSM6DSM could be supplied by 1.8V so that it draws the least power, see here: https://community.st.com/s/question/0D53W00001bks5vSAA/lsm6dsm-power-draw-at-different-voltages
I would like the LSM6DSM to operate in "pedometer mode". I will retrieve this pedometer value infrequently. Is it possible to turn off the VDD_IO 3.3V supply, while maintaining the VDD 1.8V supply, so that the LSM6DSM sensing element can continue in the "pedometer mode"? And when I would like to retrieve the pedometer value, I can turn on the VDD_IO supply to 3.3V, retrieve the value, and then once again turn off VDD_IO?
The purpose of turning off the 3.3V VDD_IO is to reduce power as much as possible. If this isn't the recommended path, please let me know. Essentially, there are perhaps these statements to be verified:
2022-06-24 08:49 AM
Hi @CMehr.1 ,
unfortunately our general suggestion is to use the VddIO equal or less than the Vdd. You might try to reduce the ODR, to decrease the power consumption. However, feel free to try also your procedure, but we cannot guarantee this is a safe flow.
-Eleon
2022-06-27 06:01 AM
Eleon,
Is there a reason for the general suggestion being vddIO equal or less than Vdd? Viewing the datasheet, I'm led to believe that vddIO can be greater than Vdd. VddIO is generally referenced as "Power supply for I/O pins"
Cole
2022-06-27 06:30 AM
Hi Cole @CMehr.1 ,
in principles they could be managed independently, but the Vdd is the level that references all the ASIC analog front end (together with the voltage and current references), while the Vdd IO is the reference for the digital communication.
So, it would be better if they were aligned.
But this doesn't prevent you to make a check on your system.
-Eleon