Verify if it is safe to continue I2C communication after I2C transaction instead of using HAL_Delay
I made an I2C communication between STM32U585 uC to an I2C EEPROM and it works
I do the following
but if I remove the HAL_Delay(10) or minimizes it to less than 10msec things are not working well, the second call I2C_Master_Transmit fails.
Is there's a way to call the I2C_ISR register or anything else, in order to check if the writing process was completed before proceeding with the communication?
Thanks!
