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.

TM4C129ENCPDT: TI-RTOS HTTPS Example not working

Part Number: TM4C129ENCPDT

Hi,

I am using TM4C129ENCPDTI in CCS Version 12.2.0, TI-RTOS for TivaC 2.16.01.14, XDCtools v 3.32.0.06_core and Compiler ti-cgt-arm_20.2.7.LTS and wolfssl-3.9.10-stable.

I am trying to get the HTTPSGET example working. The httpsget example is not working properly.
It builds successfully. When I run the program the console only prints DHCP running (error attached below). I didn't get network added IP and other data. How to solve this?

My configurations:

1) IP general settings

2)DHCP Setting

any change need in the settings?

Best Regards

Anusree k

 

 

  • Hi Anusree, 

      In CCS8, there used to be a HTTPS example where you can download from Resource Explorer but I no longer find the same in CCS12. Here is the HTTPS example from CCS8. Please note this is based on WolfSSL 4.4.0. You can compare your .cfg with the example. 

    1440.httpsget.zip

  • Hi Charles Tsai

    I take the example from " tirtos_tivac_2_16_01_14".

    successfully build the example and get response from the server.

    Thank you for the reply.

  • Hi Anusree,

      Glad that you are able to resolve the issue. Could you please tell how you resolved the compile issue, e.g. any wolfSSI library issue, and what version of wolfSSL? I'm sure it will help the e2e community in the future. 

  • Hi charles

    First I had problem with wolfssl library version wolfssl 5.6.0,Then I changed  to version wolfssl 3.9 .After that the linking issue was fixed and compiled successfully.
    Then I had problem with  communication, the server does not get the correct output. After that, I noticed the MAC address I got ff-ff-ff-ff-ff. So the MAC address is changed. Then the communication with the server works perfectly.