I2C Bus not pulsing after the start condition
Posted on October 31, 2012 at 21:57I am communicating with a slave device and after the generation of the start condition, I am not seeing SCL and SDA pulsing. Below is the code: void DS2482_Init(void){ GPIO_InitTypeDef GPIO_InitStructure;...