This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

I want to check the available sleep time in RTX, without suspend

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?

Parents
  • 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.

Reply
  • 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.

Children
No data