TI-RTOS Terms and AcronymsĀ¶

Hwi
A TI-RTOS Hardware interrupt.
Idle Task
A TI-RTOS default task that is executes when no other higher priority thread needs to run.
ROV
Runtime Object View
A TI-RTOS kernel plugin for CCS and IAR to view a target’s instrumentation data.
RTC
Real-time Clock
RTSC
Real Time Software Componenets. A toolset for creating reusable code, used by TI-RTOS.
Swi
A TI-RTOS Software interrupt.
TI-RTOS
Texas Instruments Real Time Operating System
Zero-Latency Interrupts
An interrupt that will not be routed through the TI-RTOS kernel’s Hwi dispatcher. For more information, see this wiki article.