This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RTX Kernel vs UCOS2

We are planning to move our flagship product to ARM platform along with RealView RTX kernel RTOS. We have used UCOS2 RTOS for years and it has proved itself to be a very robust operating system.
I would like to have expert comments on features and robustness of RealView RTX Kernel RTOS in comparison with UCOS2 RTOS robustness in preemptive multitasking environment on ARM processor.

Parents
  • One I thing could not do in RTX was suspend a task from another task, this can be easily done in uC/OS-II.

    I had to result to terminating and then restarting the task, which was far from ideal in the particular circumstances.

    I am not sure if this could have been done some other way? Any ideas?

Reply
  • One I thing could not do in RTX was suspend a task from another task, this can be easily done in uC/OS-II.

    I had to result to terminating and then restarting the task, which was far from ideal in the particular circumstances.

    I am not sure if this could have been done some other way? Any ideas?

Children