XDCtools 在安装Code Composer Studio (CCS)时被作为其中的一部分安装了。XDCtools包含使用RTSC的工具和运行时组件。参考TI WIKI 给出的说明:
http://processors.wiki.ti.com/index.php/How_is_SYS/BIOS_related_to_XDCtools_and_RTSC%3F
- XDCtools provides configuration tools you use to create and build a static configuration as part of your application. This *.cfg configuration file specifies:
- Which modules from XDCtools, SYS/BIOS, and other components to include in the run-time image.
- What static instances of RTOS objects to create. For example, these include tasks and semaphores.
- Settings for parameter values for modules and objects.
- XDCtools provides critical APIs that are used by SYS/BIOS and other related software components. These include memory allocation, logging, and system control.
XDCtools 在安装Code Composer Studio (CCS)时被作为其中的一部分安装了。XDCtools包含使用RTSC的工具和运行时组件。参考TI WIKI 给出的说明:
http://processors.wiki.ti.com/index.php/How_is_SYS/BIOS_related_to_XDCtools_and_RTSC%3F
- XDCtools provides configuration tools you use to create and build a static configuration as part of your application. This *.cfg configuration file specifies:
- Which modules from XDCtools, SYS/BIOS, and other components to include in the run-time image.
- What static instances of RTOS objects to create. For example, these include tasks and semaphores.
- Settings for parameter values for modules and objects.
- XDCtools provides critical APIs that are used by SYS/BIOS and other related software components. These include memory allocation, logging, and system control.
举报