Skip to main content
Visitor II
December 10, 2019
Question

LIS2DW12 hardware review

  • December 10, 2019
  • 2 replies
  • 1153 views

Find the attached schematic and review the same.

Here we are using I2C communication.

CS pin is directly connected to the MCU

    This topic has been closed for replies.

    2 replies

    ST Employee
    December 10, 2019

    Hi @MG.2362​ , the schematic is almost correct. However, please note that using the I2C communication only the CS can be directly connected to Vdd_IO (Vbatt). I also suggest you to wire the INT1 and/or the INT2 to the uC in case you would like to manage the interrupt coming from the drdy or the digital features, and connect the NC pin to GND or Vdd. You can check your chematic with the STEVAL-MKI179V1 reference design for LIS2DW12. Regards

    MG.2362Author
    Visitor II
    December 17, 2019

    Thanks for the review comments