Tool/software: Code Composer Studio
I was reading many post for hours but nothing solved my Problem:
I am trying to start the mqtt_client demo from the 1.3.0 SDK and servicepack_1.0.1.11-2.10.0.0.bin
sl_start gets stuck in
_SlReturnVal_t retVal;
retVal = _SlDrvSyncObjWaitTimeout(&g_pCB->ObjPool[ObjIdx].SyncObj,
INIT_COMPLETE_TIMEOUT,
SL_DRIVER_API_DEVICE_SL_START);
This was discussed many times, but I still don't know what to do. Is there a bug in the simplelink lib? I also used the os_debug Version, but still the same Problem.
Thanx in Prior an sorry for asking this question again, but I am real lost with this Problem