STM32F401RE - ThreadX won't wake up from sleep - Azure RTOS
Here's the code of my app_threadx.c file.
I followed the STM32 AZURE RTOS workshop for the H7 MCUs, however, I'm currently developing on a STM32F401RE.
Basically, when I debug the program the function it's called and then go to sleep, despite the fact of it doesn't wake up, so it doesn't work as a thread anymore.
I don't know if there's any timer problem, I've set TIM10 as timebase source because I can't use the SysTick due STM software constraints (to avoid any conflict with the SysTick interrupt handler).
I think it could be a library problem, however I don't know what can I do except these basic things.
Thanks in advance!
