STM32F0 I2C code doesn't work
Posted on November 22, 2013 at 17:10Hi, here my code for I2C setup on STM32F051R8 (STM32 discovery board practically)void set_I2C(void){ GPIO_InitTypeDef GPIO_InitStructure; I2C_InitTypeDef I2C_InitStructure; RCC_AHBPeriphClockCmd(RCC_AHBPeriph...