I have a question about HAL_I2C_Master_Transmit (I2C_HandleTypeDef * hi2c, uint16_t DevAddress, uint8_t* pData, uint16_t Size, uint32_t Timeout);
Hi,
I have a question about HAL_I2C_Master_Transmit (I2C_HandleTypeDef * hi2c, uint16_t DevAddress, uint8_t* pData, uint16_t Size, uint32_t Timeout);
I see the second field is a pointer to a 16 bit integer. However the device I am trying to interface must acknowledge between the first and the second byte.
Can you help me in properly setting the HAL ? Attached the figure describing the I2C operating mode of the slave device. I am using nucleo l476rg as a master device
Thanks
Regards
