VL53L5CX - What does the constant VL53L5CX_STATUS_CRC_CSUM_FAILED correspond to?
Hello,
I'm currently working with the VL53L5CX sensor and I came across the following definition in the header files of the API provided by ST :
#define VL53L5CX_STATUS_CRC_CSUM_FAILED ((uint8_t) 3U)
However, this constant doesn’t seem to be used anywhere in the API or referenced in error handling functions.
I would like to know:
What exactly does this constant represent? Is it related to an internal CRC or checksum mechanism?
Does the VL53L5CX sensor implement any internal CRC checking ?
Are there other ST Time-of-Flight sensors that implement CRC or similar integrity checks in their communication protocols?
Thanks in advance for your insights!
Best regards,
