• Getting Started RTX kernel
    Dear Forum Members. I am second year student and using Silabs 8051. I don't have any knowledge of rtos/rtx kernel and want to learn it from scratch. where to begin for it. after internet...
  • 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.
  • getting started with RL ARM / RTX
    We tinker with the idea of using RL ARM in the future. I found the very interesting document "Getting Started Building Applications with RL-ARM". This pdf is a very detailed description of realtime library...
  • 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...
  • ARM: RTX Task management
    I try to run \keil\ARM\RTX\Examples\Mailbox\Mailbox.Uv2 on evaluation board of MCB2300 Ver3.1 there are two user defined tasks, that is send_task and rec_task. send_task send messages to msgbox 3...