Other Parts Discussed in Thread: EK-TM4C1294XL
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:
- Where can I find the HTTPS client get example for the EK-TM4C1294XL with all CCS project files included?
- Does CCS8 support development with TIRTOS 2.16.01.14 on the TM4C1294?
- Why does the CCS8 resource explorer only show 2.16.00.08 in the "TIRTOS for TivaC" drop down?
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.