• 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...
  • RTX Kernel and GNU compiler.
    Hi all: Is possible to compile the RTX Kernel using the GNU tools? Libraries compiled with CARM are not compatible with gcc, are they? Thanks in advance and have a good day. Jorge M.
  • RTX kernel doubt.........
    In my RTX kernel task management system the function os_dly_wait(); is not working properly .My need is to generate a delay in one task and then such over to another,that i have two task task1 and task2...
  • RTX Kernel Port M3
    Hello, I am porting the RTX Kernel to a Cortex-M3 device and ran into a difficulty. I have set up 2 tasks to toggle 2 LEDs to see if my tasks are running as expected. As below. /*-----...
  • RTX Kernel user timers
    I know till now periodic user timer are not possible in the RTX kernel. is there a plan to implement this feature in future ? rgds, mario