• 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. /*-----...
  • 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...
  • LM3S6965 and RTX Kernel
    Hi everyone, I see on the Keil website that RTX Kernel supports LuminaryMicro LM3S6965, doesn't it? Can anyone show me where can I find the example source code of it? I can't find it in my RVMDK...
  • Delays in RTX kernel and configuration
    Hi, Iam working on LPC248 OEM board ,where iam testing the delays in RTX kernel. In configuration file i set the value as shown below. #define OS_TICK 10000 Can anybody explain what is the...
  • HTTP-Demo with RTX-Kernel
    I have tried to translate the HTTP-Demo with RTX-Kernel without success, because there should be "RTLTCP.lib" and "RTLCD.lib" in the Library-folder but they aren't. I haven't got these files. Are these...