I2C and BLE on the STM32WB05
Hi, all
I'm developing a BLE device using the STM32WB05 that supports I2C and BLE connections.
I successfully established an I2C connection using I2C_SCL(PB6) and I2C_SDA(PB7).
However, PB7 is used for RADIO_RF_ACTIVITY on BLE, causing a conflict between BLE and I2C.
Therefore, I tried changing to I2C_SCL(PA0) and I2C_SDA(PB14) to connect to the I2C master, but the connection failed.
I'm wondering if the I2C pins on the STM32WB0 are limited to only PB6 and PB7.
thanks.
