is the i2c init function right?
void sEE_Init(void) { //printf("i2c init\n"); sEE_LowLevel_Init(); // enable clock /*!< I2C configuration */ /* sEE_I2C Peripheral Enable */ I2C_Cmd(sEE_I2C, ENABLE); I2C_DeInit(sEE_I2C); /* sEE_I2C configuration after enablin...