Sometime HAL_I2C_IsDeviceReady present in stm32l4xx_hal_i2c.c returns HAL_TIMEOUT
Posted on January 02, 2017 at 13:31We are using I2C1 in STM32L486 and occasionally we are seeing timeout while calling HAL_I2C_IsDeviceReady,this we are calling before call to HAL_I2C_Master_Transmit_ITThis is happening when USART0 is in use and dat...