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
  • Several years ago, I attempted to use uCOS-II. I had a difficult time configuring such a general purpose RTOS but since your people are experienced with uCOS-II that would be no problem for you.
    Also, at that time the uCOS-II RTOS required royalty payments for commercial use. I don't know if that is still true.

    I found RTX to be easy to implement and no royalties. Also, the basic RTX is included in the ARM toolset. If you purchase the RTX library package, you get the source code for some of the library files.

    Watching this formun, I have noticed some esoteric problems that I have never run into personally but I must admit my needs for an RTOS are quite basic.

    I have an older copy of RTL_ARM so maybe Tamir might be a better person to answer this post. He seems quite experienced with RTL_ARM.
    Bradford

Reply
  • Several years ago, I attempted to use uCOS-II. I had a difficult time configuring such a general purpose RTOS but since your people are experienced with uCOS-II that would be no problem for you.
    Also, at that time the uCOS-II RTOS required royalty payments for commercial use. I don't know if that is still true.

    I found RTX to be easy to implement and no royalties. Also, the basic RTX is included in the ARM toolset. If you purchase the RTX library package, you get the source code for some of the library files.

    Watching this formun, I have noticed some esoteric problems that I have never run into personally but I must admit my needs for an RTOS are quite basic.

    I have an older copy of RTL_ARM so maybe Tamir might be a better person to answer this post. He seems quite experienced with RTL_ARM.
    Bradford

Children