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.

TMS320F28388D: NDK TLS/SSL support

Part Number: TMS320F28388D


Hello,

I have already sucessfully used the F2838x NDK and NS http client library to send HTTP requests to a WEB server. However, it seems the provided NDK/NS do not support TLS/SSL connections. When I try to connect to the server using HTTPS, function HTTPClient_connect() returns the following error:

/* Interface doesn't support the non mandatory function */

#define SLNETERR_RET_CODE_DOESNT_SUPPORT_NON_MANDATORY_FXN (-2024L)

I'm using the packages below:

Is there a NDK port for F2838x supporting TLS?

Thanks,

Harley