cancel
Showing results for 
Search instead for 
Did you mean: 

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

DBish.1
Associate II

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

1 REPLY 1
Eleon BORLINI
ST Employee

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