User Activity

Every code in HAL driver has the below structure that doesn´t care about overflow on HAL_GetTick().... tickstart = HAL_GetTick();   while (Something()) { if (Timeout != HAL_MAX_DELAY) { if (((HAL_GetTick() ...