Resolved! 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 ...