Question
Is this a HAL IIC bug?
Hi there,
I drove 4 SHT4x by STM32G473VE and used the HAL_I2C_Master_Transmit() and HAL_I2C_Master_Receive() to write and read the sensors.
Normally, everything is well.
However, if I
- unplug the sensor;
- replug the sensor again;(Not the sensor maybe can NOT work normally)
- reset the MCU;
the program will probably run into the following dead loop:

I don't know why this happened, and how I can recover from this error state.
Thank you!
