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.

CCS/CC3200: sl_start stuck

Part Number: CC3200

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