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任务创建失败



我在tcp_socket这个例程中的主函数创建任务如下  头文件也包含了osi.h

osi_TaskCreate( WlanStationMode, \(const signed char*)"WlanStationMode", \OSI_STACK_SIZE, NULL, 1, NULL );

编译后产生这样的结果

请问下如何在别的例程中 正确创建任务机制