Resolved! ThreadX/AzureRTOS on STM32H7 messing with HAL tick timer. Anyone experienced the same thing?
HAL timebase set to use TIM6. ThreadX uses SysTick.My code is minimalistic for the test-project when debugging this issue. ThreadX is set up to have 1000 ticks/second as opposed to the default 100 ticks/second.I have one thread printing out HAL_GetTi...