8
About TI-RTOS
SPRUHU4D—February 2016
For More Information
•
PWM.
API set intended to be used directly by the application or middleware to generate Pulse Width
Modulated signals.
•
SPI.
API set intended to be used directly by the application or middleware to communicate with the
Serial Peripheral Interface (SPI) bus. SPI is sometimes called SSI (Synchronous Serial Interface).
•
SDSPI.
Driver for SD cards using a SPI (SSI) bus. This driver is used by the FatFS and not intended
to be called directly by the application.
•
UART.
API set intended to be used directly by the application to communicate with the UART.
•
Other USB functionality.
See the USB examples for reference modules that provide support for the
Human Interface Device (HID) class (mouse and keyboard) and Communications Device Class
(CDC). This code is provided as part of the examples, not as a separate driver.
•
Watchdog.
API set intended to be used directly by the application or middleware to manage the
watchdog timer.
•
WiFi.
Driver used by a Wi-Fi device's host driver to exchange commands, data, and events between
the host MCU and the wireless network processor. Not intended to be called directly.
1.7
For More Information
To see release notes for a component, go to the subdirectory for that component within the TI-RTOS
products directory. For example,
C:\ti\tirtos_msp43x_2_##_##_##\products\bios_6_40_##_##
contains release notes for SYS/BIOS.
To see user guide PDFs and other documentation for a component, go to the "docs" subdirectory within
the directory that contains the release notes.
To learn more about TI-RTOS and its components, refer to the following documentation:
•
TI-RTOS
—
(SPRUHD4)
—
In the TI-RTOS Release Notes, follow the
Documentation Overview
link. In the Documentation
Overview page, choose the
TI-RTOS Drivers Runtime APIs (doxygen)
item.
—
TI-RTOS on the Texas Instruments Wiki
—
TI-RTOS forum on TI’s E2E Community
—
—
Embedded Software Download Page
•
Code Composer Studio (CCS)
—
CCS online help
—
CCSv6 on the Texas Instruments Wiki
—
Code Composer forum on TI’s E2E Community
•
SYS/BIOS
—
SYS/BIOS User’s Guide (SPRUEX3)
—
SYS/BIOS API and configuration reference. In the TI-RTOS Release Notes, follow the
Documentation Overview
link. In the Documentation Overview page, choose the
TI-RTOS
Kernel Runtime APIs and Configuration (cdoc)
item.
—
SYS/BIOS on the Texas Instruments Wiki
—
TI-RTOS forum on TI’s E2E Community
—