2022-09-13 08:44 AM
We are looking at using the LIS2HH12 in a design where the connected MCU is powered off and the LIS2HH12 remains powered on. We plan to use the LIS2HH12 in I2C mode so CS will be High. Will cycling Vdd_IO from 3.3 to 0 to 3.3V generate spurious I2C signals?
Other questions we have are:
Thanks all for any answers or feedback.
Solved! Go to Solution.
2022-09-15 08:40 AM
Hi @Community member ,
for the I2C High level definition (and for the digital features in general) you need the VddIO pin. In case you have not enough analog resources on your application processor, you can tie Vdd and VddIO together. The INTx pins need the VddIO too, but you might use a different Vdd than the MCU's one for the LIS2DHH12, in order to wake up the system.
-Eleon
2022-09-15 08:40 AM
Hi @Community member ,
for the I2C High level definition (and for the digital features in general) you need the VddIO pin. In case you have not enough analog resources on your application processor, you can tie Vdd and VddIO together. The INTx pins need the VddIO too, but you might use a different Vdd than the MCU's one for the LIS2DHH12, in order to wake up the system.
-Eleon
2022-09-22 01:34 PM
Thank you Eleon!