How to implement repeated start for HAL_I2C_Mem_Read and HAL_I2C_Mem_Write?
Hello,
i want to communicate with an AD7998, to convert 8 analog to digital channels. The communication i use is I2C. I am using the HAL library.
According to the adc manual i need a repeated start, after writing to the address pointer byte. So i had tried to use HAL_I2C_Mem_Read, but that isn't working.
Are there other functions in the i2c HAL library to implement a repeated start?
Thanks.