VL53L8CX DEEP SLEEP MODE
Hello,
I'm trying to set up the deep sleep mode for VL53L8CX using NUCLEO L476RG board
so as described in the datasheet that it can operates in 3 different states:
• Wake-up: The device is set in HP idle (high power), waiting for instructions.
• Sleep: The device is set in LP idle (low power), the low power state. The device cannot be used until set in
wake-up mode. This mode retains the firmware and the configuration.
• Deep sleep: The device is set in ultra-low power. In this mode, the sensor consumes a few microamps of
current. However, the firmware, configuration, and calibration data are completely lost. The user needs to
set the device in wake-up mode and reconfigure the sensor to start streaming.
But the only result i'm getting using api functions are wake-up and sleep mode but not the deep sleep one
Can you please help me to get it working


