Hi,
Does the TCPIP stack reside in Tivaware or in the TI RTOS?
Also, does the TCPIP stack have SSL/TSL?
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.
Hi,
Does the TCPIP stack reside in Tivaware or in the TI RTOS?
Also, does the TCPIP stack have SSL/TSL?
James,
The TCP/IP stack (in the device's ROM) resides in TivaWare according to the user guide. There are a few Tivaware code examples that utilize the stack as well.
SSL/TLS is supported by the TM4C129x. There is an XySSL AES cryptographic library in ROM that supports these two protocols.
Best,
Sean
Sean,
are you sure?
There is no SSL example. In ROM is only table for easily implemetation of AES. Regarding TCP stack example - example software use lwIP, which do not resides in ROM.
Regards