I2C Repeated Start on NUCLEO-F303RE
Hi to all!Does anyone know how to implement a repeated start in I2C communication?I'm using a NUCLEO-F303RE with the following STM32CubeMX commands:HAL_I2C_Master_TransmitHAL_I2C_Master_ReceiveThese couple of commands don't implement a repeated start...