Tickless example modification not working
I am trying to use the tickless functionality on my Nucleo-U575ZI-Q board. I am using tx_low_power example available in cube ide.
I tried to modify the example. I created one thread which toggles the led and then I called tx_thread_sleep(100) and the HAL_DELAY(100).
As per my understanding, cpu should go to sleep mode when tx_thread_sleep is called and should exit the sleep mode when HAL_DELAY is called.
But it is simply not working. Is there any working sample example of tickless idle with two threadx which I can run without any modication and it should use tx_thread_sleep function.
best regards
Nilesh Vora
