2025-06-09 10:43 AM - last edited on 2025-06-09 11:54 AM by Andrew Neil
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?