• Boot and RTX problem
    Hi everyone, I've built a simple boot that load the main application located at 0x10010. Everything works fine if the application do not use RTX, but when I use RTX in the main application the code...
  • RTX Timer Problem
    Hi, We are enabling the system main task at every 10ms interval. but now we are facing the problem with enabling of the system task @10ms interval .. could you please any one help us How...
  • S3C2410 RTX problem?
    I'm a newbie in RTX kernel.Now I could successfully debug my S3C2410's PIO and UART,but when I change the code in the RTX kernal,I found something wrong,I debug the process,found process enter an function...
  • problem with RTA in conjunction with RTX
    Hi everyone, I try to use RTA for implementing unit tests. It works well if I run my test without RTX. I use -Block on write- to make sure that I see all messages send from RTA. When I use RTA...
  • RTX Timer Problem
    Hi, we have configured our main task to activate at every 10ms as shown below Number of concurrent tasks running 13 Timer tick interval: 10ms void task1(void) { os_itv_set(1); for(;;...