Question
I2C ARLO(HAL_I2C_ERROR_ARLO) error issue in STM32G0
Hello forum,
I am facing an issue related to i2c communication.
Controller: STM32G0 series
I2C mode: slave mode
I have configured the controller as I2C slave mode with a single master.
When I am configuring the i2c frequency 100khz, both (master and slave) devices working fine.
But when I am setting the frequency 400khz, HAL_I2C_ERROR_ARLO error flag is set in MCU.
Does anyone have any idea why this is happening?
Note: I am using only single master for communication.
