VL53L1X : Unable to get interrupt
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-12-27 10:40 PM
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-12-27 11:46 PM
If I do the following inside a while(1) loop:
VL53L1X_GetDistance(DEV, &Distance);
VL53L1X_ClearInterrupt(DEV);
VL53L1X_StartRanging(DEV);
I get periodic interrupts. However, the interrupt is inverted. The yellow line shows the interrupts.
