Other Parts Discussed in Thread: CC1310
刚开始用TI RTOS做无线。平台用的是CCS。现在的问题是,我多个任务,例如A,B,C。现在A任务运行完成,然后运行B任务,当B任务完成后,继续运行A任务。需要怎么做。CCS历程中只有单任务,没有多任务的例子
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
真不建议深研这个,直接借鉴一些例子来学会比较好。驱动的东西,论坛里很多,而且本身的文档也cover了不少
http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/tirtos/2_21_00_06/exports/tirtos_full_2_21_00_06/products/tidrivers_cc13xx_cc26xx_2_21_00_04/docs/doxygen/html/index.html
你实在要看,请参考下面的:
分两个。
如果是RTOS的元素,比如信号量,时钟等 搜索:
TI-RTOS 2.16 User’s Guide
如果是基于TI-RTOS的元素,比如驱动可以搜索:
SYS/BIOS (TI-RTOS Kernel) v6.46 User's Guide
另外,和RTOS相关的资料很多,可以直接从下面wiki去发掘。
http://processors.wiki.ti.com/index.php/TI-RTOS_Support