Other Parts Discussed in Thread: CC3100, UNIFLASH
Hi All,
I am using tm4c129encpdt microcontroller, ti rtos 2.16.1.14 version and using wifi and http from it. When I am trying to send the request to the server, I am getting failure and the response code which I am getting after calling HTTPCli_getSocketError() is -457.
It is failong when I am trying to call HTTPCli_connect() with proper arguments.
I am using https with proper certificate and all.
Also, where can I find documents related to wifi and https using ti rtos where all these response codes and error codes are mentioned with proper api reference.
Thankyou