Posted on January 09, 2017 at 13:49My software checks the I2C state of a device by calling if( HAL_I2C_IsDeviceReady(hi2c, addr, 2, 15)!= HAL_OK).There are several changes in the new Version of HAL V1.6.The problem is the expired Delay tickstart wit...