• Higher Priority task deleting a lower priority task?
    I have two tasks. task 1: searches for a string in a list of strings (n-strings are stored in the list). task1 priority: low task 2: invoked by uart receive interrupt to abort the search. task 2...
  • ARTX-166 call to get current task's priority
    I'm upgrading from RTX-166 to ARTX-166 and can't find the corresponding call, in ARTX-166, to get the current running task's priority. RTX-166 had the following: os_running_task_prio(); ...
  • 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!
  • RL-ARM - Determining priority of current task
    I would like to briefly increase the priority of a currently running task and then revert the priority level. The example given at: www.keil.com/.../rlarm_os_tsk_prio_self.htm shows how...
  • RTL-TCPNET?
    how to create a tcp application using RL-ARM(tcpnet) without http server?