HAL ticks and timer rollover
Posted on June 04, 2014 at 14:57The HAL_GetTick() is used implement timeouts within the HAL library with code similar to: /* Get timeout */ timeout = HAL_GetTick() + HSE_TIMEOUT_VALUE; /* Wait till HSE is disabled */ whil...