ThreadX makes HAL_Delay() & HAL_GetTick() functions highly unreliable
I have set up ThreadX on my STM32U5A9 board using CubeMX. In such configuration it is recommended to use SysTick for ThreadX and select some other timer as a Timebase Source so I selected TIM7.Now HAL_Delay() and HAL_GetTick() functions are very unre...