I have a question concerning the stm32f4xx_hal_i2c.c. In the function HAL_StatusTypeDef HAL_I2C_Master_Transmit(..) there is the following code sequence.uint32_t tickstart = 0x00U; /* Init tickstart for timeout management*/ tickstart = HAL_GetTick();...