Is it possible to run into a race condition when calling HAL_GetTick()?
I am designing an application with a control loop of 1 ms, and I would like to use HAL_GetTick() as the way of clocking this loop. This is a safety critical system, and I would like to know if one will run into a race condition by calling this functi...