I want to make a delay between the slave address and the data in i2c communication.
I used HAL_I2C_MASTER_Transmit/ReceiveThe transmission function put a delay using the for statement as shown below.HAL_StatusTypeDef HAL_I2C_Master_Transmit(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint8_t *pData, uint16_t Size, uint32_t Time...