• 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 porting to 3.40
    Hi All, I'm upgrading a firmware using RTX OS from 3.24 to 3.40. As expected, there are many problems with functions, definitions and so on. I found that "the os_clock_demon() task scheduler...
  • 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 porting to 3.40
    Hi All, I'm upgrading a firmware using RTX OS from 3.24 to 3.40. As expected, there are many problems with functions, definitions and so on. I found that "the os_clock_demon() task scheduler...
  • serial port under RTX-51
    Hi! I have a problem with a program in C for serial comunication under RTX-51. I have 2 task, the first is reading from serial port and i need to save the "char" in a share memory for the next task...