2013-04-23 07:37 AM
Hello,
I'm using STM32F207 on a Olimex board. I wired a Microchip EEPROM (24LC512) to PF0 and PF1 to use with I2C2. The problem I have is that in sEE_WritePage() I cannot get pass the I2C_Send7bitAddress(sEE_I2C, sEEAddress, I2C_Direction_Transmitter); function. It will always time out. Any ideas? #stm32f207 #cpal #i2c