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.

TIRTOS on the MSP430, which devices are supported

Other Parts Discussed in Thread: MSP430G2755, MSP-EXP430F5529LP

I cannot find anywhere a list of what MSP430 are able to run TIRTOS. All I can find says that it will run on the MSP430, which I take to mean "all of them".

What is the case please? I want to try it on the MSP430G2755 for example.

Thanks.

  • The TI-RTOS kernel (also called SYS/BIOS) supports the following families with out of the box examples:

    • MSP430FR5xxx
    • MSP430x5xxx
    • MSP430x6xxx

    Additionally for the following boards, there are TI-RTOS driver examples

    • MSP-EXP430F5529LP LaunchPad
    • MSP-EXP430F5529 Experimenter Board (we might stop shipping OOB examples in the future for this board)
    • MSP-EXP430FR5969LP LaunchPad
    • MSP-EXP432P401RLP LaunchPad

    Note: the drivers are supported on other devices in the above families but do not have out of the box examples. It requires a small porting effort to run the driver examples on a different board (which is detailed in the TI-RTOS Getting Started Guide).

    We do not support the value line MSP430 (e.g. MSP430G2xxx) with the TI-RTOS. The reason is basically lack of demand.

    Todd

  • Thank you for your answer.