• 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!
  • no tasks?
    so i explain. the application is very conplicated. atm it got 223 tasks but it will get more. ride51 has the code compresser. does uvision? i mean i want each task uncompress when it runs. how? wait...
  • Switching a task
    can somebody kindly give me a good explanation on usage of "os_tsk_pass()". i really dont know why i cant find a valid method to pass the execution to a task of lower priority. cant use os_evt_wait_or...
  • RTX tasks
    Hi, I try RTX RL-ARM and I would like to know if the only way for task switching is by round-robin. Best regards.
  • Setting task events from within a running task.
    I use the RTX Kernel for LPC1788.Is it advisable to use the os_evt_set() from within a running task, in order to set an event for other task?Basically, what i want to know is that can we call another...