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.

CC3100: sl_Start() problem after the latest service pack update

Part Number: CC3100

Greetings TI,

I have updated firmware on my CC3100MOD via Host Programming.The service pack I used was the latest one from your webpage (1.0.1.11-2.9.0.0) .

I have basically just followed instructions from these page. The formatting string used was the 8MB one. The service pack programming code was pretty much copied.

The two host programming headers were included in the host application. The host performs serial flash formatting and service pack programming with no error reported.

After the update my host application won't work properly anymore. It passes the first sl_Start() successfully.

After that,calling sl_DevGet() returns that the new firmware version is 1.4.0.1 (previously it would return 1.2.0.2). However once it resets the device by calling: 

sl_Stop(100);

sl_Start(0, 0, 0);

it gets stucked in sl_Start. The same code worked before the update. Can you tell me if I've maybe overlooked something about the pack update procedure.

I'm using SimpleLink API from 1.2.0 version of CC3100SDK. Is it compatible with the latest service pack?

Please help