Skip to main content
ACand.3
Associate III
June 9, 2025
Solved

Is it possible to run FIFO data and MLC at the same time for the lsm6dsv16x?

  • June 9, 2025
  • 1 reply
  • 299 views

I followed most of the examples to get data such as accel, gyro, timestamp and temperature from the github repo using fifo interrupts. I also used the mlc_gym example to get data from a MLC configuration that I designed on Mems studio. 

 

My question is, can I use both configurations at the same time? like have an interrupt for the fifo data ready and one interrupt for the MLC? 

As in, I am constantly reading raw accel/gyro/timestamp/temp data at a fixed 60Hz on interrupt 1 and also get a new MLC state on interrupt 2?

Best answer by Federica Bossi

Hi @ACand.3 ,

Yes, you can use an interrupt for the FIFO and the other one for the MLC at the same time.

1 reply

Federica Bossi
Federica BossiBest answer
Technical Moderator
June 12, 2025

Hi @ACand.3 ,

Yes, you can use an interrupt for the FIFO and the other one for the MLC at the same time.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.