Issue on I2C HAL generated by CubeMX
Hello,I think that I found an issue in the HAL code generated by CubeMx 6.6.1 with STM32L4.I2C HAL in file stm32l4xx_hal_i2c.c line 6855 there is an infinite loop : while (__HAL_I2C_GET_FLAG(hi2c, I2C_FLAG_STOPF) == RESET) { /* Check for...