User Activity

Hello,i am using STM32L053 (slave) and STM32F103(master) for I2C communication. When i look in the HAL for I2C there is a while loop "while (HAL_I2C_GetState(&I2cHandle) != HAL_I2C_STATE_READY)" where i have to wait all the time for the data being se...