I already tried adding a delay between transmissions and checking the i2c busy flag but it did not fix the problem.And how you you explain the second transmission start and stop midway ?
Hi folks !I'm working with a STM32F302 MCU and I'm currently getting trouble with I2C to store data on 24LC512 EEPROM. I can store and recall data once, it works fine. But when I call the HAL_I2C_Mem_Write function twice or more it only work for the ...