2019-01-05 08:30 AM
If my Vdd is the same of Vdd_IO, can I directly connect pins 9 and 10, and use only two capacitor (100nF ceramic + 10μF aluminum) in my PCB?
The datasheet say that: "All the voltage and ground supplies must be present at the same time to have proper behavior of the IC", but someone told me that I have to ensure that Vdd_IO is "faster" that Vdd, I mean, first apply Vdd_IO, then apply Vdd.
Could you please confirm my thought?
Thank you for your attention.
Solved! Go to Solution.
2019-01-06 03:54 AM
Yes, you can connect VDD and VDD_IO together and use the two capacitors.
2019-01-05 08:52 AM
I would guess so and if you'd like to make sure, check out some reference board or x-nucleo if available.
If it's the same supply valid supply voltage, I would guess it's ok.
Just make sure the GPIOs of the MCU driving the sensor are still inputs until the LIS is fully powered up.
For the official legal statement, just check the electrical tables in the datasheet and any notes regarding both supply voltages.
2019-01-06 03:54 AM
Yes, you can connect VDD and VDD_IO together and use the two capacitors.
2019-01-06 04:41 AM
Thanks for the confirmation.
2019-01-06 04:41 AM
Thanks for your suggestions.