STM32F103 Problem with reading EEPROM
Posted on July 18, 2016 at 09:19 Hey friends, I am trying to initialize I2C to read the content of 24AA02E48TEEPROM but after initializing the I2C busy_flag stays set. the code gets stock atwhile(I2C_GetFlagStatus(I2Cx, I2C_FLAG_BUSY )); ...