Hello,
I am implementing getting_started_with_wlan_station application from cc3100 sdk. cc3100 sdk is interfaced with cc430f5137 over spi.
My issue is application goes in endless loop at OSI_RET_OK_CHECK(sl_SyncObjWait(&g_pCB->ObjPool[ObjIdx].SyncObj, SL_OS_WAIT_FOREVER)); instruction.
This instruction was successful at once and then program stopped at retVal = sl_WlanPolicySet(SL_POLICY_CONNECTION, SL_CONNECTION_POLICY(1, 0, 0, 0, 1), NULL, 0);
But now every time it goes in loop at OSI_RET_OK_CHECK(sl_SyncObjWait(&g_pCB->ObjPool[ObjIdx].SyncObj, SL_OS_WAIT_FOREVER)); instruction.
can anyone help on this?
Thanks in advance,
Parthraj