User Activity

HelloI am using NUCLEO-G431KB to talk to a sensor using i2c. Its working nicely using the 'HAL_I2C_Master_Transmit' HAL function.I would like the system to generate an error if an ack is not received from the sensor.This is the working code:HAL_I2C_M...