Skip to main content
Visitor II
February 11, 2019
Question

LSM6DSO just one interrupt at high frequency

  • February 11, 2019
  • 1 reply
  • 846 views

Hi,

I am using a LSM6DSO and ESP32 to read it.

I am handling the FIFO FULL interrupt by adding a new task to a queue in order to print a message and in the main loop I am reading the buffer of the sensor.

It is working perfectly at 833Hz, but if I set it to 1667Hz, I get the FIFO FULL interrupt just once and then it stops.

I am thinking that the problem may be from ESP32, but what stops the sensor to give another interrupt once I emptied the FIFO? I am using a logic analyzer and I can see that I have the interrupt, the SPI FIFO reading and no interrupt after that.

Regards,

Gabriel

    This topic has been closed for replies.

    1 reply

    Visitor II
    February 2, 2024

    Hi,

    did you find a solution for the issue.

    C.W.