User Activity

Hello,I cannot use the I2C bus pins to do I2C. That is, I can't use I2C1 or I2C2 or any of the alternate pins. I need to use PB5 as SDA and PB4 as SCK. I haven't found a way to do this in cubeMX, so I am wondering if I can bit-bang I2C on those pins....
Hello,I would like to implement an I2C master on an STM32F103. It's pretty straightforward to select the IO's using cubeMX and to generate the code, but I don't want to use either of the available pins for I2C (PB7,PB6 or PB9,PB8). I need to use PB5 ...
Kudos from