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.

RTOS/MSP430F2619: Looking for base code for RTOS startup suitable for MSP430F2619

Part Number: MSP430F2619

Tool/software: TI-RTOS

I'm currently reviewing the RTOS for MSP430F2619 but could not find demo code with RTOS to give me a start. 

What library I need to put together into project folder elsewhere, I do not like to reference library within common folder as update may screw up the code.

Is there good paper to compare TI-RTOS and FreeRTOS, what is the key benefit of TI-RTOS that I must consider?

  

  • Hello Richard,

    richard payne said:
    Is there good paper to compare TI-RTOS and FreeRTOS, what is the key benefit of TI-RTOS that I must consider?

    I searched our E2E forum and found the following threads discussing the comparisons between TI-RTOS and FreeRTOS. Basically, TI-RTOS is provided directly from TI (versus FreeRTOS which is a third-party partner) and provides additional stacks for TCP/IP/USB that are free, tested, and pre-integrated (whereas more effort and perhaps cost may be required to achieve the same thing using FreeRTOS). Please read through these threads to gain a better idea of which one you should use. You can also learn more about FreeRTOS by visiting their website: http://www.freertos.org/

    richard payne said:

    I'm currently reviewing the RTOS for MSP430F2619 but could not find demo code with RTOS to give me a start. 

    What library I need to put together into project folder elsewhere, I do not like to reference library within common folder as update may screw up the code.

    You can start by downloading TI-RTOS for MSP430 from the following link.

    Lastly, the following guides will help you understand more about TI-RTOS and how to use it.

    TI-RTOS 2.20 for MSP43x Getting Started Guide

    TI-RTOS 2.20 User’s Guide

    Regards,

    James

    MSP Customer Applications

  • I perferred to see demo code that has working TI-RTOS on any MSP430F2xx device. I see there no DriverLib library in context of MSP430F2xx and concern lacking TI-RTOS support for MSP430F2xx. The auto generation of RTOS for MSP430F2619 for new project seems meaningless.

**Attention** This is a public forum