tx_thread_sleep() hangs forever on STM32F411 with Azure RTOS
Setup: STM32F411RE + STM32CubeIDE + X-CUBE-AZRTOS-F4 v1.1.0 + TIM4 as HAL
timebase Problem: Thread runs once, toggles LED, then hangs inside tx_thread_sleep(50) and never wakes up. Debugger shows:
System Timer thread → State: SUSPENDED, Run Count: 0
Thread 1 → State: SLEEP, Run Count: 1 System Timer never runs, so sleeping threads never wake up.
Question: Why is the System Timer thread never getting scheduled? Any known issues with X-CUBE-AZRTOS-F4 v1.1.0?
