36 Configuring TI-RTOS SPRUHU4D—February 2016
Submit Documentation Feedback
Configuring Components of TI-RTOS www.ti.com
Other SystemSupport implementations are provided with XDCtools.
•
SysMin stores System_printf() strings in an internal buffer in RAM. SysMin requires RAM, so it not
ideal for devices with minimal RAM.
•
SysStd writes System_printf() strings to STDOUT (the CCS Console window). By default, SysStd
allows System_printf() to be called from Tasks only (not Swis or hardware interrupts); it can be
modified to allow calls from Swis and Hwis, but this impacts real-time performance.
4.3 Configuring Components of TI-RTOS
For information about configuring individual sub-components of TI-RTOS, see the documentation for that
component. Chapter 2 of the SYS/BIOS User’s Guide (SPRUEX3) provides details about XGCONF.
Within XGCONF, you can see the full file path to the version of the component being used by hovering
your mouse cursor over a component in the "Other Products" list in the Available Products area.