Azure RTOS - Task does not resume after sleep
Hello,
I have tried this (How to create a Thread using AzureRTOS and STM32CubeIDE?) example with a Nucleo-F446RE board. Of course I have chosen the AZRTOS-F4 instead of the AZRTOS-H7 in the example. So line
HAL_GPIO_TogglePin(LD2_GPIO_Port, LD2_Pin);is called once, and afterwards the the tx_therad_sleep(20) is called, but the Toggle function is never called again. If I pause the debugger, it is still in the part "__tx_ts_wait:" inside the tx_thread_schedule.S. Any idea, what I could to so that the example is working?
Thanks and best regards!
