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.
Tool/software: TI-RTOS
Hello,
I'm running into some problems trying to find one of the TIRTOS example projects. Awhile ago, there used to be a "HTTPS client get" (httpsget) and "TCP echo with SSL" (tcpEchoTLS) in the resource explorer.
However, now when I have CCS7 running, it says "this version of resource explorer is no longer supported".
In a fresh install of CCS8, the TIRTOS examples for the EK-TM4C1294XL don't even have anything for TIRTOS 2.16.01.14. It only lists 2.16.00.08.
In the TIRTOS installation, there is example code but no CCS project files so there are a lot of include/flag settings missing if I try to make my own project:
ti\tirtos_tivac_2_16_01_14\tirtos_tivac_2_16_01_14_examples\TI\EK_TM4C1294XL\httpsget
These are my questions:
Any help would be much appreciated. I have an existing HTTPS application that is already building and working, but when I try to update the SSL libraries (WolfSSL) I am getting errors. Without having the original example project, I'm stuck.
HI,
Yes, you are correct that the resource explorer is only supported in the latest CCS version 8. I just tried to import the HTTPS client GET project from the resource explorer and don't have issue with it and I was able to build the CCS project right away. See below. The 2.16.00.08 is the latest version for Tiva while you might find newer versions of TIRTOS supporting other TI devices.
Here is the CCS project but I will suggest you try to import again from Resource Explorer.
Thanks for the reply, but I'm looking specifically for the SSL version.
You imported the HTTP version. The "S" makes a big difference :)
Also, when I click on TIRTOS downloads I see this picture (below). I have been using the newer version ever since it was released along with CCS7. Why isn't it shown in the resource explorer?