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.

Sensor Application Debugging Problem

Hello everyone.

I'm just making first steps exploring my CC3000 device and stuck a bit so please help with the following issue.

Stepping through the Sensor Application in debug mode at some line I get the code execution interrupted suddenly and I have no option but to stop the debugger.

So no further execution available. And there is not a word in the console output.

It occurs during wlan_start function calling, specifically here:

    tSLInformation.WriteWlanPin( WLAN_ENABLE );

file - wlan.c

Used IDE is the Code Composer

What may cause the problem ?

If I download the application using flashing tools it works ok.

Thanks in advance.