CC3200的SDK中oslib文件夹中有一个osi.h , osi_freertos.c, osi_tios.c
其中osi.h中提到:
// osi.h
//
// MACRO and Function prototypes for TI-RTOS and Free-RTOS API calls
请问SDK中用的操作系统是 Free-RTOS还是 TI-RTOS?
为什么搞两个?
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.
CC3200的SDK中oslib文件夹中有一个osi.h , osi_freertos.c, osi_tios.c
其中osi.h中提到:
// osi.h
//
// MACRO and Function prototypes for TI-RTOS and Free-RTOS API calls
请问SDK中用的操作系统是 Free-RTOS还是 TI-RTOS?
为什么搞两个?
您可以参考wiki页面 http://processors.wiki.ti.com/index.php/CC32xx_SDK_Sample_Applications#Network_Reference_Examples_for_the_CC3200_LaunchPad
有一些例程是TI-RTOS 有一些是 Free-RTOS