Skip to main content
Visitor II
February 4, 2019
Question

LSM6DSO no interrupt

  • February 4, 2019
  • 1 reply
  • 496 views

I have a LSM6DSO and I want to test it with the data ready interrupt, but I don't get any. I am using a logic analyzer to monitor the interrupt.

The registers that I set are:

0x18 with value 0x01

0x0B with value 0x01

0x10 with value 0x40

0x0D with value 0x01

I am also reading the accelerometer registers in while(1) and it is working ok, but I have no interrupt. Should I set anything else?

Thanks,

Gabriel

    This topic has been closed for replies.

    1 reply

    Visitor II
    February 5, 2019

    Solved! I wrote a wrong value to a register :)