User Activity

Hi,I have noticed change in HAL_I2C_EV_IRQHandler that breaks I2C communication.In STM32Cube_FW_F4_V1.23.0 in stm32f4xx_hal_i2c.c@3379if((sr2itflags & I2C_FLAG_TRA) != RESET)was changed to else if (I2C_CHECK_FLAG(sr2itflags, I2C_FLAG_TRA) != RESET)In...