Part Number: CC3220
Hi,
I try to implement a https server in cortex-m4 core, and when access this web server via Safari in iPhone, I meet an error. Other browsers,such as IE, chrome, firefox in windows and android, can access web server.
In callback SimpleLinkSockEventHandler(), a SL_SOCKET_ASYNC_EVENT is got with value -708.
And in error.h, this error code is defined as below:
#define SL_ERROR_BSD_ESEC_SOCKET_ERROR_E (-708L) /* error state on socket */
And it gets no hints about what happens and what should I do.
How could I get more detail information about this error?
Thanks a lot!!