Using VL53L4CD with other I2C devices in the same bus
Hello folks, I am trying to adapt my product to use the new VL53L4CD sensor, replacing another SPI distance sensor that is in use.
However, I only have one I2C bus available and it is already shared with other sensors and devices, such as a FRAM.
The problem arises when I modify my project in STMCubeMX, it removes the I2C HAL files, creating new instances that control the I2C peripheral. I am unsure how to address this issue, I have already implemented a good amount of code using the I2C HAL libraries and would like to maintain these implementations.
Any advice would be greatly appreciated.
