Question regarding VL53L1X_StopRanging()
According to the VL53L1X ULD API description when Vl53L1X_StopRanging() is called, an active ranging operation will be completed.
In a practical evaluation we tried to investigate whether an interrupt could still occur after calling this function or not:
- we set a long timing budget
- and called VL53L1X_StopRanging() + VL53L1X_ClearInterrupt() during ranging
An interrupt was never observed in this evaulation, which leads me to the question:
Is the API completing the ranging operation but not indicating the interrupt when the stop function is called during ranging ?
Unfortunately, the API description does not provide any information about this use case.
