Hi
I do not want to suspend the scheduler of RTX5 to get the available sleep time.
I only want to see a preliminary report for the tasks' sleep time status.
In our previous operating system, we had a function for that, it was something like 'prvGetExpectedIdleTime'.
Is something like that available?
It is sometimes not worthwhile entering sleep if it's less than some small value of ticks/ms.
To suspend then resume the scheduler on each iteration of the idle task seems wrong.
Therefore, I am looking for a preliminary test of the expected idle time without suspending
the scheduler.