problem with PB6 & PB7 pin of stm32f103c8 mcu with respect to code generated from cubeMX
Hi,
I am using STM32F103C8(blue_pill) MCU to write & read data to AT24mC02 eeprom.
I selected default I2C pin PB6 & PB7 for communication using stmcubeMX & true studio,but it is not working.
To cross verify whether my hardware circuit is working fine i tested with arduino IDE with same pin PB6 & PB7 selected for communication,it is working well.
so the code generated from stmcubemx is not working, i checked SCLK pin in oscilloscope there is no clock generated.
But when i changed pins to PB8 & PB9 it is working well with stmcubemx.
what is the problem with PB6 & PB7 pin with respect to code generated from cubeMX ?
Thanks
