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

KEIL ARM compiler compatible RTOS

Hi!

I am looking for some RTOS software which is compatible (can be compiled) with KEIL CARM. So far I tested ARTX and SALVO rtos, but I need to find two or three more. Can any one help me on that please!

Best from Slovenia!

Parents
  • "I am looking for some RTOS software which is compatible (can be compiled) with KEIL CARM."

    If it has ANSI 'C' source, then it can be compiled with Keil CARM - this is a non-issue.
    (no doubt some "porting" work will be required - but the same applies to any compiler).

    Where you really need support compatible with (or built into) the tools is when it comes to Debugging...

Reply
  • "I am looking for some RTOS software which is compatible (can be compiled) with KEIL CARM."

    If it has ANSI 'C' source, then it can be compiled with Keil CARM - this is a non-issue.
    (no doubt some "porting" work will be required - but the same applies to any compiler).

    Where you really need support compatible with (or built into) the tools is when it comes to Debugging...

Children