TI中文支持网
TI专业的中文技术问题搜集分享网站

CC3200 FreeRTOS osi_SyncObjWait timeout 问题

你好,

请问在3200 FreeRTOS系统上,osi_SyncObjWait 这个接口中的timeout如何设置?

我设置了100/1000等几个值都不会返回,一直处于阻塞状态

Viki Shi:

OSI的使用请查看SDK中的osi.c文件

OsiReturnVal_e osi_SyncObjWait(OsiSyncObj_t* pSyncObj , OsiTime_t Timeout);

/*!\briefThis function clears a sync object
\param pSyncObj – pointer to the sync object control block
\return upon successful clearing the function should return 0Otherwise, a negative value indicating the error code shall be returned\note\warning
*/

赞(0)
未经允许不得转载:TI中文支持网 » CC3200 FreeRTOS osi_SyncObjWait timeout 问题
分享到: 更多 (0)