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

Third party RTOS and uVision

Hello,

I was wondering if anyone can help me answer a question about uVision.

Is it possible to use uVision and a third party RTOS e.g. Segger emBos, CMX-RTX or Micrium uC??

Thanks

Parents
  • uVision should work with any program you write. Hence, it should work with any program (such as an RTOS) someone else writes.

    The only difference is that uVision will not know that it is an RTOS, so it can't help you with the debugging.

Reply
  • uVision should work with any program you write. Hence, it should work with any program (such as an RTOS) someone else writes.

    The only difference is that uVision will not know that it is an RTOS, so it can't help you with the debugging.

Children