Skip to main content
Visitor II
February 19, 2025
Solved

LSM6ds3tr Pin Connection with Microcontroller

  • February 19, 2025
  • 1 reply
  • 437 views

Hello 

To receive various Interrupt events how INT1 and INT2 Pins of LSM6ds3tr need to be connected with Microcontroller ?

My assumption is INT1 and INT2 pins need to be connected with microcontroller GPIO pins and GPIO pins has to be configured to catch IMU Interrupt events. Please Support whether this assumption is correct or not.

Best answer by Peter BENSCH

Welcome @Ajit1, to the community!

Yes, your assumption is correct: in order to trigger an interrupt, INT1 and/or INT2 must be connected to interrupt-capable GPIOs.

Regards
/Peter

1 reply

Peter BENSCH
Peter BENSCHBest answer
Technical Moderator
February 20, 2025

Welcome @Ajit1, to the community!

Yes, your assumption is correct: in order to trigger an interrupt, INT1 and/or INT2 must be connected to interrupt-capable GPIOs.

Regards
/Peter