Skip to main content
Visitor II
June 27, 2022
Question

Not getting interrupts on INT1 or INT2 pins.#LSM6DSOX.

  • June 27, 2022
  • 1 reply
  • 822 views

I am interfacing LSM6DSOX with NRF52, I am trying to get interrupt on INT1 pin but couldn't.

I am getting IS_TILT on EMB_FUNC_STATUS_MAINPAGE.

I am using the code application note as follows.

Can you please guide me on where I am doing wrong0693W00000NsoNtQAJ.jpg 

0693W00000NsoO3QAJ.jpg

    This topic has been closed for replies.

    1 reply

    ST Employee
    July 8, 2022

    Hi @DBish.1​ ,

    from the schematic above, the INT2 is not connected, so you cannot for sure acquire the interrupt event from this pin. You can use the INT1, and if it is not working you might try removing the R18 resistor.

    I suggest you to compare your code with the C examples for LSM6DSOX that you can find on Github, for the TILT application --> lsm6dsox_tilt.c.

    -Eleon