Resolved! The issue with HAL_I2C_EnableListen_IT in I2C Slave Data Transmission using STM-HAL
I am using STM32G050 and I also tried with STM32L476. I am transmitting data as an I2C Slave using STM-HAL. However, when I use HAL_I2C_EnableListen_IT, the transmission is an error. I can't read values and see the logic analyzer. HAL_I2C_DisableList...