STM32F302 - I2C Error Code
Hello Community :),
I'm using the I2C of the STM32F302:
I2C configuration:
- 7 bit data
- standard mode "100 KHz"
- mode polling
When initiating communication between the STM32 and the sensor, the "HAL_I2C_Master_Transmit" function returns "HAL_ERROR."
Upon investigation, I discovered that this error is associated with an error code. Does anyone know the significance of the error code?
I catch the error in line 679 of the HAL function:

Thanks,
With Kind Regards,
Aymen
