• 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. /*-----...
  • Porting RTX in Atmel Studio
    Hello, I am using Atmel's SAM series controller for our project. I have a requirement to enable USB interface between PC and SAM controller. I decided to use Atmel's ASF USB stack and its works...
  • 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...
  • RTX-TINY serial port problems
    Hello all, I am trying to write program using TINY that will eventually need to be able to read from both serial ports and send on one of them. To accomplish this, it would work best if I could get the...