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.

About error code -208 on cc3100

Other Parts Discussed in Thread: CC3100

Hi 

I make a SSL client with cc3100. But I can't connect to the test server and I get the error code -208 when I call sl_Connect().

I check the error code definition of -208 and get the below definition:

#define SL_NET_APP_DNS_GET_SERVICE_LIST_FLAG_ERROR    (-208)

#define SL_SOCKET_ERROR_E (-208) /* Error state on socket */

#define SL_ESEC_SOCKET_ERROR_E (-208) /* error state on socket */

But I have no idea which one I got and what is the meaning.

Is there the more detailed description about these error code?

Or I just have error code and don't know how to follow up.

thanks

Gavin