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 FreeRTOS osi_SyncObjWait timeout 问题

你好,

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

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

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

    OsiReturnVal_e osi_SyncObjWait(OsiSyncObj_t* pSyncObj , OsiTime_t Timeout);

    /*!
    \brief This function clears a sync object

    \param pSyncObj - pointer to the sync object control block

    \return upon successful clearing the function should return 0
    Otherwise, a negative value indicating the error code shall be returned
    \note
    \warning
    */