SPRUHU4D—February 2016
Read This First
3
Preface
SPRUHU4D—February 2016
Read This First
About This Manual
This manual describes TI-RTOS for MSP43x. The version number as of the publication of this manual is
v2.16.
Notational Conventions
This document uses the following conventions:
•
Program listings, program examples, and interactive displays are shown in a special typeface.
Examples use a bold version of the special typeface for emphasis.
Here is a sample program listing:
•
Square brackets ( [ and ] ) identify an optional parameter. If you use an optional parameter, you
specify the information within the brackets. Unless the square brackets are in a
bold
typeface, do not
enter the brackets themselves.
Trademarks
Registered trademarks of Texas Instruments include Stellaris and StellarisWare.
Trademarks of Texas Instruments include: the Texas Instruments logo, Texas Instruments, TI, TI.COM,
C2000, C5000, C6000, Code Composer, Code Composer Studio, Concerto, controlSUITE, DSP/BIOS,
MSP430, MSP430Ware, MSP432, SimpleLink, Sitara, SPOX, TI-RTOS, Tiva, TivaWare, TMS320,
TMS320C5000, TMS320C6000, and TMS320C2000.
ARM is a registered trademark, and Cortex is a trademark of ARM Limited.
Windows is a registered trademark of Microsoft Corporation.
Linux is a registered trademark of Linus Torvalds.
IAR Systems and IAR Embedded Workbench are registered trademarks of IAR Systems AB.
All other brand or product names are trademarks or registered trademarks of their respective companies
or organizations.
February 9, 2016
#include <xdc/runtime/System.h>
int main(void)
{
System_printf("Hello World!\n");
return (0);
}