• rtx rtos delay
    Dear All, I am using STM32F373 with Keil RTX RTOS. There are a few tasks being created. all are at the same priority level. tick time is 1ms. most of the time these tasks are not active, only checking...
  • LPC2468 RTX KERNEL
    I am using rtx kernel and mdk 3.50 with LPC2468. i am facing a problem in my software. The Main function is keep on called by somewhere or it is keep on resetting. control is always coming to os_sys_init...
  • RL-Flash with RTX kernel
    Hi all, I try to use the library RL-FlashFs in one task. But I can not do it! By cons, when I execute the code inerted in the main (just before starting the OS), then it works! So my question is...
  • 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...
  • RTX Kernel Documentation
    Is there any RTX kernel documentation as opposed to documentation about how to use it. I'm interested in understanding how the kernel works, and what do all the different structs and functions do. ...