User Activity

For my project, I need to use 2 Vl53L1X on the same I2C bus. The setup is good and i can use them sequentially. But I would like use them in interrupt mode (for have a maximum speed).In short/interrupt mode with one sensor i have 20ms time beetween 2...
I connect a vl53l1x-satel to a stm32wb55rg6 with 4 essantial pins (sda, sdl, gnd, vdd). I have a problem to wait for a result. With de function VL53L1_WaitMeasurementDataReady() i haven't problems but for my project I must not use a blocking function...