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