How to checkif an EEPROM exists at I²C?
Hello!I'm trying to detect if a removable EEPROM exists in a given system, but I ran into some problems.With configuration STM_enableRCCAPB1PeriphClock( RCC_APB1Periph_I2C1, ENABLE ); STM_resetRCCAPB1PeriphCmd( RCC_APB1Periph_I2C1, DISABLE ); I2C_Cm...