• 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(); ...
  • Unable to determine the current toolkit
    Hi I have installed the ds5 toolchain from scratch in my linux host. I am able to fire up eclipse cleanly and create a hello world using arm compiler 6 successfully. But, when I create a project...
  • 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...
  • 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...
  • 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!