Other Parts Discussed in Thread: CC3100
Hi
I have quite trouble with the Simplelink Driver. I use the multitheaded option.
My startup sequence to connect to a wifi AP is: Power on, release from reset, sl_start(0,0,0) with all delays in between.
Sl start waits for a sync object near line 147 in device.c, which is never set (i do not pass a init callbback, so i wait till done)
_SlReturnVal_t retVal;
retVal = _SlDrvSyncObjWaitTimeout(&g_pCB->ObjPool[ObjIdx].SyncObj,
INIT_COMPLETE_TIMEOUT,
SL_DRIVER_API_DEVICE_SL_START);
if (retVal)
{
return SL_API_ABORTED;
}
who is supposed to signal?
i would like to talk to a firmware support engineer over mail, we have a NDA with TI, but i cannot pose my code here in the form.