STM32CubeF4 FreeRTOS Examples don't work correctly with HAL GetTick
Posted on May 26, 2014 at 23:29In the STM32CubeF4 FreeRTOS Application examples, any HAL functions that internally use the HAL_GetTick() function for timeout operations will not work correctly because the SysTick ISR has been assigned to the FreeRTO...