I2C with repeated start condition example
HI
Got an I2C device connected to my p nucleo wb 55 board. currently no luck communicating.
I've been instructed to to use a repeated start condition in I2C https://www.i2c-bus.org/repeated-start-condition/
Not sure if my current HAL functions work for an I2C repeated start condition device? they are :
HAL_I2C_Mem_Write XXX
HAL_I2C_Master_Transmit XXX
Any other example I can use ?
need to achieve this :

S start
R restart
THNAKS
