where is the 2nd I2C interface of STM32F103?
Posted on October 29, 2015 at 08:59Hi all,Recently I am working on a demon code using STM32F103.In this demon code,it defines the PE2, PE3 as the I2C interface, as below:/* Configure I2C pins: PE2->SCL and PE3->SDA */ GPIO_InitStructure.GPIO_Pin = G...