• 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 rebuild
    Hi, I see that the RTX kernel is provided as library. I want to do certain experiments with the kernel and hence, i want to rebuild the RTX kernel all over again. However, if i rebuild the RTX kernel...
  • Use TCPNet with RTX kernel
    I want to use the TCPNet with RTX Kernel, but I have one question about it. In www.keil.com/.../rlarm_tn_using_withkernel.htm they say that tcp_poll_task is the lowest priority and in this task...
  • 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...