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.

Is MSP430ware necessary for TI-RTOS?

Other Parts Discussed in Thread: MSP430WARE

All:

This may be very apparent, but is MSP430ware necessary for TI-RTOS when running on an MSP430 device?

  • Hi Todd,

    Yes, TI-RTOS drivers use driverlib APIs to configure/communicate with the hardware. TI-RTOS drivers add thread safety mechanisms to allow use in an OS environment. However, we do not use all of the products in MSP430ware (only driverlib, grlib, usblib). Unused products are removed to reduce installation size. A TIRTOS.README (found in <tirtos install dir>\products\MSP430Ware_1_80_01_03a\TI-RTOS.README) lists changes made to MSP430ware.

    Hope this helps,
    -- Emmanuel