User Activity

ok, i fix it, sorry for that​​
There is a bug in stm32f7xx_hal_i2c.c!!!!!!!!!!!​static HAL_StatusTypeDef I2C_Disable_IRQ(I2C_HandleTypeDef *hi2c, uint16_t InterruptRequest) { uint32_t tmpisr = 0U;   if ((InterruptRequest & I2C_XFER_TX_IT) == I2C_XFER_TX_IT) { /* Disable TC an...