I am building a program with two APDS9930 I2C distance sensors.
Both use the same I2C slave address, so I decided to use 2 I2C peripherals (STM32WLE5 has 3 I2C available).
I2C_2 and I2C_3 work with any of the pin configurations available.
But I2C_1 does not work with any of the possible pin configurations for SDA/SCL.
I always get the following error (I2C unknows instance):
![imagen](https://canada1.discourse-cdn.com/flex035/uploads/mbed/original/2X/4/4dc871977979465d7fd9f7637277c478911a4786.png)
Could you help me to find a solution for this?
Kind regards
Finally it was a mbed bug solved here