• 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(); ...
  • 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(); ...
  • Current priority level of processor
    Hi, I have been reading about the exception mechanism of Cortex-M (M4 to be precise). The exception request is accepted by the processor if the current priority level of the processor is less than the...
  • Current priority level of processor
    Hi, I have been reading about the exception mechanism of Cortex-M (M4 to be precise). The exception request is accepted by the processor if the current priority level of the processor is less than the...
  • 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...