STM32F4 + EEPROM + I2C interrupts
Posted on April 22, 2013 at 16:17 Hi I am trying to read 4 consecutive registers from an EEPROM using I2C through interrupts. The Start Generation is done inside an EXTI interrupt handler after the user button is Pressed. The rest of the read...