VL53L1x communication with STM8S105 MCU Dear all,I have just put the X-NUCLEO-53L1A1 kit into operation together with Arduino UNO and everything works perfectly, using the "X_NUCLEO_53L1A1_HelloWorld" application package.Then I mounted one of the same two VL53L1X-SATEL sensors by interfacing it with the STM8S MCU, using the "VL53L1X ULD API" application package, but here I still have a basic problem that I can't explain.Before sending the FW used, based on the following flow:I would like to briefly describe the defect found in the "VL53L1X_GetInterruptPolarity" function, called within "VL53L1X_CheckForDataReady", in turn called within "VL53L1X_SensorInit".The problem is that in the following function:VL53L1X_ERROR VL53L1X_CheckForDataReady (uint16_t dev, uint8_t * isDataReady){uint8_t Temp;uint8_t IntPol;VL53L1X_ERROR status = 0;status | = VL53L1X_GetInterruptPolarity (dev, & IntPol);status | = VL53L1_RdByte (dev, GPIO__TIO_HV_STATUS, & Temp);/ * Read in the register to check if a new value is available * /if (status