TI论坛
直播中

赵羽

8年用户 205经验值
私信 关注
[问答]

怎么在CC1310项目中使用TI-RTOS?

Hi,大家好,
要在CC1310项目中使用ti-RTOS了,但实在不知如何下手。
以前使用RT-thread或者ucos的时候,都是直接将系统源代码加入到项目中,使用一个头文件裁剪系统功能。
但是在TI-RTOS中。。。。。。
1. 如何建立一个包含有TI-RTOS的工程?
2. XDCtools是什么,它到底在工程中,加入了哪些功能和函数?
3.如何去掉项目不需要的系统功能?
。。。。。。

回帖(1)

庄当甜

2020-3-26 10:58:05
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.
举报

更多回帖

发帖
×
20
完善资料,
赚取积分