• higher the number higher the task priority?
    In Keil RTX Kernel, user task priorities are from 1 to 254. Does higher number mean higher priority? Thanks!
  • higher the number higher the task priority?
    In Keil RTX Kernel, user task priorities are from 1 to 254. Does higher number mean higher priority? Thanks!
  • Getting task priority in RTL
    Is there a legitimate way for the currently-running task to find its own priority under RTL? I want to be able to demote the priority of the current task using os_tsk_prio_self(1), and then restore it...
  • Getting task priority in RTL
    Is there a legitimate way for the currently-running task to find its own priority under RTL? I want to be able to demote the priority of the current task using os_tsk_prio_self(1), and then restore it...
  • RTX: osSignalSet wakes a lower priority thread.
    Hello. I have a thread that waits for up to n signals before sending a specific message. This is a low priority thread that should only send the message after the higher priority thread sleeps...