This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

REG: RTOS

Other Parts Discussed in Thread: EK-TM4C123GXL

Hello everyone,

I am new to this community. I have TIVA C series TM4C123G Launchpad kit. I want to use RTOS on this.  I am new to RTOS also. Plz anybody help how can i use RTOS. tell with Some examples.

Thanks

Yuvaraj

  • Hello Yuva,

    There are lot of books and different types of RTOS to learn from. I would recommend getting one of these books and reading them while practicing.

    Since you are planning to use TM4C devices, the two best supported RTOS on TM4C devices are FreeRTOS and TI-RTOS.

    TivaWare supports FreeRTOS and has examples like a simple "freertos_demo" in the folder "/examples/boards/ek-tm4c123gxl" and more complex demo in the folder "/examples/boards/dk-tm4c129x".

    TI-RTOS is tightly integrated with Code Composer Studio and gives a pretty good out-of-box experience with TM4C devices. TI-RTOS provides wide ranging examples with TM4C devices.

    Good luck!

    Sai

  • Thank you...