2017-12-22 08:47 PM
Hello,
I am using LIS2DE12 Accelerometer in my device interfaced with 32 bit STM32L4 sereis.
Looking into the datasheet LIS2DE12 having two INT pins.
My question is do i need to interface both pins with micro controller or single pin will work keeping other pin open.
Application is Fleet Management System.
#mems #accelerometer #lis2de12 #gyro2017-12-22 10:18 PM
Yes, you can leave either or both interrupt pins open.
2017-12-25 12:35 AM
You have to decide which feature of the accelerometer you will use. Then you will know how many interrupt pins need to be connected to microcontroler. None of the interrupt pins have to be connected to microcontroler, it is not mandatory. But in example if you want to use data ready interrupt on INT1 and threshold interrupt on INT2 you have to connect both of them to the microcontroller.
2018-01-04 03:41 AM
Hi Miroslav
Thanks your reply
How
threshold interrupt is work?
and how to use?please give me suggestion for that.
Thanks
2018-01-04 06:49 AM
Please read chapter 6 in
it describes the interrupts. The application note is for LIS3DH but the functionality of the threshold interrupts is basically the same.